@charset "UTF-8";

/*!
	Theme Name: Superman Herbs
	Theme URI: https://bitbucket.com/webdevsuperfast/superman-herbs
	Description: This is the Superman Herbs theme created for the Genesis Framework.
	Author: RecommendWP
	Author URI: https://www.recommendwp.com/
	Version: 1.0.0
	Template: genesis
	Template Version: 2.2.5
	Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	License: GPL-2.0+
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */


/**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS and IE text size adjust after device orientation change,
     *    without disabling user zoom.
     */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    ;
}


/**
     * Remove default margin.
     */

body {
    margin: 0;
}


/* 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 8/9.
     * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
     */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
    ;
}


/**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
       * Address `[hidden]` styling not present in IE 8/9/10.
       */

[hidden] {
    display: none;
}


/**
     * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
     */

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;
    /* Set 1 unit of vertical rhythm on the top and bottom margins. */
    margin: 0.75em 0;
}


/**
       * Address styling not present in IE 8/9.
       */

mark {
    background: #ff0;
    color: #000;
}


/**
     * Address inconsistent and variable font size in all browsers.
     */

small {
    font-size: 80%;
}


/**
     * Prevent `sub` and `sup` affecting `line-height` in all browsers.
     */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
       ========================================================================== */


/**
       * Remove border when inside `a` element in IE 8/9/10.
       */

img {
    border: 0;
}


/**
     * Correct overflow not hidden in IE 9/10/11.
     */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
       ========================================================================== */


/**
       * Address margin not present in IE 8/9 and Safari.
       */

figure {
    margin: 1.5em 40px;
}


/**
     * Address differences between Firefox and other browsers.
     */

hr {
    box-sizing: content-box;
    height: 0;
}


/**
     * Contain overflow in all browsers.
     */

pre {
    overflow: auto;
}


/**
     * Address odd `em`-unit font size rendering in all browsers.
     */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
       ========================================================================== */


/**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */


/**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 5. Improve appearance and consistency with IE 6/7.
     */

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. Remove 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;
}


/**
       * It's recommended that you don't attempt to style these elements.
       * Firefox's implementation doesn't respect box-sizing, padding, or width.
       *
       * 1. Address box sizing set to `content-box` in IE 8/9/10.
       * 2. Remove excess padding in IE 8/9/10.
       * 3. Remove excess padding in IE 7.
       *    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. Correct 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;
}


/*! HiDPI v2.0.1 | MIT License | git.io/hidpi */


/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/


/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */


/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */


/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */


/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */


/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */


/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */


/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */


/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */


/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */


/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */


/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */


/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */


/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */


/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */


/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */


/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */


/**
 * Reset an element that has had shift() applied to it.
 */


/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */


/**
 *  Alias for edit().
 */


/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */


/**
 * Uncenter an element.
 */


/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */


/**
 * Unstack an element.
 */


/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */


/**
 * Apply a clearfix to an element.
 */


/*!
 *  Font Awesome 4.6.3 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

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


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

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

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

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

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

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

.fa-th:before {
    content: "";
}

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

.fa-check:before {
    content: "";
}

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

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

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

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

.fa-signal:before {
    content: "";
}

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

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

.fa-home:before {
    content: "";
}

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

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

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

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

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

.fa-inbox:before {
    content: "";
}

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

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

.fa-refresh:before {
    content: "";
}

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

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

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

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

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

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

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

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

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

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

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

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

.fa-list:before {
    content: "";
}

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

.fa-indent:before {
    content: "";
}

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

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

.fa-pencil:before {
    content: "";
}

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

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

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

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

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

.fa-arrows:before {
    content: "";
}

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

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

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

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

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

.fa-eject:before {
    content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
    content: "";
}

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

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

.fa-ban:before {
    content: "";
}

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

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

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

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

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

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

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

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

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

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

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

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

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

.clearfix,
.wrapper,
.row,
.date-panel {
    *zoom: 1;
}

.clearfix:before,
.wrapper:before,
.row:before,
.date-panel:before,
.clearfix:after,
.wrapper:after,
.row:after,
.date-panel:after {
    content: ' ';
    display: table;
}

.clearfix:after,
.wrapper:after,
.row:after,
.date-panel:after {
    clear: both;
}

.widget_search input[type="submit"] {
    border: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hide-text,
.before-header .menu-secondary .search .search-form input[type="submit"] {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.btn,
.ninja-forms-cont .submit-wrap input[type="submit"],
.woocommerce ul.product_list_widget li .product-link,
.woocommerce ul.products li.product-link,
.woocommerce ul.products li .product-link,
.package-deals-page .content ul.product_list_widget li .product-link {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1;
    text-decoration: none;
}

.btn-flat,
.ninja-forms-cont .submit-wrap input[type="submit"],
.woocommerce ul.product_list_widget li .add_to_cart_button,
.woocommerce ul.products li .add_to_cart_button,
.woocommerce div.product form.cart .button,
.package-deals-page .content ul.product_list_widget li .add_to_cart_button {
    border-radius: 0px !important;
}

.btn-ghost,
.woocommerce ul.product_list_widget li .product-link,
.woocommerce ul.products li.product-link,
.woocommerce ul.products li .product-link,
.package-deals-page .content ul.product_list_widget li .product-link {
    background-color: transparent;
    color: inherit;
}

.btn-rounded {
    border-radius: 3px;
}

.btn:hover,
.ninja-forms-cont .submit-wrap input[type="submit"]:hover,
.woocommerce ul.product_list_widget li .product-link:hover,
.woocommerce ul.products li.product-link:hover,
.woocommerce ul.products li .product-link:hover,
.package-deals-page .content ul.product_list_widget li .product-link:hover {
    color: inherit;
}

.text-thin {
    font-weight: 100;
}

.text-extralight {
    font-weight: 200;
}

.text-light,
.footer-widgets,
.site-footer {
    font-weight: 300;
}

.text-normal,
.linklist ul li a,
.ninja-forms-cont .text-wrap label,
.ninja-forms-cont .text-wrap label .ninja-forms-req-symbol strong,
.ninja-forms-cont .textarea-wrap label,
.ninja-forms-cont .textarea-wrap label .ninja-forms-req-symbol strong,
.date-panel .date-heading,
.countdown > span,
.health-page .content .section-2 .widget_wds_image p {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-semibold,
.accordion-widget h1,
.countdown > span > span,
.woocommerce ul.product_list_widget li .button,
.woocommerce ul.product_list_widget li .added_to_cart,
.woocommerce ul.product_list_widget li .product-title,
.woocommerce ul.products li .button,
.woocommerce ul.products li.product h3,
.woocommerce div.product .product_title,
.woocommerce div.product div.products h2,
.woocommerce div.product form.cart .button,
.footer-widgets .widgettitle,
.home .content .widget-title,
.home .content .widgettitle,
.about-page .content .widgettitle,
.about-page .content .widget-title,
.health-page .content .widgettitle,
.health-page .content .widget-title,
.faq-page .content .widgettitle,
.faq-page .content .widget-title,
.faq-page .su-accordion .su-spoiler-title,
.products-page .content .widgettitle,
.products-page .content .widget-title,
.package-deals-page .content ul.product_list_widget li .button,
.package-deals-page .content ul.product_list_widget li .product-title {
    font-weight: 600;
}

.text-bold,
.ninja-forms-cont .submit-wrap input[type="submit"],
.date-panel .date-body,
.woocommerce ul.product_list_widget li .product-price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity .section-quantity .qty,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.sidebar .widget .widgettitle,
.package-deals-page .content ul.product_list_widget li .product-price {
    font-weight: 700;
}

.text-extrabold {
    font-weight: 800;
}

.text-heavy,
.page-header .entry-title {
    font-weight: 900;
}

.text-italic {
    font-style: italic;
}

.text-oblique {
    font-style: oblique;
}

.text-normal,
.linklist ul li a,
.ninja-forms-cont .text-wrap label,
.ninja-forms-cont .text-wrap label .ninja-forms-req-symbol strong,
.ninja-forms-cont .textarea-wrap label,
.ninja-forms-cont .textarea-wrap label .ninja-forms-req-symbol strong,
.date-panel .date-heading,
.countdown > span,
.health-page .content .section-2 .widget_wds_image p {
    font-style: normal;
}

.text-inherit {
    font-style: inherit;
}

.text-initial {
    font-style: initial;
}

.text-unset {
    font-style: unset;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase,
.ninja-forms-cont .submit-wrap input[type="submit"],
.date-panel .date-heading,
.date-panel .date-body,
.countdown > span,
.countdown > span > span,
.woocommerce ul.product_list_widget li .button,
.woocommerce ul.product_list_widget li .added_to_cart,
.woocommerce ul.product_list_widget li .product-title,
.woocommerce ul.product_list_widget li .product-price,
.woocommerce ul.products li .button,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price,
.woocommerce div.product .product_title,
.woocommerce div.product div.products h2,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .button,
.site-header .nav-primary .genesis-nav-menu a,
.before-header,
.before-header .menu-secondary .search .search-form input[type="search"],
.nav-primary .genesis-nav-menu a,
.footer-widgets .widgettitle,
.page-header .entry-title,
.sidebar .widget .widgettitle,
.home .content .widget-title,
.home .content .widgettitle,
.about-page .content .widgettitle,
.about-page .content .widget-title,
.health-page .content .widgettitle,
.health-page .content .widget-title,
.health-page .content .section-2 .widget_wds_image p,
.faq-page .content .widgettitle,
.faq-page .content .widget-title,
.products-page .content .widgettitle,
.products-page .content .widget-title,
.package-deals-page .content ul.product_list_widget li .button,
.package-deals-page .content ul.product_list_widget li .product-title,
.package-deals-page .content ul.product_list_widget li .product-price {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-none {
    text-transform: none;
}

.text-full-width {
    text-transform: full-width;
}

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

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

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

.text-center,
.date-panel .date-heading,
.date-panel .date-body,
.woocommerce ul.product_list_widget li .button,
.woocommerce ul.product_list_widget li .added_to_cart,
.woocommerce ul.products li .button,
.woocommerce div.product form.cart .button,
.nav-primary .genesis-nav-menu,
.before-footer .image-wrapper,
.page-header .entry-title,
.sidebar .widget .widgettitle,
.home .home-featured .section-2 .image-wrapper,
.home .content .widget-title,
.home .content .widgettitle,
.health-page .content .section-2 .widget_wds_image p,
.package-deals-page .content ul.product_list_widget li .button {
    text-align: center;
}

.btn-wide {
    width: 100% !important;
}

.wrapper,
.row {
    margin: 0 auto;
}

.no-padding .site-inner {
    padding: 0;
}

.no-padding .site-inner .content {
    padding: 0;
}

.no-padding .site-inner .entry {
    padding: 0;
    margin-bottom: 0;
}

.img-rounded {
    border-radius: 3px;
}

.img-circle {
    border-radius: 50%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.text-inline {
    display: inline;
}

.text-inline-block {
    display: inline-block;
}

.text-block,
.woocommerce ul.product_list_widget li .product-title,
.woocommerce ul.product_list_widget li .product-price,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.package-deals-page .content ul.product_list_widget li .product-title,
.package-deals-page .content ul.product_list_widget li .product-price {
    display: block;
}


/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/


/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/


/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/


/* ## Box Sizing
----------------------------------------------------------------------------- */

html,
input[type="search"] {
    box-sizing: border-box;
}

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


/* ## Float Clearing
----------------------------------------------------------------------------- */

.author-box:before,
.clearfix:before,
.wrapper:before,
.row:before,
.date-panel:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.wrapper:after,
.row:after,
.date-panel: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 {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
----------------------------------------------------------------------------- */


/* ## Typographical Elements
----------------------------------------------------------------------------- */

html {
    font-size: 16px;
    /* 10px browser default */
    ;
}


/* Chrome fix */

body > div {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
}

body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    background-color: #fff;
    color: #444444;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin: 0;
    overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    transition: all 100ms ease-in-out;
}

a {
    color: #972c26;
    outline: none;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

p {
    margin: 0 0 20px;
    padding: 0;
}

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

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 10px 0;
}

b,
strong {
    font-weight: 700;
}

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

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #231f20;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
}

h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
}

h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
}

h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
}


/* ## Objects
----------------------------------------------------------------------------- */

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

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}


/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery br {
    display: none !important;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}

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

.gallery-columns-2 .gallery-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.93617%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.gallery-columns-2 .gallery-item:before,
.gallery-columns-2 .gallery-item:after {
    content: '';
    display: table;
}

.gallery-columns-2 .gallery-item:after {
    clear: both;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
    margin-right: 0%;
    float: right;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
    clear: both;
}

.gallery-columns-3 .gallery-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.91489%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.gallery-columns-3 .gallery-item:before,
.gallery-columns-3 .gallery-item:after {
    content: '';
    display: table;
}

.gallery-columns-3 .gallery-item:after {
    clear: both;
}

.gallery-columns-3 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
}

.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
    clear: both;
}

.gallery-columns-4 .gallery-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.40426%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.gallery-columns-4 .gallery-item:before,
.gallery-columns-4 .gallery-item:after {
    content: '';
    display: table;
}

.gallery-columns-4 .gallery-item:after {
    clear: both;
}

.gallery-columns-4 .gallery-item:nth-child(4n) {
    margin-right: 0%;
    float: right;
}

.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
    clear: both;
}

.gallery-columns-5 .gallery-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 18.29787%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.gallery-columns-5 .gallery-item:before,
.gallery-columns-5 .gallery-item:after {
    content: '';
    display: table;
}

.gallery-columns-5 .gallery-item:after {
    clear: both;
}

.gallery-columns-5 .gallery-item:nth-child(5n) {
    margin-right: 0%;
    float: right;
}

.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
    clear: both;
}

.gallery-columns-6 .gallery-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.89362%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.gallery-columns-6 .gallery-item:before,
.gallery-columns-6 .gallery-item:after {
    content: '';
    display: table;
}

.gallery-columns-6 .gallery-item:after {
    clear: both;
}

.gallery-columns-6 .gallery-item:nth-child(6n) {
    margin-right: 0%;
    float: right;
}

.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
    clear: both;
}

.gallery-columns-7 .gallery-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 12.46201%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.gallery-columns-7 .gallery-item:before,
.gallery-columns-7 .gallery-item:after {
    content: '';
    display: table;
}

.gallery-columns-7 .gallery-item:after {
    clear: both;
}

.gallery-columns-7 .gallery-item:nth-child(7n) {
    margin-right: 0%;
    float: right;
}

.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
    clear: both;
}

.gallery-columns-8 .gallery-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 10.6383%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.gallery-columns-8 .gallery-item:before,
.gallery-columns-8 .gallery-item:after {
    content: '';
    display: table;
}

.gallery-columns-8 .gallery-item:after {
    clear: both;
}

.gallery-columns-8 .gallery-item:nth-child(8n) {
    margin-right: 0%;
    float: right;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
    clear: both;
}

.gallery-columns-9 .gallery-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 9.21986%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.gallery-columns-9 .gallery-item:before,
.gallery-columns-9 .gallery-item:after {
    content: '';
    display: table;
}

.gallery-columns-9 .gallery-item:after {
    clear: both;
}

.gallery-columns-9 .gallery-item:nth-child(9n) {
    margin-right: 0%;
    float: right;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
    clear: both;
}


/* ## Forms
----------------------------------------------------------------------------- */

input,
select,
textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

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

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

::-moz-placeholder {
    color: #333;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

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

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

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

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

.button {
    display: inline-block;
}

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


/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 20px;
    width: 100%;
}

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

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}


/* ## Screen Reader Text
----------------------------------------------------------------------------- */

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.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;
    color: #333;
    background: #fff;
    z-index: 100000;
    /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* ## Site Containers
--------------------------------------------- */

.site-container {
    *zoom: 1;
    overflow-x: hidden;
}

.site-container:before,
.site-container:after {
    content: '';
    display: table;
}

.site-container:after {
    clear: both;
}

.site-inner,
.wrap {
    *zoom: 1;
    *zoom: 1;
    width: auto;
    max-width: 940px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.site-inner:before,
.site-inner:after,
.wrap:before,
.wrap:after {
    content: '';
    display: table;
}

.site-inner:after,
.wrap:after {
    clear: both;
}

.site-inner:before,
.site-inner:after,
.wrap:before,
.wrap:after {
    content: '';
    display: table;
}

.site-inner:after,
.wrap:after {
    clear: both;
}

.site-inner {
    padding-top: 40px;
}


/* ## Column Widths and Positions
--------------------------------------------- */


/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.content-sidebar-sidebar .content-sidebar-wrap:before,
.content-sidebar-sidebar .content-sidebar-wrap:after,
.sidebar-content-sidebar .content-sidebar-wrap:before,
.sidebar-content-sidebar .content-sidebar-wrap:after,
.sidebar-sidebar-content .content-sidebar-wrap:before,
.sidebar-sidebar-content .content-sidebar-wrap:after {
    content: '';
    display: table;
}

.content-sidebar-sidebar .content-sidebar-wrap:after,
.sidebar-content-sidebar .content-sidebar-wrap:after,
.sidebar-sidebar-content .content-sidebar-wrap:after {
    clear: both;
}

.content-sidebar-sidebar .content-sidebar-wrap:last-child,
.sidebar-content-sidebar .content-sidebar-wrap:last-child,
.sidebar-sidebar-content .content-sidebar-wrap:last-child {
    margin-right: 0%;
}


/* ### Content */


/* ### Primary Sidebar */

.full-width-content .content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.full-width-content .content:before,
.full-width-content .content:after {
    content: '';
    display: table;
}

.full-width-content .content:after {
    clear: both;
}

.full-width-content .content:last-child {
    margin-right: 0%;
}


/* ## Site Header ----------------------------------------------------------- */

.site-header .nav-primary {
    *zoom: 1;
}

.site-header .nav-primary:before,
.site-header .nav-primary:after {
    content: '';
    display: table;
}

.site-header .nav-primary:after {
    clear: both;
}


/* ## Footer Widgets -------------------------------------------------------- */


/* ## Columns
----------------------------------------------------------------------------- */

.one-half {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.93617%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.one-half:before,
.one-half:after {
    content: '';
    display: table;
}

.one-half:after {
    clear: both;
}

.one-half:last-child {
    margin-right: 0%;
}

.one-third {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.91489%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.one-third:before,
.one-third:after {
    content: '';
    display: table;
}

.one-third:after {
    clear: both;
}

.one-third:last-child {
    margin-right: 0%;
}

.one-fourth {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.40426%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.one-fourth:before,
.one-fourth:after {
    content: '';
    display: table;
}

.one-fourth:after {
    clear: both;
}

.one-fourth:last-child {
    margin-right: 0%;
}

.one-fifth {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 18.29787%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.one-fifth:before,
.one-fifth:after {
    content: '';
    display: table;
}

.one-fifth:after {
    clear: both;
}

.one-fifth:last-child {
    margin-right: 0%;
}

.one-sixth {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.89362%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.one-sixth:before,
.one-sixth:after {
    content: '';
    display: table;
}

.one-sixth:after {
    clear: both;
}

.one-sixth:last-child {
    margin-right: 0%;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 20px;
}

.alignright .avatar {
    margin-left: 20px;
}

.comment .avatar {
    margin: 0 10px 20px 0;
}


/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

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

.author-box-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 4px;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
    width: 50%;
}

.entry-content .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search .search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* ## Titles
--------------------------------------------- */

.archive-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
}

.archive-title a {
    color: #333;
}

.archive-title a:hover,
.archive-title a:focus {
    color: #972c26;
}

.entry-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
}

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

.widget-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    margin-bottom: 20px;
}

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


/* ## WordPress
--------------------------------------------- */

a.aligncenter img,
.before-footer a.image-wrapper img,
.home .home-featured .section-2 a.image-wrapper img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

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

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

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

img.centered,
.aligncenter,
.before-footer .image-wrapper,
.home .home-featured .section-2 .image-wrapper {
    display: block;
    margin: 0 auto 30px;
}

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

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

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

.wp-caption-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-s,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 20px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

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

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

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


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #999;
}

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


/* ## Search Form
--------------------------------------------- */


/* ## Link List ------------------------------------------------------------- */

.linklist ul li {
    border-bottom: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.linklist ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #444444;
}

.linklist ul li a:hover {
    color: #972c26;
}


/* ## Accordion ------------------------------------------------------------- */

.accordion-widget h1,
.accordion-widget .accordion-content {
    width: 100%;
    margin: 0 auto;
}

.accordion-widget h1,
.accordion-widget .accordion-content,
.accordion-widget h1::before {
    transition: .4s;
}

.accordion-widget h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1;
    background-color: #444444;
    color: #fff;
    cursor: pointer;
    padding: 15px 15px 15px 25px;
    position: relative;
}

.accordion-widget h1.open {
    background-color: #942d24;
}

.accordion-widget h1:not(:first-child) {
    border-top: 1px solid #d1d1d1;
}

.accordion-widget h1::before {
    background-image: url(../images/sprites.png);
    background-position: -25px 0px;
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12.5px;
    transform: rotate(-90deg);
}

.accordion-widget h1.open::before {
    background-image: url(../images/sprites.png);
    background-position: 0px 0px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    transform: none;
}

.accordion-widget .accordion-content {
    background-color: #f2f2f2;
    display: none;
    padding: 25px;
    pointer-events: none;
}

.accordion-widget .accordion-content p:last-child {
    margin-bottom: 0;
}

.accordion-widget h1.open + .accordion-content {
    display: block;
    pointer-events: auto;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333;
}

.enews-widget input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    background-color: #972c26;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"] {
    background-color: #fff;
    color: #333;
}

.enews form + p {
    margin-top: 24px;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* ## Recent Posts Widget
--------------------------------------------- */

.widget_recent_entries li a {
    display: block;
}

.widget_recent_entries li span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.85714;
}


/* ## Ninja Forms ----------------------------------------------------------- */

.ninja-forms-cont .ninja-forms-required-items {
    display: none;
}

.ninja-forms-cont .text-wrap {
    margin-bottom: 15px;
}

.ninja-forms-cont .text-wrap input {
    height: 50px;
    border: 1px solid #d7d7d7;
    background-color: #f9f9f9;
}

.ninja-forms-cont .text-wrap label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 15px;
}

.ninja-forms-cont .text-wrap label .ninja-forms-req-symbol {
    color: inherit;
}

.ninja-forms-cont .textarea-wrap textarea {
    border: 1px solid #d7d7d7;
    background-color: #f9f9f9;
}

.ninja-forms-cont .textarea-wrap label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 15px;
}

.ninja-forms-cont .textarea-wrap label .ninja-forms-req-symbol {
    color: inherit;
}

.ninja-forms-cont .g_recaptcha-wrap label {
    display: none !important;
}

.ninja-forms-cont .submit-wrap input[type="submit"] {
    color: #fff;
    background-color: #f97a12;
    border-color: #f97a12;
    width: 160px;
    padding: 20px 0;
}

.ninja-forms-cont .submit-wrap input[type="submit"]:hover,
.ninja-forms-cont .submit-wrap input[type="submit"]:focus,
.ninja-forms-cont .submit-wrap input[type="submit"]:active {
    background-color: #ec6d06;
    border-color: #d36205;
    color: #fff;
}

.ninja-forms-cont .submit-wrap input[type="submit"].btn-ghost,
.ninja-forms-cont .submit-wrap .woocommerce ul.product_list_widget li input[type="submit"].product-link,
.woocommerce ul.product_list_widget li .ninja-forms-cont .submit-wrap input[type="submit"].product-link,
.ninja-forms-cont .submit-wrap .woocommerce ul.products li input[type="submit"].product-link,
.woocommerce ul.products li .ninja-forms-cont .submit-wrap input[type="submit"].product-link,
.ninja-forms-cont .submit-wrap .package-deals-page .content ul.product_list_widget li input[type="submit"].product-link,
.package-deals-page .content ul.product_list_widget li .ninja-forms-cont .submit-wrap input[type="submit"].product-link {
    color: #f97a12;
    background-color: transparent;
}

.ninja-forms-cont .submit-wrap input[type="submit"].btn-ghost:hover,
.ninja-forms-cont .submit-wrap .woocommerce ul.product_list_widget li input[type="submit"].product-link:hover,
.woocommerce ul.product_list_widget li .ninja-forms-cont .submit-wrap input[type="submit"].product-link:hover,
.ninja-forms-cont .submit-wrap .woocommerce ul.products li input[type="submit"].product-link:hover,
.woocommerce ul.products li .ninja-forms-cont .submit-wrap input[type="submit"].product-link:hover,
.ninja-forms-cont .submit-wrap .package-deals-page .content ul.product_list_widget li input[type="submit"].product-link:hover,
.package-deals-page .content ul.product_list_widget li .ninja-forms-cont .submit-wrap input[type="submit"].product-link:hover {
    background-color: #f97a12 !important;
    color: #fff;
}


/* ## Date panel ------------------------------------------------------------ */

.date-panel {
    display: block;
}

.date-panel .date-heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08333;
    display: block;
    padding: 8px;
    background-color: #972c26;
    color: #fff;
}

.date-panel .date-body {
    font-size: 48px;
    font-size: 3rem;
    line-height: 0.54167;
    background-color: #fff;
    color: #972c26;
    display: block;
    padding: 30px;
}

.date-panel .date-footer {
    display: none;
}


/* ## Countdown ------------------------------------------------------------- */

.countdown {
    text-align: center;
    line-height: 1;
}

.countdown > span {
    color: #444444;
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.16667;
}

.countdown > span > span {
    background-color: #000;
    color: #fff;
    font-size: 48px;
    font-size: 3rem;
    line-height: 0.54167;
    display: block;
    padding: 20px 0;
    margin-bottom: 10px;
}


/* ## Buttons --------------------------------------------------------------- */

.btn span,
.ninja-forms-cont .submit-wrap input[type="submit"] span,
.woocommerce ul.product_list_widget li .product-link span,
.woocommerce ul.products li.product-link span,
.woocommerce ul.products li .product-link span,
.package-deals-page .content ul.product_list_widget li .product-link span {
    display: block;
    vertical-align: middle;
    line-height: 1;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
}

.site-header .wrap {
    padding: 40px 0;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
}

.site-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 0.8125;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #333;
}

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

.site-description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    font-weight: 300;
    line-height: 1.5;
}

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

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    text-align: right;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    clear: both;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0 10px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #972c26;
    text-decoration: none;
}

.genesis-nav-menu .sub-menu {
    transition: opacity 400ms ease-in-out;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

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

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: none;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #ddd;
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}


/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #050406;
}

.nav-primary .genesis-nav-menu a {
    color: #000;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
    color: #972c26;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #972c26;
    text-decoration: none;
}


/* ## Slick Nav
----------------------------------------------------------------------------- */

.slicknav_menu {
    display: none;
    background-color: #050406;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */


/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 10px;
    margin-left: 20px;
}

.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
    margin-bottom: 0;
}

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

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

.entry-content code {
    background-color: #333;
    color: #ddd;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.85714;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 20px 0;
}

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

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus {
    background-color: #972c26;
    text-decoration: underline;
}

.archive-pagination li .active a {
    background-color: #972c26;
    text-decoration: underline;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 20px;
}

.comment-header {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
}

li.comment {
    background-color: #f5f5f5;
}

.comment-content {
    clear: both;
    word-wrap: break-word;
}

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

.comment-list li li {
    margin-right: -20px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
}

.comment-respond label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

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

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

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

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

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #333;
    clear: both;
    padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
    color: #aaa;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #fff;
}

.footer-widgets li {
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.85714;
    background-color: #fff;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
}

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


/* # Skip Links
----------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}


/* Display outline on focus */


/* ## WooCommerce ----------------------------------------------------------- */

.woocommerce ul.product_list_widget {
    *zoom: 1;
    width: auto;
    max-width: 940px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    *zoom: 1;
}

.woocommerce ul.product_list_widget:before,
.woocommerce ul.product_list_widget:after {
    content: '';
    display: table;
}

.woocommerce ul.product_list_widget:after {
    clear: both;
}

.woocommerce ul.product_list_widget:before,
.woocommerce ul.product_list_widget:after {
    content: '';
    display: table;
}

.woocommerce ul.product_list_widget:after {
    clear: both;
}

.woocommerce ul.product_list_widget.full-width li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 2.12766%;
}

.woocommerce ul.product_list_widget.full-width li:before,
.woocommerce ul.product_list_widget.full-width li:after {
    content: '';
    display: table;
}

.woocommerce ul.product_list_widget.full-width li:after {
    clear: both;
}

.woocommerce ul.product_list_widget.full-width li:last-child {
    margin-right: 0%;
}

.woocommerce ul.product_list_widget li {
    padding: 0 !important;
    margin-bottom: 40px !important;
}

.woocommerce ul.product_list_widget li img {
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
    vertical-align: bottom;
    width: 100% !important;
    max-width: 100%;
}

.woocommerce ul.product_list_widget li p {
    margin-bottom: 0;
}

.woocommerce ul.product_list_widget li .button,
.woocommerce ul.product_list_widget li .added_to_cart {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    border-radius: 0px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    display: block;
    margin-bottom: 5px;
    padding: 20px 0;
    position: relative;
    padding-right: 65px;
}

.woocommerce ul.product_list_widget li .button::before,
.woocommerce ul.product_list_widget li .added_to_cart::before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: -27px -25px;
    width: 11px;
    height: 17px;
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -8.5px;
    z-index: 2;
}

.woocommerce ul.product_list_widget li .button:after,
.woocommerce ul.product_list_widget li .added_to_cart:after {
    content: '';
    width: 65px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #972c26;
    z-index: 1;
}

.woocommerce ul.product_list_widget li .product-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    color: #444;
    margin-bottom: 10px;
}

.woocommerce ul.product_list_widget li .product-price {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    color: #972c26;
    margin-bottom: 20px;
}

.woocommerce ul.product_list_widget li .product-price > * {
    line-height: 1;
    border-bottom: none;
}

.woocommerce ul.product_list_widget li .product-price > ins {
    text-decoration: none;
}

.woocommerce ul.product_list_widget li .product-link {
    color: #972c26;
    background-color: #972c26;
    border-color: #972c26;
}

.woocommerce ul.product_list_widget li .product-link:hover,
.woocommerce ul.product_list_widget li .product-link:focus,
.woocommerce ul.product_list_widget li .product-link:active {
    background-color: #832621;
    border-color: #6e201c;
    color: #972c26;
}

.woocommerce ul.product_list_widget li .product-link.btn-ghost,
.woocommerce ul.product_list_widget li .product-link,
.woocommerce ul.product_list_widget li ul.products li.product-link,
.woocommerce ul.product_list_widget ul.products li .product-link,
.woocommerce ul.products ul.product_list_widget li .product-link,
.woocommerce .package-deals-page .content ul.product_list_widget li .product-link,
.package-deals-page .content .woocommerce ul.product_list_widget li .product-link {
    color: #972c26;
    background-color: transparent;
}

.woocommerce ul.product_list_widget li .product-link.btn-ghost:hover,
.woocommerce ul.product_list_widget li .product-link:hover,
.woocommerce ul.product_list_widget li ul.products li.product-link:hover,
.woocommerce ul.product_list_widget ul.products li .product-link:hover,
.woocommerce ul.products ul.product_list_widget li .product-link:hover,
.woocommerce .package-deals-page .content ul.product_list_widget li .product-link:hover,
.package-deals-page .content .woocommerce ul.product_list_widget li .product-link:hover {
    background-color: #972c26 !important;
    color: #fff;
}

.woocommerce ul.product_list_widget li .product .added_to_cart {
    color: #fff;
    background-color: #972c26;
    border-color: #972c26;
}

.woocommerce ul.product_list_widget li .product .added_to_cart:hover,
.woocommerce ul.product_list_widget li .product .added_to_cart:focus,
.woocommerce ul.product_list_widget li .product .added_to_cart:active {
    background-color: #832621;
    border-color: #6e201c;
    color: #fff;
}

.woocommerce ul.product_list_widget li .product .added_to_cart.btn-ghost,
.woocommerce ul.product_list_widget li .product .added_to_cart.product-link {
    color: #972c26;
    background-color: transparent;
}

.woocommerce ul.product_list_widget li .product .added_to_cart.btn-ghost:hover,
.woocommerce ul.product_list_widget li .product .added_to_cart.product-link:hover {
    background-color: #972c26 !important;
    color: #fff;
}

.woocommerce ul.product_list_widget li .add_to_cart_button {
    color: #444444;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
}

.woocommerce ul.product_list_widget li .add_to_cart_button:hover,
.woocommerce ul.product_list_widget li .add_to_cart_button:focus,
.woocommerce ul.product_list_widget li .add_to_cart_button:active {
    background-color: #c6c6c6;
    border-color: #bababa;
    color: #444444;
}

.woocommerce ul.product_list_widget li .add_to_cart_button.btn-ghost,
.woocommerce ul.product_list_widget li .add_to_cart_button.product-link {
    color: #d3d3d3;
    background-color: transparent;
}

.woocommerce ul.product_list_widget li .add_to_cart_button.btn-ghost:hover,
.woocommerce ul.product_list_widget li .add_to_cart_button.product-link:hover {
    background-color: #d3d3d3 !important;
    color: #fff;
}

.woocommerce ul.product_list_widget li .add_to_cart_button:hover {
    color: #fff;
    background-color: #444444;
}

.woocommerce ul.product_list_widget li .add_to_cart_button::before {
    background-image: url(../images/sprites.png);
    background-position: 0px -25px;
    width: 27px;
    height: 22px;
    margin-top: -11px;
    right: 19px;
}

.woocommerce ul.products li {
    margin-bottom: 40px !important;
}

.woocommerce ul.products li img {
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
    vertical-align: bottom;
    width: 100% !important;
    max-width: 100%;
}

.woocommerce ul.products li p {
    margin-bottom: 0;
}

.woocommerce ul.products li .button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    display: block;
    margin-bottom: 5px;
    padding: 20px 0;
    position: relative;
    padding-right: 65px;
}

.woocommerce ul.products li .button::before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: -27px -25px;
    width: 11px;
    height: 17px;
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -8.5px;
    z-index: 2;
}

.woocommerce ul.products li .button:after {
    content: '';
    width: 65px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #972c26;
    z-index: 1;
}

.woocommerce ul.products li.product h3 {
    font-size: 18px !important;
    line-height: 1 !important;
    color: #444;
    padding: 0 !important;
    margin-bottom: 10px !important;
}

.woocommerce ul.products li.product .price {
    font-size: 25px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: #972c26;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product .price del {
    display: unset !important;
}

.woocommerce ul.products li.product .price > * {
    line-height: 1 !important;
    border-bottom: none;
}

.woocommerce ul.products li.product .price > ins {
    text-decoration: none;
}

.woocommerce ul.products li.product-link {
    color: #972c26;
    background-color: #972c26;
    border-color: #972c26;
}

.woocommerce ul.products li.product-link:hover,
.woocommerce ul.products li.product-link:focus,
.woocommerce ul.products li.product-link:active {
    background-color: #832621;
    border-color: #6e201c;
    color: #972c26;
}

.woocommerce ul.products li.product-link.btn-ghost,
.woocommerce ul.products ul.product_list_widget li li.product-link,
.woocommerce ul.product_list_widget li ul.products li.product-link,
.woocommerce ul.products li.product-link,
.package-deals-page .content ul.product_list_widget li .woocommerce ul.products li.product-link {
    color: #972c26;
    background-color: transparent;
}

.woocommerce ul.products li.product-link.btn-ghost:hover,
.woocommerce ul.products ul.product_list_widget li li.product-link:hover,
.woocommerce ul.product_list_widget li ul.products li.product-link:hover,
.woocommerce ul.products li.product-link:hover,
.package-deals-page .content ul.product_list_widget li .woocommerce ul.products li.product-link:hover {
    background-color: #972c26 !important;
    color: #fff;
}

.woocommerce ul.products li .product-link {
    color: #972c26;
    background-color: #972c26;
    border-color: #972c26;
}

.woocommerce ul.products li .product-link:hover,
.woocommerce ul.products li .product-link:focus,
.woocommerce ul.products li .product-link:active {
    background-color: #832621;
    border-color: #6e201c;
    color: #972c26;
}

.woocommerce ul.products li .product-link.btn-ghost,
.woocommerce ul.products ul.product_list_widget li .product-link,
.woocommerce ul.product_list_widget ul.products li .product-link,
.woocommerce ul.products li li.product-link,
.woocommerce ul.products li .product-link,
.package-deals-page .content ul.product_list_widget .woocommerce ul.products li .product-link {
    color: #972c26;
    background-color: transparent;
}

.woocommerce ul.products li .product-link.btn-ghost:hover,
.woocommerce ul.products ul.product_list_widget li .product-link:hover,
.woocommerce ul.product_list_widget ul.products li .product-link:hover,
.woocommerce ul.products li li.product-link:hover,
.woocommerce ul.products li .product-link:hover,
.package-deals-page .content ul.product_list_widget .woocommerce ul.products li .product-link:hover {
    background-color: #972c26 !important;
    color: #fff;
}

.woocommerce ul.products li .add_to_cart_button {
    color: #444444;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    margin: 0 !important;
}

.woocommerce ul.products li .add_to_cart_button:hover,
.woocommerce ul.products li .add_to_cart_button:focus,
.woocommerce ul.products li .add_to_cart_button:active {
    background-color: #c6c6c6;
    border-color: #bababa;
    color: #444444;
}

.woocommerce ul.products li .add_to_cart_button.btn-ghost,
.woocommerce ul.products li .add_to_cart_button.product-link {
    color: #d3d3d3;
    background-color: transparent;
}

.woocommerce ul.products li .add_to_cart_button.btn-ghost:hover,
.woocommerce ul.products li .add_to_cart_button.product-link:hover {
    background-color: #d3d3d3 !important;
    color: #fff;
}

.woocommerce ul.products li .add_to_cart_button:hover {
    color: #fff;
    background-color: #444444;
}

.woocommerce ul.products li .add_to_cart_button::before {
    background-image: url(../images/sprites.png);
    background-position: 0px -25px;
    width: 27px;
    height: 22px;
    margin-top: -11px;
    right: 19px;
}

.woocommerce div.product .product_title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    color: #444444;
    margin-bottom: 20px;
}

.woocommerce div.product div.images {
    width: 295px !important;
}

.woocommerce div.product div.summary {
    width: 595px !important;
}

.woocommerce div.product div.products {
    overflow: hidden;
}

.woocommerce div.product div.products h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    color: #444444;
    display: inline-block;
    letter-spacing: -0.017em;
    margin-bottom: 40px !important;
    padding-right: 7px;
    position: relative;
}

.woocommerce div.product div.products h2 span {
    color: #942d24 !important;
}

.woocommerce div.product div.products h2:after {
    content: '';
    left: 100%;
    width: 9999px;
    height: 6px;
    background-color: #c6c6c6;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    color: #972c26 !important;
    margin-bottom: 20px;
}

.woocommerce div.product p.price > *,
.woocommerce div.product span.price > * {
    line-height: 1;
    border-bottom: none;
}

.woocommerce div.product p.price > ins,
.woocommerce div.product span.price > ins {
    text-decoration: none;
}

.woocommerce div.product p.price .section-content,
.woocommerce div.product span.price .section-content {
    color: #333 !important;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1 !important;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none !important;
}

.woocommerce div.product span.price {
    color: #972c26 !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce div.product form.cart div.quantity {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.25;
    float: none !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    width: 100%;
}

.woocommerce div.product form.cart div.quantity .section-quantity {
    float: right;
}

.woocommerce div.product form.cart div.quantity .section-quantity .qty {
    border-color: #972c26 !important;
    background-color: #fff;
    width: 135px;
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.woocommerce div.product form.cart .button {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    border-radius: 0px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: #444444;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    display: block;
    margin-bottom: 5px;
    padding: 20px 0;
    position: relative;
    padding-right: 65px;
    width: 235px;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce div.product form.cart .button:active {
    background-color: #c6c6c6;
    border-color: #bababa;
    color: #444444;
}

.woocommerce div.product form.cart .button.btn-ghost,
.woocommerce div.product form.cart ul.product_list_widget li .button.product-link,
.woocommerce ul.product_list_widget li div.product form.cart .button.product-link,
.woocommerce div.product form.cart ul.products li.button.product-link,
.woocommerce ul.products div.product form.cart li.button.product-link,
.woocommerce div.product form.cart ul.products li .button.product-link,
.woocommerce ul.products li div.product form.cart .button.product-link,
.package-deals-page .content ul.product_list_widget li .woocommerce div.product form.cart .button.product-link {
    color: #d3d3d3;
    background-color: transparent;
}

.woocommerce div.product form.cart .button.btn-ghost:hover,
.woocommerce div.product form.cart ul.product_list_widget li .button.product-link:hover,
.woocommerce ul.product_list_widget li div.product form.cart .button.product-link:hover,
.woocommerce div.product form.cart ul.products li.button.product-link:hover,
.woocommerce ul.products div.product form.cart li.button.product-link:hover,
.woocommerce div.product form.cart ul.products li .button.product-link:hover,
.woocommerce ul.products li div.product form.cart .button.product-link:hover,
.package-deals-page .content ul.product_list_widget li .woocommerce div.product form.cart .button.product-link:hover {
    background-color: #d3d3d3 !important;
    color: #fff;
}

.woocommerce div.product form.cart .button:hover {
    color: #fff;
    background-color: #444444;
}

.woocommerce div.product form.cart .button::before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: 0px -25px;
    width: 27px;
    height: 22px;
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -11px;
    z-index: 2;
}

.woocommerce div.product form.cart .button:after {
    content: '';
    width: 65px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #972c26;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 20px !important;
    padding-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0px !important;
    background-color: rgba(68, 68, 68, 0) !important;
    border: 1px solid rgba(68, 68, 68, 0) !important;
    border-bottom-color: #fff !important;
    margin: 0 !important;
    padding: 0 20px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    position: static !important;
    box-shadow: 0px !important;
    border-width: 0px !important;
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    padding: 20px 0 !important;
    color: #333333 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-color: #e5e5e5 !important;
    border-bottom-color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #c61421 !important;
}

.woocommerce span.onsale {
    display: none;
}

.woocommerce div[itemprop="offers"] {
    width: 235px;
}

.woocommerce div[itemprop="offers"] span.section-price {
    float: right;
}

.woocommerce table.cart td.actions .coupon .input-text {
    float: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_infusionsoft > label:after {
    content: '';
    width: 150px;
    height: 33px;
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
    background-image: url(../images/logo_credit-cards.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #972c26;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #6e201c;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #972c26;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #6e201c;
}


/* # Theme CSS
----------------------------------------------------------------------------- */

.site-inner {
    padding: 65px 0 95px;
}


/* ## Header ---------------------------------------------------------------- */

.site-header .wrap {
    padding: 0;
}

.site-header .title-area {
    margin-bottom: 0;
    padding: 15px 0;
}

.site-header .title-area a img {
    vertical-align: bottom;
}

.site-header .widget-area {
    padding-top: 36px;
}

.site-header .nav-primary {
    background-color: rgba(68, 68, 68, 0);
}

.site-header .nav-primary .genesis-nav-menu a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
}

.site-header .nav-primary .genesis-nav-menu .menu-item:last-child a {
    padding-right: 0;
}

.site-header .txt {
    padding-left: 0 !important;
}

.site-header .txt img {
    vertical-align: middle;
    margin-top: -3px;
}

.site-header .txt.free-shipping {
    margin-top: 5px;
}


/* ## Before Header -------------------------------------------------- */

.before-header {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.25;
    background-color: #231f20;
    color: #a0a0a0;
    padding: 7px 0;
    /* .widget-area {
		@include tablet {
			@include column(1/5);
		}
		@include desktop {
			@include column(1/3);	
		}
		ul {
			float: none;
			@extend .text-center;
			@include tablet {
				float: left;
				text-align: left;
			}
			li {
				display: inline-block;
				a {
					display: block;
				}
			}
		}
	} */
    ;
}

.before-header .woocommerce-account {
    line-height: 1;
}

.before-header .woocommerce-account .login-register {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.25;
    display: inline-block;
}

.before-header .woocommerce-account .login-register a {
    display: block;
    float: left;
    color: #a0a0a0;
    padding: 0 10px;
    text-decoration: none;
}

.before-header .woocommerce-account .login-register a:hover {
    color: #fff;
}

.before-header .menu-secondary .search {
    padding-top: 0 !important;
}

.before-header .menu-secondary .search .search-form {
    position: relative;
}

.before-header .menu-secondary .search .search-form input[type="search"] {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #231f20;
    border: 1px solid #545454;
    color: #515151;
    height: 27px;
    padding: 0 14px;
    width: 100%;
}

.before-header .menu-secondary .search .search-form input[type="submit"] {
    background-image: url(../images/sprites.png);
    background-position: -38px -25px;
    width: 11px;
    height: 11px;
    background-color: rgba(68, 68, 68, 0);
    clip: initial;
    top: 50%;
    right: 10px;
    margin-top: -5.5px;
}

.before-header .menu-secondary .search .search-form input[type="submit"]:focus,
.before-header .menu-secondary .search .search-form input[type="submit"]:hover {
    background-color: inherit;
}

.before-header .menu-secondary .search .search-form input[type="submit"]:focus {
    clip: initial;
    padding: 0;
    box-shadow: none;
    background-color: rgba(68, 68, 68, 0);
}

.before-header .menu-secondary .search .search-form::-moz-placeholder {
    color: #515151;
    font-weight: 400;
    opacity: 1;
}

.before-header .menu-secondary .search .search-form::-webkit-input-placeholder {
    color: #515151;
    font-weight: 400;
}

.before-header ul {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.25;
}

.before-header ul a {
    color: #a0a0a0;
    padding: 0 10px;
}

.before-header ul a:hover {
    color: #fff;
}

.before-header ul .menu-item.current-menu-item a,
.before-header ul .menu-item.current_page_item a {
    color: #fff;
}


/* ## Nav Primary ----------------------------------------------------------- */

.nav-primary {
    background-color: #fff;
}

.nav-primary .genesis-nav-menu a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: 10px;
}

.nav-primary .genesis-nav-menu .menu-item:last-child a {
    padding-right: 0;
}


/* ## Before Footer --------------------------------------------------------- */

.before-footer {
    background-color: #0a0a0a;
    padding: 30px 0;
}

.before-footer .box {
    position: relative;
}

.before-footer .image-wrapper {
    display: none;
}


/* ## Footer Widgets -------------------------------------------------------- */

.footer-widgets {
    background-color: #000;
    background-image: url(../images/footer-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom: 1px solid #1f2020;
    color: #a3a3a3;
    padding: 65px 0 105px;
}

.footer-widgets .widget {
    *zoom: 1;
    margin-bottom: 20px;
}

.footer-widgets .widget:before,
.footer-widgets .widget:after {
    content: '';
    display: table;
}

.footer-widgets .widget:after {
    clear: both;
}

.footer-widgets .widgettitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    color: inherit;
    margin-bottom: 25px;
}

.footer-widgets .widget-support .txt {
    padding-left: 30px;
}

.footer-widgets .widget-support .txt img {
    position: absolute;
    top: 7px;
    left: 0;
}

.footer-widgets .widget-social .txt {
    padding-left: 40px;
}

.footer-widgets .widget-social .txt img {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-widgets ul li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-widgets .widget_nav_menu ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
}


/* ## Footer ---------------------------------------------------------------- */

.site-footer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    background-color: #080808;
    color: #a3a3a3;
    padding: 30px 0;
}

.site-footer .wrap > p {
    margin-bottom: 10px;
}

.site-footer ul {
    float: none;
    text-align: center;
    width: 100%;
}

.site-footer ul li {
    display: inline-block;
}

.site-footer ul li a {
    display: block;
    padding: 0 10px;
    border-left: 1px solid #a3a3a3;
    color: inherit;
}

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

.site-footer ul li:first-child a {
    border-left-color: rgba(68, 68, 68, 0);
}

.site-footer ul li.right a {
    border-left-color: rgba(68, 68, 68, 0);
    padding-right: 0;
}


/* ## Page Header ----------------------------------------------------------- */

.page-header {
    background-image: url(../images/herbs-main-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 115px 0;
}

.page-header .entry-title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.017em;
    margin-bottom: 0;
    text-shadow: -10px 0 20px #000;
}


/* ## Sidebar --------------------------------------------------------------- */

.sidebar .widget {
    background-color: #f7f7f7;
    padding: 25px;
    margin-bottom: 35px;
}

.sidebar .widget .widgettitle {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1;
    background-color: #942d24;
    color: #fff;
    padding: 20px;
    margin-top: -25px;
    margin-right: -25px;
    margin-left: -25px;
}

.sidebar .widget.banner {
    padding: 0;
    background-color: rgba(68, 68, 68, 0);
}


/* # Templates
----------------------------------------------------------------------------- */


/* ## Home Page ------------------------------------------------------------- */

.home .site-inner {
    padding: 50px 0 70px;
}

.home .home-featured {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .home-featured .section-1 {
    padding: 95px 0 110px;
}

.home .home-featured .section-2 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 0;
}

.home .home-featured .section-2 .box {
    position: relative;
}

.home .home-featured .section-2 .image-wrapper {
    display: none;
}

.home .content .widget-title,
.home .content .widgettitle {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    color: #444444;
    margin-bottom: 45px;
}


/* ## About Page ----------------------------------------------------------- */

.about-page .content {
    overflow: hidden;
}

.about-page .content .widgettitle,
.about-page .content .widget-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    color: #444444;
    display: inline-block;
    letter-spacing: -0.017em;
    padding-right: 7px;
    position: relative;
}

.about-page .content .widgettitle span,
.about-page .content .widget-title span {
    color: #942d24 !important;
}

.about-page .content .widgettitle:after,
.about-page .content .widget-title:after {
    content: '';
    left: 100%;
    width: 9999px;
    height: 6px;
    background-color: #c6c6c6;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.about-page .content img {
    border: 7px solid #d3d3d3;
}


/* ## Contact Page ---------------------------------------------------------- */

.contact-page .content {
    padding-right: 40px;
}


/* ## Health Page ----------------------------------------------------------- */

.health-page .content {
    overflow: hidden;
}

.health-page .content .widgettitle,
.health-page .content .widget-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    color: #444444;
    display: inline-block;
    letter-spacing: -0.017em;
    padding-right: 7px;
    position: relative;
}

.health-page .content .widgettitle span,
.health-page .content .widget-title span {
    color: #942d24 !important;
}

.health-page .content .widgettitle:after,
.health-page .content .widget-title:after {
    content: '';
    left: 100%;
    width: 9999px;
    height: 6px;
    background-color: #c6c6c6;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.health-page .content .section-1 {
    margin-bottom: 30px;
}

.health-page .content .section-2 {
    margin-bottom: 30px;
}

.health-page .content .section-2 .widget_wds_image {
    margin-bottom: 20px !important;
}

.health-page .content .section-2 .widget_wds_image img {
    margin-bottom: 20px;
}

.health-page .content .section-2 .widget_wds_image p {
    margin-bottom: 0;
}

.health-page .content .section-3 {
    margin-bottom: 30px;
}

.health-page .content .section-4 .txt {
    position: relative;
    padding-left: 20px;
}

.health-page .content .section-4 .txt img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}


/* ## FAQ Page -------------------------------------------------------------- */

.faq-page .content {
    overflow: hidden;
}

.faq-page .content .widgettitle,
.faq-page .content .widget-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    color: #444444;
    display: inline-block;
    letter-spacing: -0.017em;
    padding-right: 7px;
    position: relative;
}

.faq-page .content .widgettitle span,
.faq-page .content .widget-title span {
    color: #942d24 !important;
}

.faq-page .content .widgettitle:after,
.faq-page .content .widget-title:after {
    content: '';
    left: 100%;
    width: 9999px;
    height: 6px;
    background-color: #c6c6c6;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.faq-page .su-accordion .su-spoiler {
    margin-bottom: 0;
}

.faq-page .su-accordion .su-spoiler-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    background-color: #942d24;
    color: #fff;
    padding: 15px 15px 15px 25px;
}

.faq-page .su-accordion .su-spoiler-icon {
    width: 25px;
    height: 25px;
    left: auto !important;
    right: 15px;
    top: 50%;
    margin-top: -12.5px;
    font-size: 25px;
    line-height: 1;
}

.faq-page .su-accordion .su-spoiler-content {
    background-color: #f2f2f2;
    padding: 25px;
}

.faq-page .su-accordion .su-spoiler.su-spoiler-closed .su-spoiler-title {
    background-color: #444444;
}


/* ## Products Page --------------------------------------------------------- */

.products-page .content {
    overflow: hidden;
}

.products-page .content .widgettitle,
.products-page .content .widget-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    color: #444444;
    display: inline-block;
    letter-spacing: -0.017em;
    padding-right: 7px;
    position: relative;
}

.products-page .content .widgettitle span,
.products-page .content .widget-title span {
    color: #942d24 !important;
}

.products-page .content .widgettitle:after,
.products-page .content .widget-title:after {
    content: '';
    left: 100%;
    width: 9999px;
    height: 6px;
    background-color: #c6c6c6;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}


/* ## Package Deals --------------------------------------------------------- */

.package-deals-page .content ul.product_list_widget {
    *zoom: 1;
    width: auto;
    max-width: 940px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    *zoom: 1;
}

.package-deals-page .content ul.product_list_widget:before,
.package-deals-page .content ul.product_list_widget:after {
    content: '';
    display: table;
}

.package-deals-page .content ul.product_list_widget:after {
    clear: both;
}

.package-deals-page .content ul.product_list_widget:before,
.package-deals-page .content ul.product_list_widget:after {
    content: '';
    display: table;
}

.package-deals-page .content ul.product_list_widget:after {
    clear: both;
}

.package-deals-page .content ul.product_list_widget.full-width li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3.22581%;
}

.package-deals-page .content ul.product_list_widget.full-width li:before,
.package-deals-page .content ul.product_list_widget.full-width li:after {
    content: '';
    display: table;
}

.package-deals-page .content ul.product_list_widget.full-width li:after {
    clear: both;
}

.package-deals-page .content ul.product_list_widget.full-width li:last-child {
    margin-right: 0%;
}

.package-deals-page .content ul.product_list_widget.one-third li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.1828%;
    margin-left: 0%;
    margin-right: 3.22581%;
}

.package-deals-page .content ul.product_list_widget.one-third li:before,
.package-deals-page .content ul.product_list_widget.one-third li:after {
    content: '';
    display: table;
}

.package-deals-page .content ul.product_list_widget.one-third li:after {
    clear: both;
}

.package-deals-page .content ul.product_list_widget.one-third li:nth-child(3n) {
    margin-right: 0%;
    float: right;
}

.package-deals-page .content ul.product_list_widget.one-third li:nth-child(3n + 1) {
    clear: both;
}

.package-deals-page .content ul.product_list_widget.one-fourth li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.58065%;
    margin-left: 0%;
    margin-right: 3.22581%;
}

.package-deals-page .content ul.product_list_widget.one-fourth li:before,
.package-deals-page .content ul.product_list_widget.one-fourth li:after {
    content: '';
    display: table;
}

.package-deals-page .content ul.product_list_widget.one-fourth li:after {
    clear: both;
}

.package-deals-page .content ul.product_list_widget.one-fourth li:nth-child(4n) {
    margin-right: 0%;
    float: right;
}

.package-deals-page .content ul.product_list_widget.one-fourth li:nth-child(4n + 1) {
    clear: both;
}

.package-deals-page .content ul.product_list_widget.one-fifth li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 17.41935%;
    margin-left: 0%;
    margin-right: 3.22581%;
}

.package-deals-page .content ul.product_list_widget.one-fifth li:before,
.package-deals-page .content ul.product_list_widget.one-fifth li:after {
    content: '';
    display: table;
}

.package-deals-page .content ul.product_list_widget.one-fifth li:after {
    clear: both;
}

.package-deals-page .content ul.product_list_widget.one-fifth li:nth-child(5n) {
    margin-right: 0%;
    float: right;
}

.package-deals-page .content ul.product_list_widget.one-fifth li:nth-child(5n + 1) {
    clear: both;
}

.package-deals-page .content ul.product_list_widget.one-sixth li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 13.97849%;
    margin-left: 0%;
    margin-right: 3.22581%;
}

.package-deals-page .content ul.product_list_widget.one-sixth li:before,
.package-deals-page .content ul.product_list_widget.one-sixth li:after {
    content: '';
    display: table;
}

.package-deals-page .content ul.product_list_widget.one-sixth li:after {
    clear: both;
}

.package-deals-page .content ul.product_list_widget.one-sixth li:nth-child(6n) {
    margin-right: 0%;
    float: right;
}

.package-deals-page .content ul.product_list_widget.one-sixth li:nth-child(6n + 1) {
    clear: both;
}

.package-deals-page .content ul.product_list_widget li {
    padding: 0 !important;
    margin-bottom: 40px !important;
}

.package-deals-page .content ul.product_list_widget li img {
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
    vertical-align: bottom;
    width: 100% !important;
    max-width: 100%;
}

.package-deals-page .content ul.product_list_widget li p {
    margin-bottom: 0;
}

.package-deals-page .content ul.product_list_widget li .button {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    border-radius: 0px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    display: block;
    margin-bottom: 5px;
    padding: 20px 0;
    position: relative;
    padding-right: 65px;
}

.package-deals-page .content ul.product_list_widget li .button::before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: -27px -25px;
    width: 11px;
    height: 17px;
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -8.5px;
    z-index: 2;
}

.package-deals-page .content ul.product_list_widget li .button:after {
    content: '';
    width: 65px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #972c26;
    z-index: 1;
}

.package-deals-page .content ul.product_list_widget li .product-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    color: #444;
    margin-bottom: 10px;
}

.package-deals-page .content ul.product_list_widget li .product-price {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    color: #972c26;
    margin-bottom: 20px;
}

.package-deals-page .content ul.product_list_widget li .product-price > * {
    line-height: 1;
    border-bottom: none;
}

.package-deals-page .content ul.product_list_widget li .product-price > ins {
    text-decoration: none;
}

.package-deals-page .content ul.product_list_widget li .product-link {
    color: #972c26;
    background-color: #972c26;
    border-color: #972c26;
}

.package-deals-page .content ul.product_list_widget li .product-link:hover,
.package-deals-page .content ul.product_list_widget li .product-link:focus,
.package-deals-page .content ul.product_list_widget li .product-link:active {
    background-color: #832621;
    border-color: #6e201c;
    color: #972c26;
}

.package-deals-page .content ul.product_list_widget li .product-link.btn-ghost,
.package-deals-page .content .woocommerce ul.product_list_widget li .product-link,
.woocommerce .package-deals-page .content ul.product_list_widget li .product-link,
.package-deals-page .content ul.product_list_widget li .woocommerce ul.products li.product-link,
.package-deals-page .content ul.product_list_widget .woocommerce ul.products li .product-link,
.package-deals-page .content ul.product_list_widget li .product-link {
    color: #972c26;
    background-color: transparent;
}

.package-deals-page .content ul.product_list_widget li .product-link.btn-ghost:hover,
.package-deals-page .content .woocommerce ul.product_list_widget li .product-link:hover,
.woocommerce .package-deals-page .content ul.product_list_widget li .product-link:hover,
.package-deals-page .content ul.product_list_widget li .woocommerce ul.products li.product-link:hover,
.package-deals-page .content ul.product_list_widget .woocommerce ul.products li .product-link:hover,
.package-deals-page .content ul.product_list_widget li .product-link:hover {
    background-color: #972c26 !important;
    color: #fff;
}

.package-deals-page .content ul.product_list_widget li .add_to_cart_button {
    color: #444444;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
}

.package-deals-page .content ul.product_list_widget li .add_to_cart_button:hover,
.package-deals-page .content ul.product_list_widget li .add_to_cart_button:focus,
.package-deals-page .content ul.product_list_widget li .add_to_cart_button:active {
    background-color: #c6c6c6;
    border-color: #bababa;
    color: #444444;
}

.package-deals-page .content ul.product_list_widget li .add_to_cart_button.btn-ghost,
.package-deals-page .content ul.product_list_widget li .add_to_cart_button.product-link {
    color: #d3d3d3;
    background-color: transparent;
}

.package-deals-page .content ul.product_list_widget li .add_to_cart_button.btn-ghost:hover,
.package-deals-page .content ul.product_list_widget li .add_to_cart_button.product-link:hover {
    background-color: #d3d3d3 !important;
    color: #fff;
}

.package-deals-page .content ul.product_list_widget li .add_to_cart_button:hover {
    color: #fff;
    background-color: #444444;
}

.package-deals-page .content ul.product_list_widget li .add_to_cart_button::before {
    background-image: url(../images/sprites.png);
    background-position: 0px -25px;
    width: 27px;
    height: 22px;
    margin-top: -11px;
    right: 19px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
    src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 768px) {
    .site-inner,
    .wrap {
        max-width: 740px;
    }
    .content {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 65.60284%;
        margin-left: 0%;
        margin-right: 3.19149%;
    }
    .content:before,
    .content:after {
        content: '';
        display: table;
    }
    .content:after {
        clear: both;
    }
    .content:last-child {
        margin-right: 0%;
    }
    .sidebar-primary {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.20567%;
        margin-left: 0%;
        margin-right: 3.19149%;
    }
    .sidebar-primary:before,
    .sidebar-primary:after {
        content: '';
        display: table;
    }
    .sidebar-primary:after {
        clear: both;
    }
    .sidebar-primary:last-child {
        margin-right: 0%;
    }
    .footer-widgets .widget-area {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.91489%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .footer-widgets .widget-area:before,
    .footer-widgets .widget-area:after {
        content: '';
        display: table;
    }
    .footer-widgets .widget-area:after {
        clear: both;
    }
    .footer-widgets .widget-area:last-child {
        margin-right: 0%;
    }
    .genesis-nav-menu > .right {
        float: right;
    }
    .comment-respond input[type="email"],
    .comment-respond input[type="text"],
    .comment-respond input[type="url"] {
        width: 50%;
    }
    .woocommerce ul.product_list_widget.one-half li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.93617%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .woocommerce ul.product_list_widget.one-half li:before,
    .woocommerce ul.product_list_widget.one-half li:after {
        content: '';
        display: table;
    }
    .woocommerce ul.product_list_widget.one-half li:after {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-half li:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }
    .woocommerce ul.product_list_widget.one-half li:nth-child(2n + 1) {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-third li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.91489%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .woocommerce ul.product_list_widget.one-third li:before,
    .woocommerce ul.product_list_widget.one-third li:after {
        content: '';
        display: table;
    }
    .woocommerce ul.product_list_widget.one-third li:after {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-third li:nth-child(3n) {
        margin-right: 0%;
        float: right;
    }
    .woocommerce ul.product_list_widget.one-third li:nth-child(3n + 1) {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-fourth li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.93617%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .woocommerce ul.product_list_widget.one-fourth li:before,
    .woocommerce ul.product_list_widget.one-fourth li:after {
        content: '';
        display: table;
    }
    .woocommerce ul.product_list_widget.one-fourth li:after {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-fourth li:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }
    .woocommerce ul.product_list_widget.one-fourth li:nth-child(2n + 1) {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-fifth li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.93617%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .woocommerce ul.product_list_widget.one-fifth li:before,
    .woocommerce ul.product_list_widget.one-fifth li:after {
        content: '';
        display: table;
    }
    .woocommerce ul.product_list_widget.one-fifth li:after {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-fifth li:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }
    .woocommerce ul.product_list_widget.one-fifth li:nth-child(2n + 1) {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-sixth li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.93617%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .woocommerce ul.product_list_widget.one-sixth li:before,
    .woocommerce ul.product_list_widget.one-sixth li:after {
        content: '';
        display: table;
    }
    .woocommerce ul.product_list_widget.one-sixth li:after {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-sixth li:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }
    .woocommerce ul.product_list_widget.one-sixth li:nth-child(2n + 1) {
        clear: both;
    }
    .woocommerce div.product form.cart div.quantity {
        width: 235px;
    }
    .before-header .woocommerce-account {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 18.29787%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .before-header .woocommerce-account:before,
    .before-header .woocommerce-account:after {
        content: '';
        display: table;
    }
    .before-header .woocommerce-account:after {
        clear: both;
    }
    .before-header .woocommerce-account:last-child {
        margin-right: 0%;
    }
    .before-header .menu-secondary {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 79.57447%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .before-header .menu-secondary:before,
    .before-header .menu-secondary:after {
        content: '';
        display: table;
    }
    .before-header .menu-secondary:after {
        clear: both;
    }
    .before-header .menu-secondary:last-child {
        margin-right: 0%;
    }
    .before-header .menu-secondary .search .search-form input[type="search"] {
        width: 170px;
    }
    .before-footer .image-wrapper {
        display: none;
        position: absolute;
        top: -70px;
        left: 0;
    }
    .before-footer .btn,
    .before-footer .ninja-forms-cont .submit-wrap input[type="submit"],
    .ninja-forms-cont .submit-wrap .before-footer input[type="submit"],
    .before-footer .woocommerce ul.product_list_widget li .product-link,
    .woocommerce ul.product_list_widget li .before-footer .product-link,
    .before-footer .woocommerce ul.products li.product-link,
    .woocommerce ul.products .before-footer li.product-link,
    .before-footer .woocommerce ul.products li .product-link,
    .woocommerce ul.products li .before-footer .product-link,
    .before-footer .package-deals-page .content ul.product_list_widget li .product-link,
    .package-deals-page .content ul.product_list_widget li .before-footer .product-link {
        float: right;
    }
    .footer-widgets .widget {
        margin-bottom: 0;
    }
    .home .home-featured .section-2 .image-wrapper {
        display: none;
        position: absolute;
        top: -70px;
        left: 0;
    }
    .home .home-featured .section-2 .btn,
    .home .home-featured .section-2 .ninja-forms-cont .submit-wrap input[type="submit"],
    .ninja-forms-cont .submit-wrap .home .home-featured .section-2 input[type="submit"],
    .home .home-featured .section-2 .woocommerce ul.product_list_widget li .product-link,
    .woocommerce ul.product_list_widget li .home .home-featured .section-2 .product-link,
    .home .home-featured .section-2 .woocommerce ul.products li.product-link,
    .woocommerce ul.products .home .home-featured .section-2 li.product-link,
    .home .home-featured .section-2 .woocommerce ul.products li .product-link,
    .woocommerce ul.products li .home .home-featured .section-2 .product-link,
    .home .home-featured .section-2 .package-deals-page .content ul.product_list_widget li .product-link,
    .package-deals-page .content ul.product_list_widget li .home .home-featured .section-2 .product-link {
        float: right;
    }
    .home .content .section-1 .woocommerce ul.product_list_widget li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.91489%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .home .content .section-1 .woocommerce ul.product_list_widget li:before,
    .home .content .section-1 .woocommerce ul.product_list_widget li:after {
        content: '';
        display: table;
    }
    .home .content .section-1 .woocommerce ul.product_list_widget li:after {
        clear: both;
    }
    .home .content .section-1 .woocommerce ul.product_list_widget li:nth-child(3n) {
        margin-right: 0%;
        float: right;
    }
    .home .content .section-1 .woocommerce ul.product_list_widget li:nth-child(3n + 1) {
        clear: both;
    }
    .home .content .section-2 .woocommerce ul.product_list_widget li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.93617%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .home .content .section-2 .woocommerce ul.product_list_widget li:before,
    .home .content .section-2 .woocommerce ul.product_list_widget li:after {
        content: '';
        display: table;
    }
    .home .content .section-2 .woocommerce ul.product_list_widget li:after {
        clear: both;
    }
    .home .content .section-2 .woocommerce ul.product_list_widget li:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }
    .home .content .section-2 .woocommerce ul.product_list_widget li:nth-child(2n + 1) {
        clear: both;
    }
    .package-deals-page .content ul.product_list_widget.one-half li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.3871%;
        margin-left: 0%;
        margin-right: 3.22581%;
    }
    .package-deals-page .content ul.product_list_widget.one-half li:before,
    .package-deals-page .content ul.product_list_widget.one-half li:after {
        content: '';
        display: table;
    }
    .package-deals-page .content ul.product_list_widget.one-half li:after {
        clear: both;
    }
    .package-deals-page .content ul.product_list_widget.one-half li:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }
    .package-deals-page .content ul.product_list_widget.one-half li:nth-child(2n + 1) {
        clear: both;
    }
}

@media (min-width: 960px) {
    .site-inner,
    .wrap {
        max-width: 940px;
    }
    .site-header .title-area {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.91489%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .site-header .title-area:before,
    .site-header .title-area:after {
        content: '';
        display: table;
    }
    .site-header .title-area:after {
        clear: both;
    }
    .site-header .title-area:last-child {
        margin-right: 0%;
    }
    .site-header .widget-area {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 65.95745%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .site-header .widget-area:before,
    .site-header .widget-area:after {
        content: '';
        display: table;
    }
    .site-header .widget-area:after {
        clear: both;
    }
    .site-header .widget-area:last-child {
        margin-right: 0%;
    }
    .woocommerce ul.product_list_widget.one-fourth li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 23.40426%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .woocommerce ul.product_list_widget.one-fourth li:before,
    .woocommerce ul.product_list_widget.one-fourth li:after {
        content: '';
        display: table;
    }
    .woocommerce ul.product_list_widget.one-fourth li:after {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-fourth li:nth-child(2n) {
        margin-right: 2.12766%;
        float: left;
    }
    .woocommerce ul.product_list_widget.one-fourth li:nth-child(2n + 1) {
        clear: none;
    }
    .woocommerce ul.product_list_widget.one-fourth li:nth-child(4n) {
        margin-right: 0%;
        float: right;
    }
    .woocommerce ul.product_list_widget.one-fourth li:nth-child(4n + 1) {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-fifth li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 18.29787%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .woocommerce ul.product_list_widget.one-fifth li:before,
    .woocommerce ul.product_list_widget.one-fifth li:after {
        content: '';
        display: table;
    }
    .woocommerce ul.product_list_widget.one-fifth li:after {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-fifth li:nth-child(2n) {
        margin-right: 2.12766%;
        float: left;
    }
    .woocommerce ul.product_list_widget.one-fifth li:nth-child(2n + 1) {
        clear: none;
    }
    .woocommerce ul.product_list_widget.one-fifth li:nth-child(5n) {
        margin-right: 0%;
        float: right;
    }
    .woocommerce ul.product_list_widget.one-fifth li:nth-child(5n + 1) {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-sixth li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 14.89362%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .woocommerce ul.product_list_widget.one-sixth li:before,
    .woocommerce ul.product_list_widget.one-sixth li:after {
        content: '';
        display: table;
    }
    .woocommerce ul.product_list_widget.one-sixth li:after {
        clear: both;
    }
    .woocommerce ul.product_list_widget.one-sixth li:nth-child(2n) {
        margin-right: 2.12766%;
        float: left;
    }
    .woocommerce ul.product_list_widget.one-sixth li:nth-child(2n + 1) {
        clear: none;
    }
    .woocommerce ul.product_list_widget.one-sixth li:nth-child(6n) {
        margin-right: 0%;
        float: right;
    }
    .woocommerce ul.product_list_widget.one-sixth li:nth-child(6n + 1) {
        clear: both;
    }
    .before-header .woocommerce-account {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.91489%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .before-header .woocommerce-account:before,
    .before-header .woocommerce-account:after {
        content: '';
        display: table;
    }
    .before-header .woocommerce-account:after {
        clear: both;
    }
    .before-header .woocommerce-account:last-child {
        margin-right: 0%;
    }
    .before-header .menu-secondary {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 65.95745%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .before-header .menu-secondary:before,
    .before-header .menu-secondary:after {
        content: '';
        display: table;
    }
    .before-header .menu-secondary:after {
        clear: both;
    }
    .before-header .menu-secondary:last-child {
        margin-right: 0%;
    }
    .before-footer .image-wrapper {
        display: block;
    }
    .before-footer .cta {
        padding-left: 100px;
    }
    .footer-widgets .widget_nav_menu ul li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.93617%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .footer-widgets .widget_nav_menu ul li:before,
    .footer-widgets .widget_nav_menu ul li:after {
        content: '';
        display: table;
    }
    .footer-widgets .widget_nav_menu ul li:after {
        clear: both;
    }
    .footer-widgets .widget_nav_menu ul li:nth-child(2n) {
        margin-right: 0%;
        float: right;
    }
    .footer-widgets .widget_nav_menu ul li:nth-child(2n + 1) {
        clear: both;
    }
    .site-footer .wrap > p {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 41.64134%;
        margin-left: 0%;
        margin-right: 2.12766%;
        margin-bottom: 0;
    }
    .site-footer .wrap > p:before,
    .site-footer .wrap > p:after {
        content: '';
        display: table;
    }
    .site-footer .wrap > p:after {
        clear: both;
    }
    .site-footer .wrap > p:last-child {
        margin-right: 0%;
    }
    .site-footer .widget-area {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 56.231%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .site-footer .widget-area:before,
    .site-footer .widget-area:after {
        content: '';
        display: table;
    }
    .site-footer .widget-area:after {
        clear: both;
    }
    .site-footer .widget-area:last-child {
        margin-right: 0%;
    }
    .site-footer ul {
        float: left;
    }
    .site-footer ul li.right {
        float: right;
        text-align: right;
    }
    .home .home-featured .section-2 .image-wrapper {
        display: block;
    }
    .home .home-featured .section-2 .cta {
        padding-left: 100px;
    }
    .home .content .section-2 .woocommerce ul.product_list_widget li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 23.40426%;
        margin-left: 0%;
        margin-right: 2.12766%;
    }
    .home .content .section-2 .woocommerce ul.product_list_widget li:before,
    .home .content .section-2 .woocommerce ul.product_list_widget li:after {
        content: '';
        display: table;
    }
    .home .content .section-2 .woocommerce ul.product_list_widget li:after {
        clear: both;
    }
    .home .content .section-2 .woocommerce ul.product_list_widget li:nth-child(2n) {
        margin-right: 2.12766%;
        float: left;
    }
    .home .content .section-2 .woocommerce ul.product_list_widget li:nth-child(2n + 1) {
        clear: none;
    }
    .home .content .section-2 .woocommerce ul.product_list_widget li:nth-child(4n) {
        margin-right: 0%;
        float: right;
    }
    .home .content .section-2 .woocommerce ul.product_list_widget li:nth-child(4n + 1) {
        clear: both;
    }
}

@media (max-width: 1199px) {
    .date-panel .date-heading {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.44444;
    }
    .date-panel .date-body {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 0.72222;
        padding: 20px;
    }
}

@media (max-width: 959px) {
    .date-panel {
        margin-bottom: 20px;
    }
    .countdown > span > span {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.08333;
    }
    .slicknav_menu {
        display: block;
    }
    .woocommerce div.product div.images {
        width: 48% !important;
    }
    .woocommerce div.product div.summary {
        width: 48% !important;
    }
    .site-header .title-area {
        float: none;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .site-header .widget-area {
        text-align: center;
    }
    .site-header .widget-area .widget .txt {
        text-align: center !important;
        display: block !important;
    }
    .site-header .nav-primary .genesis-nav-menu {
        text-align: center;
    }
    .nav-primary .genesis-nav-menu {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .btn,
    .ninja-forms-cont .submit-wrap input[type="submit"],
    .woocommerce ul.product_list_widget li .product-link,
    .woocommerce ul.products li.product-link,
    .woocommerce ul.products li .product-link,
    .package-deals-page .content ul.product_list_widget li .product-link {
        display: block;
    }
    .float-left {
        float: none;
    }
    .float-right {
        float: none;
    }
    .float-none {
        float: none;
    }
    .site-inner,
    .wrap {
        max-width: 90.625%;
    }
    .woocommerce ul.products li.product {
        width: 100% !important;
        float: none;
        margin-right: 0 !important;
    }
    .woocommerce div.product div.images {
        float: none;
        width: 100% !important;
    }
    .woocommerce div.product div.summary {
        float: none;
        width: 100% !important;
    }
    .woocommerce div.product form.cart .button {
        width: 100%;
    }
    .site-header .nav-primary .genesis-nav-menu {
        margin-top: 20px;
    }
    .site-header .nav-primary .genesis-nav-menu a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .before-header .menu-secondary .search {
        float: none;
        width: 100%;
    }
    .before-header ul {
        text-align: center;
    }
    .nav-primary .genesis-nav-menu {
        margin-top: 20px;
    }
    .nav-primary .genesis-nav-menu a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .before-footer .cta {
        margin-bottom: 20px !important;
    }
    .before-footer .cta br {
        display: none;
    }
    .footer-widgets .widget-support {
        text-align: left !important;
    }
    .footer-widgets .widget-social {
        text-align: left !important;
    }
    .home .home-featured .section-2 .cta {
        margin-bottom: 20px !important;
    }
    .home .home-featured .section-2 .cta br {
        display: none;
    }
}

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


/* Lostherbs custom */


.lostherbs-custom-header-right .search-form{
    position:relative;
}
.lostherbs-custom-header-right .search-form input[type=search] {
    background-color: #ffffff;
    color: #a0a0a0;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 3px;
    background-clip: padding-box;
    color: #515151;
    height: 45px !important;
    padding: 0 14px;
    text-transform: uppercase;
    float:right;
    width: 170px;
}
.lostherbs-custom-header-right .search-form input[type="submit"] {
    background-image: url(../images/sprites.png);
    background-position: -38px -25px;
    width: 11px;
    height: 11px;
    background-color: rgba(68, 68, 68, 0);
    clip: initial;
    top: 24%;
    right: 10px;
    margin-top: -5.5px;


    text-indent: 100%;
    white-space: nowrap; 
    overflow: hidden;
    margin: -1px;
    padding: 0;
    position: absolute;
}