/*!
Theme Name: Maninis.
Theme URI: http://www.maninis.com
Author: 336 Creative
Author URI: http://336creative.com/
Description: A Responsive WordPress Theme compiled by CodeKit. Uses LESS.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* DO NOT REMOVE */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
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+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
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;
}
/* Container Size */
/* Baseline */
/*  Globals */
/* Default Colors */
/* Product Colors */
/* Default Colors */
/* Table colors */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.proxima-nova-condensed {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.proxima-nova-condensed-italic {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.proxima-nova-bold-condensed {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.proxima-nova-condensed-bold-italic {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
}
.brandon-grotesque {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.brandon-grotesque-italic {
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.brandon-grotesque-medium {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.brandon-grotesque-medium-italic {
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
  font-weight: 500;
}
.ie7-inline-block {
  zoom: 1;
  *display: inline;
}
/* BASELINE RHYTHM */
/* IMAGE REPLACEMENT */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* FORMATS */
.background-cover {
  background-size: cover;
}
.row {
  width: 100%;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  width: 100%;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
.container {
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}
.container:after {
  clear: both;
}
[class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row [class*="span"]:first-child,
.container [class*="span"]:first-child {
  margin-left: 0;
}
.span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide {
  display: none;
}
[class*="span"].pull-right {
  float: right;
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .row,
  [class*="offset"] {
    margin-left: 0;
  }
  .span11,
  .span10,
  .span9,
  .span8,
  .span7,
  .span6,
  .span5,
  .span4,
  .span3,
  .span2,
  .span1 {
    width: 100%;
    margin-left: 0;
  }
  [class*="span"].pull-right {
    float: left;
  }
}
/* Baseline Typography */
body {
  background: #FFF;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FCE300;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
h1 {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 0.5em 0;
}
h2 {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333333;
  margin: 0 0 0.66666667em 0;
}
h3 {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 1em 0;
  color: #444 !important;

}
h4 {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14285714;
  margin: 0 0 1.14285714em 0;
}
h5 {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0 0 1.33333333em 0;
}
h6 {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}
p {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0 0 1.33333333em 0;
  margin: 0 0 1.5em 0;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
dl,
ol,
ul {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 2.5em;
}
dd,
dt,
li {
  line-height: 1.5;
  margin: 0;
}
small {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}
/* ----- Links ----- */
a {
  color: #7dc5bb;
  outline: 0;
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #97DFD5;
}
p a,
p a:visited {
  line-height: inherit;
}
/* ----- Images ----- */
img.max-width {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
a img.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
a img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
a img.aligncenter {
  display: block;
  margin: 0 auto;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.pos-relative {
  position: relative;
}
/* ---- Placeholders / focus ---- */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
  font-weight: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
}
input:focus {
  outline: none;
}
/* ---- Clearfix ---- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/* HR reset */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  /* 600px */
  h1 {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    margin: 0 0 0.66666667em 0;
  }
  h2 {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 1em 0;
  }
  h3 {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.14285714;
    margin: 0 0 1.14285714em 0;
  }
  h4 {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333333;
    margin: 0 0 1.33333333em 0;
  }
  h5 {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }
  h6 {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71428571;
    margin: 0 0 1.71428571em 0;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* 479px */
  img.alignright,
  img.alignleft,
  a img.alignright,
  a img.alignleft {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 1.5em;
  }
}
/* ------------- */
/* ---- CONTAINER ---- */
.container {
  width: 71.25em;
  margin: 0 auto;
  padding: 0 .625em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Smaller than the container */
@media only screen and (max-width: 71.1875em) {
  .container {
    width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
/* ---- MODULES - Import the ones you need. ---- */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
  display: -moz-inline-stack;
  display: inline-block !important;
  padding: 1em 2em;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 1em 2em !important;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
  display: none !important;
}
.gform_wrapper .show-labels .top_label .gfield_label,
.gform_wrapper .show-labels .gfield_date_day label,
.gform_wrapper .show-labels .gfield_date_month label,
.gform_wrapper .show-labels .gfield_date_year label,
.gform_wrapper .show-labels .gfield_time_ampm label,
.gform_wrapper .show-labels .gfield_time_hour label,
.gform_wrapper .show-labels .gfield_time_minute label,
.gform_wrapper .show-labels .ginput_complex label,
.gform_wrapper .show-labels .instruction {
  display: inherit !important;
}
.gform_wrapper .show-labels input.ginput_quantity[type=text] {
  width: auto;
}
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper select,
.gform_wrapper textarea {
  background: #f5f5f5;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: .5em 1.5em !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
    TABLES
    
    Basic usage
    
    <table cellpadding="0" cellspacing="0" class="table">
        <thead>
            <tr>
                <th>Col1</th><th>Col2</th><th>Col3</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>text</td><td>text</td><td>text</td>
            </tr>
            <tr>
                <td>text</td><td>text</td><td>text</td>
            </tr>
        </tbody>
    </table>

    OPTIONS --------------------------
    
    .condensed - less padding on cells
    .bordered - border around table
    .row-borders - borders on rows
    .col-borders - borders on colums left/right sides
    .all-borders - borders around everything
    
    ----------------------------------
    
    For table sorting use the table sorter plugin:
    (CSS and images already implemented, plugin in js folder)
    http://tablesorter.com/docs/
    
    For responsive tables use the ZURB responsive table javascript:
    (CSS already implemented, javascript in js folder)
    http://www.zurb.com/playground/responsive-tables

*/
.table {
  border-collapse: separate;
  margin: 0 0 1.5em 0;
  width: 100%;
  text-align: left;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.table thead tr th,
.table tfoot tr th {
  background-color: #d7e3e3;
  color: #111;
  padding: 12px 10px 12px 10px;
}
.table tbody td {
  color: #3D3D3D;
  padding: 12px 10px 12px 10px;
  background-color: #FFF;
  vertical-align: top;
}
.table tfoot td {
  padding: 12px 10px 12px 10px;
  font-weight: 700;
  background-color: #FFF;
}
/* Borders */
.table.bordered,
.table.all-borders {
  border: 1px solid #CCC;
}
.table.row-borders tr td,
.table.all-borders tr td {
  border-top: 1px solid #CCC;
}
.table.col-borders td,
.table.all-borders td,
.table.all-borders th {
  border-right: 1px solid #CCC;
}
.table.col-borders td:last-child,
.table.all-borders td:last-child,
.table.all-borders th:last-child {
  border-right: none;
}
.table.all-borders th,
.table.all-borders td,
.table.row-borders tr th,
.table.row-borders tr td {
  padding: 11px 10px 12px 10px;
}
/* Tablesorter plugin */
.table thead tr .header {
  background-image: url(images/bg-2.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.table thead tr .headerSortUp {
  background-image: url(images/asc.gif);
}
.table thead tr .headerSortDown {
  background-image: url(images/desc.gif);
}
.table thead tr .headerSortDown,
.table thead tr .headerSortUp {
  background-color: #8dbdd8;
}
/* ---- */
/* condensed */
.table.condensed tbody td,
.table.condensed thead th,
.table tfoot td {
  padding: 0 5px;
  font-size: 0.875em;
  line-height: 1.7;
}
/* striping */
.table tbody tr.odd td,
.table tbody tr.r1 td {
  background-color: #FFF;
}
.table tbody tr.even td,
.table tbody tr.r0 td {
  background-color: #f3f3f8;
}
/* text alignment */
td.align-left,
th.align-left {
  text-align: left;
}
td.align-right,
th.align-right {
  text-align: right;
}
td.align-center,
th.align-center {
  text-align: center;
}
/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable table {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}
.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: #FCE300;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 1em 0 0;
  padding: 1em 2em;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.button:hover {
  background-color: #ffea30;
  color: #595959;
}
.button:focus,
a.button:active,
a.button:focus {
  background-color: #ffea30;
  color: #595959;
}
.button.inverse {
  color: #fff;
  background: none;
}
.button.bordered {
  border: 2px solid #333;
}
/* Colors */
.button.primary {
  background-color: #6666ff;
}
.button.success {
  background-color: #00ad70;
}
.button.error {
  background-color: #d60000;
}
.button.warning {
  background-color: #b4b600;
}
/* hover*/
.button.primary:hover {
  background-color: #9999ff;
}
.button.success:hover {
  background-color: #00e091;
}
.button.error:hover {
  background-color: #ff3333;
}
.button.warning:hover {
  background-color: #d2d500;
}
/* focus */
.button.primary:focus,
a.button.primary:active {
  background-color: #2929ff;
}
.button.success:focus,
a.button.success:active {
  background-color: #008456;
}
.button.error:focus,
a.button.error:active {
  background-color: #b70000;
}
.button.warning:focus,
a.button.warning:active {
  background-color: #777900;
}
/* Sizes */
.button.small {
  font-size: 12px;
  font-size: 0.75rem;
  padding: .375em .5em;
}
.button.tiny {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: .25em .375em;
}
.button.large {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  padding: .375em .625em;
}
.sidr {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 9999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background: #363636;
  color: #ffffff;
  -webkit-overflow-scrolling: touch;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: #ffffff;
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #FCE300;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #FCE300;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border-top: 1px solid #FCE300;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  background-color: #ffea30;
  color: #595959;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 14px;
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: 1px solid #FCE300;
  line-height: 40px;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ---- HEADER ---- */
.double-lines {
  background: url(images/double-lines.svg);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.header {
  width: 100%;
  position: relative;
}
.mobile-nav-button {
  width: 20%;
  display: none;
  float: right;
  font-size: 2.5em;
  text-decoration: none;
  text-transform: uppercase;
  padding: .75em 0 0 0;
  color: #FCE300;
}
.mobile-nav-button i {
  margin: 0;
  float: right;
}
.mobile-nav-button span {
  display: block;
  float: left;
  font-size: .3em;
  clear: both;
  line-height: 1;
}
.mobile-nav-button:hover {
  color: #ffea30;
}
.logo-nav {
  display: table;
}
.logo,
.nav-social {
  display: table-cell;
}
.logo {
  background: #FCE300;
  width: 20%;
  padding: 2.5em 1em 1em 1em;
  vertical-align: middle;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.logo img {
  width: 100%;
  height: auto;
}
.logo h1 {
  margin: 0;
  padding: 0;
}
.nav-social {
  width: 80%;
  vertical-align: bottom;
}
.social {
  display: table-row;
  float: right;
  width: 100%;
}
.social .header-social {
  padding: 0;
  margin: .375em 0 0 0;
  list-style: none;
  text-align: right;
}
.social .header-social li {
  display: inline-block;
  margin: 1em 2em 0 0;
}
.social .header-social li:last-child {
  margin-right: 0;
}
.social .header-social .account-cart {
  border-left: 1px solid #CCC;
  padding-left: 24px;
  color: #CCC;
}
.social .header-social .account-cart a {
  color: #CCC;
  transition: all .2s ease;
}
.social .header-social .account-cart a:hover {
  color: #777;
}
.social .header-social .account-cart span {
  font-size: 12px;
  text-transform: uppercase;
}
.social .header-social .account-cart .basket-count {
  display: inline-block;
  text-align: center;
  color: #FFF;
  line-height: 2.5;
  background-image: url('images/basket.png');
  background-repeat: no-repeat;
  width: 22px;
  height: 25px;
  vertical-align: middle;
  background-size: 100%;
  margin-left: 12px;
}
.social .header-social .social-button {
  display: inline-block;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0;
  color: #FCE300;
}
.social .header-social .social-button:hover,
.social .header-social .social-button:focus {
  color: #ffea30;
}
.social .header-social .social-button:first-child {
  margin-left: 0;
}
.account-avatar {
  display: inline-block;
  vertical-align: middle;
}
.main-nav {
  display: table-row;
  float: right;
  width: 100%;
  /* Drop down */
  /* Drop down arrow */
}
.main-nav > ul {
  display: block;
  width: 100%;
  letter-spacing: 1px;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2ms ease-in;
  -moz-transition: all 0.2ms ease-in;
  -o-transition: all 0.2ms ease-in;
  transition: all 0.2ms ease-in;
}
.main-nav > ul > li {
  display: inline-block;
  margin-left: 1.5em;
  position: relative;
  -webkit-transition: all 0.2ms ease-in;
  -moz-transition: all 0.2ms ease-in;
  -o-transition: all 0.2ms ease-in;
  transition: all 0.2ms ease-in;
}
.main-nav > ul > li:first-of-type {
  margin-left: 0;
}
.main-nav > ul > li > a {
  color: #000000;
  display: block;
  width: 100%;
  padding: .75em 0;
  text-decoration: none;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li:hover > a,
.main-nav > ul > li > a.active,
.main-nav > ul > li.active > a,
.main-nav > ul > li.active {
  color: #595959;
}
.main-nav > ul > li > a > i {
  font-size: .75em;
}
.main-nav > ul > li > ul {
  display: none;
  position: absolute;
  width: 200px;
  left: 50%;
  top: 40px;
  padding: .65em 0 0 0;
  margin: 0 0 0 -100px;
  list-style: none;
  text-align: center;
  z-index: 99999999;
}
.main-nav > ul > li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  content: ' \f107';
}
.main-nav > ul > li:hover > ul {
  display: block;
}
.main-nav > ul > li > ul > li {
  display: block;
  width: 100%;
  letter-spacing: normal;
  float: left;
  background: #ffffff;
}
.main-nav > ul > li > ul > li > a {
  display: block;
  width: 100%;
  color: #444;
  background-color: #ffffff;
  padding: .75em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.main-nav > ul > li > ul > li > a:hover {
  color: #000000;
  background-color: #FCE300;
}
.main-nav > ul > li:last-child > ul {
  margin-left: auto;
  left: auto;
  right: 0px;
}
.main-nav > ul > li:last-child ul li:first-child:after {
  left: auto;
  right: 45px;
}
.hero {
  width: 100%;
}
@media only screen and (max-width: 57.188em) {
  /* 915px */
  .nav-social .social {
    display: none;
  }
  .main-nav ul li {
    margin-left: 1.25em;
  }
  .main-nav ul li a {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0 0 1.6em 0;
  }
  .sidr ul.header-social {
    margin: 0;
    padding: 1em 0;
    text-align: center;
    border: none;
  }
  .sidr ul.header-social li {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #FCE300;
    border: none;
    text-align: center;
    margin: 0 .25em .25em;
  }
  .sidr ul.header-social li a {
    color: #363636;
    width: 35px;
    height: 35px;
    padding: 0;
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 2;
    margin: 0;
  }
  .sidr ul.header-social li :hover {
    background: #ffea30;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
  .sidr ul.header-social li :hover a {
    color: #505050;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
}
@media only screen and (max-width: 56.25em) {
  /* 900px */
  .logo-nav {
    display: block;
    width: 100%;
  }
  .logo-nav .logo {
    display: block;
    width: 35%;
    margin: 0 auto 1em;
    padding: 2.5em 1em 1em;
  }
  .logo {
    width: 60%;
  }
  .mobile-nav-button {
    display: block;
    width: 25%;
  }
  .main-nav {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .sidr ul.header-social li.account-cart {
    display: none;
  }
}
@media only screen and (max-width: 32.813em) {
  /* 525px */
  .logo-nav .logo {
    width: 45%;
    padding: 2em 1em .5em;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* 479px */
}
/* ---- 404 ---- */
.page-404 {
  width: 100%;
  min-height: 50vh;
  background-image: url('images/404.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.page-404 .overlay-404 {
  position: absolute;
  top: 30%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.page-404 .overlay-404 .page-content {
  margin: 0 auto !important;
  float: none;
}
.page-404 .overlay-404 .page-title {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.page-404 .overlay-404 p {
  color: #ffffff;
}
.page-404 .overlay-404 ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-404 .overlay-404 ul li {
  display: inline-block;
  margin: 0 1em;
}
/* ---- PAGE STYLES COMMON ---- */
.section {
  padding-top: 3em;
  padding-bottom: 3em;
  clear: both;
}
.page-title {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FCE300;
  text-transform: none;
  text-align: center;
}
.secondary-page-hero {
  width: 100%;
  min-height: 13.5em;
  padding: 7.625em 0 0 0;
  background-image: url('images/plain.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-width-wrapper {
  padding: 1.5em 0;
}
.full-width-wrapper .full-width-content {
  margin: 0 auto !important;
  float: none;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66666667;
  margin: 0 0 1.33333333em 0;
}
.full-width-wrapper .full-width-content strong {
  text-transform: uppercase;
}
.full-width-wrapper:first-of-type .full-width-content p {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  margin: 0 0 1em 0 !important;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.two-column {
  display: table;
}
.two-column .column-1,
.two-column .column-2 {
  display: table-cell;
  width: 50%;
  padding: 4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-column .column-1 .wysiwyg,
.two-column .column-2 .wysiwyg {
  color: #ffffff;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
  position: relative;
}
.two-column .column-1 .wysiwyg p,
.two-column .column-2 .wysiwyg p {
  margin: 0;
}
.two-column .column-1 .wysiwyg:before,
.two-column .column-2 .wysiwyg:before {
  color: #FCE300;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 0.01388889;
  margin: 0;
  content: "\201D";
  position: absolute;
  left: -40px;
  top: 30px;
}
.two-column .column-1.color {
  background: #ad7575;
}
.two-column .column-2.color {
  background: #7dc5bb;
}
.three-column .three-column-wrapper {
  float: none;
  margin: 0 auto !important;
}
.contact-info {
  list-style-type: none;
  margin: 0 0 0 1.5em;
  padding: 0;
}
.contact-info li {
  position: relative;
  margin: 0 0 2.5em 0;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0 0 1.33333333em 0;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.contact-info .fa {
  color: #FCE300;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.66666667;
  margin: 0 0 1em 0;
  position: absolute;
  left: -35px;
  top: 2px;
}
@media only screen and (max-width: 47.938em) {
  /* 767px */
  .full-width-wrapper .full-width-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.5em;
  }
  .two-column .column-1,
  .two-column .column-2 {
    padding: 2em 4em;
  }
  .contact-info {
    padding: 0 5em;
  }
}
@media only screen and (max-width: 43.75em) {
  /* 700px */
  .two-column {
    display: block;
    width: 100%;
  }
  .two-column .column-1,
  .two-column .column-2 {
    display: block;
    width: 100%;
    min-height: 250px;
  }
}
@media only screen and (max-width: 37.5em) {
  /* 600px */
  .two-column .column-1 .wysiwyg,
  .two-column .column-2 .wysiwyg {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 0 1.33333333em 0;
  }
}
/* ---- HOME PAGE SLIDESHOW ---- */
.hero {
  padding: 1em;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hero .hero-slider {
  width: 100%;
}
.slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: relative;
}
.ss-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.slide-feature-image {
  margin: 0 auto;
  max-width: 40%;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}
.slide-feature-image img {
  max-width: 100%;
  height: auto;
}
.slide-content {
  margin: 0 auto;
  max-width: 40%;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}
.slide-content .slide-title {
  color: #FCE300;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 0.5em 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.slide-content .slide-paragraph {
  margin: 0 0 1.5em 0;
}
.slide-content .slide-paragraph h1,
.slide-content .slide-paragraph h2,
.slide-content .slide-paragraph h3,
.slide-content .slide-paragraph h4,
.slide-content .slide-paragraph h5,
.slide-content .slide-paragraph h6 {
  color: #ffffff;
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.slide-content .slide-paragraph h3 {
  text-transform: none;
}
.slide-content .slide-paragraph p {
  color: #ffffff;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
  letter-spacing: 1px;
  margin: 0 0 2em 0;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.slide-content .slide-button-link {
  background: #7dc5bb;
  color: #ffffff;
  display: inline-block;
  margin: 1em 0 0;
  padding: 1em 2em;
}
.slide-content .slide-button-link:hover {
  background: #a0d5cd;
  color: #cccccc;
}
.slide-advance {
  display: block;
  width: 35px;
  height: 90px;
  color: #ffffff;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 0.4;
  margin: 0 0 0.4em 0;
  text-decoration: none;
  position: absolute;
  top: 45%;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  text-align: center;
  line-height: 45px;
  z-index: 101;
}
.slide-advance span {
  display: none;
}
.slide-advance:hover {
  color: #cccccc;
}
.slide-prev {
  left: .25em;
}
.slide-next {
  right: .25em;
}
.slide-pager {
  display: block;
  width: 100%;
  padding: 0 1.5em;
  margin: 0;
  position: absolute;
  right: 2em;
  bottom: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  z-index: 100;
}
.slide-pager li {
  display: inline-block;
  margin-left: .625em;
}
.slide-pager li:first-child {
  margin-left: 0;
}
.slide-pager li a {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #f2f2f2;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  text-decoration: none;
  color: #FFF;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slide-pager li a:hover {
  background-color: #ffffff;
}
.slide-pager li.slide-pager-active a {
  background-color: #FCE300;
  cursor: default;
}
.slide-pager.align-center {
  text-align: center;
}
.slide-pager.align-right {
  text-align: right;
}
.hero-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -110px;
  z-index: 105;
}
@media only screen and (max-width: 78.125em) {
  /* 1250px */
  .slide {
    height: 550px;
  }
}
@media only screen and (max-width: 65em) {
  /* 900px */
  .slide {
    height: 500px;
  }
  .slide-content .slide-title {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    margin: 0 0 0.66666667em 0;
  }
  .slide-content .slide-paragraph {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71428571;
    margin: 0 0 1.71428571em 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .slide-advance {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 0.4;
    margin: 0 0 0.4em 0;
  }
  .ss-overlay {
    background-color: rgba(0, 0, 0, 0.45);
  }
  .slide-feature-image {
    display: none;
  }
  .slide-content {
    padding: 0;
    max-width: 55%;
    left: 50%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 39.063em) {
  /* 625px */
  .slide-advance {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 0.66666667;
    margin: 0 0 0.66666667em 0;
  }
  .slide-prev {
    left: 0;
  }
  .slide-next {
    right: 0;
  }
  .ss-overlay {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .slide-content {
    max-width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
    padding: 0 3em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 37.5em) {
  /* 600px */
  .cycle-pager {
    bottom: 1em;
    right: 1em;
  }
  .slide-content .slide-paragraph p {
    margin: 0;
  }
  .slide-content .slide-button-link {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    margin: 0 0 2em 0;
    padding: .75em 1.5em;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* 479px */
  .cycle-advance {
    display: none;
  }
}
/* ---- HOME PAGE ONLINE SALES ---- */
.home-onlinesales {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.home-onlinesales .corner-ribbon {
  width: 200px;
  background: #FCE300;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  margin: 0 0 1.14285714em 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 25px;
  left: -150px;
  text-align: center;
  color: #000000;
  padding: .5em 1.75em;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  text-transform: uppercase;
}
.home-onlinesales .corner-ribbon.top-right {
  top: 50px;
  right: -50px;
  left: auto;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
}
.home-onlinesales .onlinesales-content-wrapper {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 0 0 3em;
}
.home-onlinesales .onlinesales-content-wrapper .onlinesales-header {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #7dc5bb;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.16666667;
  margin: 0 0 0.66666667em 0;
}
.home-onlinesales .onlinesales-content-wrapper .onlinesales-header h1,
.home-onlinesales .onlinesales-content-wrapper .onlinesales-header h2,
.home-onlinesales .onlinesales-content-wrapper .onlinesales-header h3,
.home-onlinesales .onlinesales-content-wrapper .onlinesales-header h4,
.home-onlinesales .onlinesales-content-wrapper .onlinesales-header h5,
.home-onlinesales .onlinesales-content-wrapper .onlinesales-header h6 {
  color: #7dc5bb;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
@media only screen and (max-width: 42.5em) {
  /* 680px */
  .home-onlinesales .onlinesales-content-wrapper {
    display: block;
    padding: 0 1.5em;
    width: 100%;
  }
  .home-onlinesales .onlinesales-image {
    display: block;
    width: 100%;
    position: inherit;
    top: auto;
    right: auto;
    text-align: center;
  }
  .home-onlinesales .onlinesales-image img {
    max-width: 250px;
  }
}
/* ---- HOME PAGE FEATURED PRODUCT ---- */
.home-featured-product {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.home-featured-product .featured-product-content-wrapper {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 0 0 3em;
}
.home-featured-product .featured-product-content-wrapper .featured-product-header {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}
.home-featured-product .featured-product-content-wrapper .featured-product-content {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.home-featured-product .featured-product-content-wrapper .featured-product-content h1,
.home-featured-product .featured-product-content-wrapper .featured-product-content h2,
.home-featured-product .featured-product-content-wrapper .featured-product-content h3,
.home-featured-product .featured-product-content-wrapper .featured-product-content h4,
.home-featured-product .featured-product-content-wrapper .featured-product-content h5,
.home-featured-product .featured-product-content-wrapper .featured-product-content h6 {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.home-featured-product .featured-product-image {
  display: block;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 10%;
  right: 15%;
  z-index: 99999;
}
.home-featured-product .featured-product-image img {
  max-height: 350px;
}
@media only screen and (max-width: 42.5em) {
  /* 680px */
  .home-featured-product .featured-product-content-wrapper {
    display: block;
    padding: 0 1.5em;
    width: 100%;
  }
  .home-featured-product .featured-product-image {
    display: block;
    width: 100%;
    position: inherit;
    top: auto;
    right: auto;
    text-align: center;
  }
  .home-featured-product .featured-product-image img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 34.375em) {
  /* 550px */
  .home-featured-product .featured-product-image img {
    max-width: 175px;
    margin-bottom: 1em;
  }
}
/* ---- HOME PAGE FEATURED RECIPE ---- */
.home-featured-recipe {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.home-featured-recipe .featured-recipe-content-wrapper {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 0 3em 0 0;
  text-align: right;
}
.home-featured-recipe .featured-recipe-content-wrapper .featured-recipe-header {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}
.home-featured-recipe .featured-recipe-content-wrapper .featured-recipe-content {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.home-featured-recipe .featured-recipe-content-wrapper .featured-recipe-content h1,
.home-featured-recipe .featured-recipe-content-wrapper .featured-recipe-content h2,
.home-featured-recipe .featured-recipe-content-wrapper .featured-recipe-content h3,
.home-featured-recipe .featured-recipe-content-wrapper .featured-recipe-content h4,
.home-featured-recipe .featured-recipe-content-wrapper .featured-recipe-content h5,
.home-featured-recipe .featured-recipe-content-wrapper .featured-recipe-content h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.home-featured-recipe .featured-recipe-image {
  text-align: center;
  display: inline-block;
  padding: 0 3em;
  vertical-align: bottom;
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 42.5em) {
  /* 680px */
  .home-featured-recipe .featured-recipe-content-wrapper {
    display: block;
    width: 100%;
    padding: 0 1.5em;
    text-align: left;
  }
  .home-featured-recipe .featured-recipe-image {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .home-featured-recipe .featured-recipe-image img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 34.375em) {
  /* 550px */
  .home-featured-recipe .featured-recipe-image img {
    max-width: 175px;
    margin-bottom: 1em;
  }
}
/* ---- PRODUCTS ---- */
.product-grid .page-title {
  display: none;
}
.product-category-list {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.woocommerce-variation-price {
  color: #FFF;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.woocommerce-variation-price .amount {
  color: #FFF;
  font-size: 28px;
}
.woocommerce div.product form.cart .variations label.variation-label {
  display: block;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
}
.woocommerce div.product form.cart .variations td {
  line-height: 1.8;
}
.variations-wrap {
  display: inline-block;
  vertical-align: bottom;
}
.woocommerce div.product form.cart .variations-actions .variations {
  margin: 0;
}
.woocommerce div.product form.cart .variations-actions .variations select {
  display: block;
  border: 0;
  height: 34px;
  min-width: 165px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  outline: 0;
  padding-top: 1px;
  padding-left: 12px;
  cursor: pointer;
  overflow: hidden;
  background-image: url('images/sel-arrow.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.var-select {
  position: relative;
}
.sel-drop {
  display: none;
  width: 25px;
  height: 34px;
  background-color: #d7d7d7;
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 3;
  cursor: pointer;
}
.sel-drop:hover {
  color: #888;
}
.qty-actions {
  display: inline-block;
  vertical-align: top;
}
.qty-actions select {
  display: block;
  border: 0;
}
.woocommerce-variation-add-to-cart .qty-label {
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
}
.woocommerce-pagination {
  display: none;
}
.variations-actions {
  margin-bottom: 5px;
}
.woocommerce div.product form.cart .qty-plus-minus div.quantity {
  margin: 0;
  float: left;
}
.qty-plus-minus {
  overflow: hidden;
}
.qty-plus-minus .quantity {
  display: block;
  float: left;
  margin: 0;
}
.qty-plus-minus .quantity input {
  height: 32px;
  border: none;
  margin: 0;
}
.qty-plus {
  display: block;
  width: 25px;
  height: 34px;
  background-color: #d7d7d7;
  text-align: center;
  color: #231f20;
  line-height: 2.2;
  float: left;
}
.qty-plus:hover {
  color: #888;
}
.qty-minus {
  display: block;
  width: 25px;
  height: 34px;
  background-color: #d7d7d7;
  text-align: center;
  color: #231f20;
  line-height: 2.1;
  float: left;
}
.qty-minus:hover {
  color: #888;
}
.product-categories {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 3em;
  margin: 1em 0;
}
.product-categories .category-name {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  border-bottom: 1px solid #c2c2c2;
}
.product-categories .product {
  display: inline-block;
  margin: 0 1.5% 1.5% !important;
  height: 150px;
  width: 30%;
  padding: 2em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.product-categories .product .corner-ribbon {
  background: #FCE300;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  margin: 0 0 2.4em 0;
  margin: 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  bottom: 25px;
  left: -150px;
  text-align: center;
  color: #000000;
  padding: .5em 2.25em .5em 4em;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  text-transform: uppercase;
}
.product-categories .product .corner-ribbon.top-right {
  bottom: -40px;
  right: -25px;
  left: auto;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
}
.product-categories .product .product-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-categories .product .product-name {
  margin: 0;
  line-height: 1;
}
.product-categories .product .product-name a {
  color: #ffffff;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 1em 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.product-categories .product .product-name a:hover {
  color: #cccccc;
}
.product-categories .product .product-sub-name {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
.product-categories .product .see-more {
  color: #000000;
}
.product-categories .product .see-more:hover {
  color: #595959;
}
@media only screen and (max-width: 50.938em) {
  /* 815px */
  .product-categories .product {
    width: 46%;
  }
}
@media only screen and (max-width: 37.5em) {
  /* 600px */
  .product-categories .product {
    margin: 0px auto 2.5% !important;
    width: 100%;
  }
}
/* ---- PRODUCT SINGLE ---- */
.products-hero {
  padding: 1em;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 450px;
}
.products-hero .products-hero-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 450px;
}
.products-hero .products-hero-content {
  display: inline-block;
  padding: 0 0 0 3em;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.products-hero .products-hero-content .product-name {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.products-hero .products-hero-content .product-subname {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
  text-transform: none;
  margin: 0;
}
.products-hero .products-hero-content .product-description {
  color: #ffffff;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.products-hero .products-hero-content .product-description a{
	font-weight: bold;
	text-decoration:underline;
	color: #ffffff !important;
}
.products-hero .products-hero-content .product-ingredients {
  color: #ffffff;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.products-hero .products-hero-content .product-ingredients h1,
.products-hero .products-hero-content .product-ingredients h2,
.products-hero .products-hero-content .product-ingredients h3,
.products-hero .products-hero-content .product-ingredients h4,
.products-hero .products-hero-content .product-ingredients h5,
.products-hero .products-hero-content .product-ingredients h6 {
  color: #ffffff;
  margin: 0 0 .5em;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}
.products-hero .products-hero-content .product-ingredients h3 {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.52380952;
  margin: 0 0 1.14285714em 0;
  margin: 0;
}
.products-hero .products-hero-image {
  display: inline-block;
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999;
  text-align: center;
  padding-left: 10%;
}
.products-hero .products-hero-image img {
  max-height: 450px;
}
.single-product.postid-3797 .product-details h3,
.single-product .composite_form .composite_price p.price {
  display: none;
}
.product-details-nutrition .nutrition-facts {
  display: inline-block;
  width: 44%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  float: left;
}
.product-details-nutrition .nutrition-facts img {
  max-width: 250px;
}
.product-details-nutrition .product-details {
  display: inline-block;
  float: right;
  width: 55%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.product-details-nutrition .product-details h3 {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 0.66666667em 0;
  margin-bottom: .25em;
}
.product-details-nutrition .product-details ul {
  margin: 0 0 2.5em;
  padding: 0 2.5em;
}
.product-details-nutrition .product-details ul li {
  text-align: left;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #898989;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0 0 1.33333333em 0;
}
.product-details-nutrition .product-details .product-certifications {
  margin-bottom: 3em;
}
.product-details-nutrition .product-details .product-certifications .certification-list {
  list-style-type: none;
  margin: 0 0 2.5em 0;
  padding: 0;
}
.product-details-nutrition .product-details .product-certifications .certification-list li {
  display: inline-block;
  width: 45px;
  text-align: center;
  vertical-align: middle;
  margin: 0 .5em;
}
.product-details-nutrition .product-details .product-certifications .certification-list li img {
  height: 50px;
  width: 100%;
}
.hr {
  border-top: 1px solid #c2c2c2;
  max-width: 65em;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0 4px 12px 0;
}
.add-to-cart-button {
  color: black;
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  height: 34px;
  background-color: #f9d412;
  border-radius: 5px;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce button.single_add_to_cart_button {
  color: black !important;
  font-size: 12px !important;
  font-weight: 200 !important;
  text-transform: uppercase !important;
  height: 34px !important;
  background-color: #f9d412 !important;
  border-radius: 5px !important;
  border: 0px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ancient-grains-promo {
  background: url('images/ancient-grains.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;
}
.ancient-grains-promo .ancient-grains-content {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #898989;
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
}
.ancient-grains-promo h3 {
  color: #FCE300;
}
.product-recipes-list {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.product-recipes-list .product-name {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.product-recipes-list .recipe-grid-recipe {
  display: inline-block;
  width: 23%;
  padding: 0 1% 1%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.product-recipes-list .recipe-grid-recipe p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0 0 1.33333333em 0;
  margin-bottom: .5em;
  color: #ffffff;
}
.product-recipes-list .recipe-grid-recipe .recipe-grid-link {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0 0 1.33333333em 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #FCE300;
  text-transform: uppercase;
}
.product-recipes-list .recipe-grid-recipe .recipe-grid-link:hover {
  color: #ffea30;
}
.composite_form .component {
  display: inline-block;
}
.component .component_inner {
  padding-bottom: 0!important;
}
.component .component_content,
p.component_section_title {
  display: none;
}
.composite_form:not(.paged) .component:not(.first) .component_title_wrapper,
.composite_form:not(.paged) .composite_wrap {
  padding-top: 0;
}
.single-product .composite_form .composite_price p.price {
  color: #FFF;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 62.5em) {
  /* 1000px */
  .product-details-nutrition {
    margin-top: 5em;
  }
  .ancient-grains-promo {
    background: none;
    position: relative;
  }
  .ancient-grains-promo:after {
    content: "";
    background: url('images/ancient-grains.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
}
@media only screen and (max-width: 56.25em) {
  /* 900px */
  .product-details-nutrition {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 47.938em) {
  /* 767px */
  .product-details-nutrition {
    margin-top: 0;
  }
  .ancient-grains-promo:after {
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
  }
}
@media only screen and (max-width: 42.188em) {
  /* 675px */
  .product-details-nutrition .nutrition-facts {
    display: block;
    width: 100%;
  }
  .product-details-nutrition .product-details {
    display: block;
    width: 100%;
    padding: 0 2em;
  }
  .product-details-nutrition .product-details ul {
    padding: 0 0 0 2em;
  }
  .ancient-grains-promo:after {
    -webkit-opacity: 0.15;
    -moz-opacity: 0.15;
    opacity: 0.15;
  }
}
@media only screen and (max-width: 37.5em) {
  /* 600px */
  .products-hero .products-hero-image {
    margin: 0 auto 1.5em;
    position: inherit;
    width: 100%;
    display: block;
    top: inherit;
    right: inherit;
  }
  .products-hero .products-hero-image img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4em;
  }
  .products-hero .products-hero-content {
    padding: 0 1.5em;
    display: block;
    width: 100%;
  }
}
/* ---- CART ---- */
.woocommerce-checkout h1,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-checkout h4,
.woocommerce-checkout h5,
.woocommerce-checkout h6 {
  color: #000000;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  position: relative;
  background: #eee !important;
  color: #000000 !important;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  list-style: none;
  margin: 24px 0 12px 0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.woocommerce-message {
  border: 1px solid #ccc !important;
  background: #eee !important;
  color: #000000 !important;
}
.woocommerce-message .wc-forward {
  margin-right: 2em;
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-weight: normal;
  line-height: 100%;
  width: 1.758em;
  content: "\f05a";
  position: absolute;
  bottom: -0.18em;
  right: -0.18em;
  font-size: 3em;
  width: auto;
  color: #898989;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  zoom: 1;
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  opacity: 0.35;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  box-sizing: border-box;
}
.cart-hero {
  position: relative;
  height: 300px;
}
.cart-hero-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart-hero-wrapper h1 {
  font-size: 60px;
  color: #FCE300;
  text-transform: uppercase;
  margin: 0px;
}
.cart-wrapper {
  width: 100%;
  display: table;
}
.cart-content {
  width: 60%;
  display: table-cell;
  vertical-align: top;
}
.cart-collaterals-content {
  width: 30%;
  display: table-cell;
  vertical-align: top;
}
.shop_table {
  width: 100%;
}
.shop_table.vtprd_shop_table {
  margin-top: 2em;
}
.shop_table.vtprd_shop_table .checkout_discount_headings th {
  color: #f9d412;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 3px solid #CCC;
  font-weight: 200;
  padding: 20px 0px;
}
.shop_table.vtprd_shop_table .product-name {
  color: #f9d412;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.shop_table.vtprd_shop_table .vtprd-product-name-widget,
.shop_table.vtprd_shop_table .vtprd-product-name-span {
  color: #000000;
}
.shop_table.cart,
.shop_table.vtprd_shop_table {
  width: 100%;
}
.shop_table.cart thead th,
.shop_table.vtprd_shop_table thead th {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 3px solid #CCC;
  font-weight: 200;
  padding: 20px 0px;
}
.shop_table.cart .product-remove,
.shop_table.vtprd_shop_table .product-remove {
  max-width: 40px;
  padding-right: 0px;
}
.shop_table.cart .product-remove .remove,
.shop_table.vtprd_shop_table .product-remove .remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('images/item-remove.png') no-repeat;
  background-size: 100%;
  transition: all .2s ease;
  opacity: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.shop_table.cart .product-remove .remove:hover,
.shop_table.vtprd_shop_table .product-remove .remove:hover {
  opacity: .5;
}
.shop_table.cart .product-name a,
.shop_table.vtprd_shop_table .product-name a {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s ease;
}
.shop_table.cart .product-name a:hover,
.shop_table.vtprd_shop_table .product-name a:hover {
  color: #777;
}
.shop_table.cart .product-name .variation,
.shop_table.vtprd_shop_table .product-name .variation {
  margin: 0;
  padding: 0;
}
.shop_table.cart .product-name .variation dt,
.shop_table.vtprd_shop_table .product-name .variation dt,
.shop_table.cart .product-name .variation dd,
.shop_table.vtprd_shop_table .product-name .variation dd {
  display: inline-block;
  color: #FCE300;
}
.shop_table.cart .product-name .variation p,
.shop_table.vtprd_shop_table .product-name .variation p {
  margin: 0px;
}
.shop_table.cart .product-remove,
.shop_table.vtprd_shop_table .product-remove,
.shop_table.cart .product-thumbnail,
.shop_table.vtprd_shop_table .product-thumbnail,
.shop_table.cart .product-price,
.shop_table.vtprd_shop_table .product-price,
.shop_table.cart .product-quantity,
.shop_table.vtprd_shop_table .product-quantity,
.shop_table.cart .product-subtotal,
.shop_table.vtprd_shop_table .product-subtotal,
.shop_table.cart .product-total,
.shop_table.vtprd_shop_table .product-total {
  text-align: center;
  padding: 20px 6px;
}
.shop_table.cart .product-name,
.shop_table.vtprd_shop_table .product-name {
  padding: 20px 6px;
}
.shop_table.cart .product-name,
.shop_table.vtprd_shop_table .product-name,
.shop_table.cart .product-price,
.shop_table.vtprd_shop_table .product-price,
.shop_table.cart .product-quantity,
.shop_table.vtprd_shop_table .product-quantity,
.shop_table.cart .product-total,
.shop_table.vtprd_shop_table .product-total {
  border-bottom: 3px solid #ccc;
  border-right: 3px solid #CCC;
}
.shop_table.cart .product-name:last-of-type,
.shop_table.vtprd_shop_table .product-name:last-of-type,
.shop_table.cart .product-total,
.shop_table.vtprd_shop_table .product-total {
  border-right: none;
}
.shop_table.cart .product-quantity .qty,
.shop_table.vtprd_shop_table .product-quantity .qty {
  width: 60px;
  text-align: center;
}
.shop_table.cart .actions,
.shop_table.vtprd_shop_table .actions {
  padding: 12px;
}
.shop_table.cart .vtprd-rule_msg,
.shop_table.vtprd_shop_table .vtprd-rule_msg {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s ease;
}
.woocommerce-checkout-review-order-table {
  margin-bottom: 48px;
}
.woocommerce-checkout-review-order-table thead th {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 3px solid #CCC;
  font-weight: 200;
  padding: 0px 0px 20px 10px;
  text-align: left;
}
.woocommerce-checkout-review-order-table tbody td {
  padding: 10px;
}
.woocommerce-checkout-review-order-table .variation {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout-review-order-table .variation dt,
.woocommerce-checkout-review-order-table .variation dd {
  display: inline-block;
}
.woocommerce-checkout-review-order-table .variation dd {
  font-weight: 700;
}
.woocommerce-checkout-review-order-table .variation p {
  margin: 0px;
}
.woocommerce-checkout-review-order-table tfoot td {
  padding: 10px;
}
.woocommerce-checkout-review-order-table tfoot th {
  text-align: right;
}
.woocommerce-checkout-review-order-table .order-total {
  font-size: 26px;
}
.cart_item td {
  border-bottom: 3px solid #CCC;
}
.checkout-content {
  padding-top: 24px;
}
.button.wc-forward {
  float: right;
  margin-top: 0;
}
#coupon_code {
  width: 200px;
  height: 44px;
  margin-top: 5px;
  margin-right: 12px;
  padding-top: 10px;
}
.woocommerce-message,
.woocommerce-error {
  padding: 12px;
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  list-style: none;
  margin: 24px 0 12px 0;
}
.woocommerce-message {
  color: #00F;
  border: 1px solid #00F;
}
.woocommerce-error {
  display: block;
  color: #F00;
  border: 1px solid #f00;
}
.woocommerce-page table.cart td.actions {
  background: #eeeeee;
}
.woocommerce-page .cart-collaterals .cart_totals {
  text-align: center;
  padding-right: 2em;
  width: 100%;
  max-width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal {
  font-size: 18px;
  font-size: 1.125rem;
}
.woocommerce-page .cart-collaterals .cart_totals .order-total {
  font-size: 21px;
  font-size: 1.3125rem;
}
.woocommerce-cart .button {
  font-size: 1em !important;
}
.woocommerce-page .col2-set .col-1 {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-page .col2-set .col-2 {
  background: #eee;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-content-notices {
  width: 66.5555555%;
}
.shipping td {
  text-align: left;
}
.shipping td[data-title="Shipping Included shipping-options"] p:first-of-type {
  display: none;
}
.shipping-title {
  display: block;
  font-weight: 700;
  color: #000;
  padding-left: 1em;
}
#shipping_method {
  display: inline-block;
  list-style: none;
  text-align: left;
  padding-left: 1em;
  margin-bottom: 0;
}
#add_payment_method #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: none;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
.woocommerce-checkout-review-order-table thead th {
  text-align: left;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #FCE300;
}
.side-coupon-form {
  width: 100%;
  overflow: hidden;
  display: none;
}
.side-coupon-form #coupon_code {
  display: block;
  width: 45%;
  float: left;
  height: 36px;
  margin-top: 5px;
  margin-right: 5%;
  padding-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-coupon-form .button {
  display: block;
  width: 50%;
  height: 34px;
  float: left;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428571px;
  margin: 0 0 1.71428571em 0;
  margin: 0;
  padding: 5px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
}
@media only screen and (max-width: 60em) {
  /* 960px */
  .cart-content {
    width: 100%;
    display: block;
  }
  .cart-collaterals-content {
    width: 100%;
    display: block;
  }
  .woocommerce-page .cart-collaterals .cart_totals {
    max-width: 100%;
    padding-right: 0;
    margin-top: 36px;
  }
  .shop_table.cart .product-remove {
    max-width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .woocommerce-page table.cart td.actions .input-text + .button {
    width: 100%;
  }
  .woocommerce-cart table.cart input {
    width: 100% !important ;
  }
  #coupon_code {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 29.6875em) {
  /* 475px */
}
/* ---- ABOUT ---- */
.about-hero {
  width: 100%;
  padding: 8em 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: table;
}
.about-hero .about-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.about-hero .page-title {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FCE300;
  text-transform: none;
}
.about-hero h2 {
  color: #FCE300;
  text-transform: none;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.about-hero h4 {
  color: #FCE300;
  text-transform: none;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.about-hero .hero-content {
  margin: 1.5em auto;
  max-width: 925px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2em;
}
.about-hero .hero-content p {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2.5em;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66666667;
  margin: 0 0 1.33333333em 0;
}

.about-page-content a{
	font-weight: bold;
	text-decoration: underline;
}
@media only screen and (max-width: 47.938em) {
  /* 767px */
  .about-page-content .full-width-wrapper .full-width-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.5em;
  }
  .about-page-content .two-column .column-1,
  .about-page-content .two-column .column-2 {
    padding: 2em 4em;
  }
}
@media only screen and (max-width: 43.75em) {
  /* 700px */
  .about-page-content .two-column {
    display: block;
    width: 100%;
  }
  .about-page-content .two-column .column-1,
  .about-page-content .two-column .column-2 {
    display: block;
    width: 100%;
    min-height: 250px;
  }
}
@media only screen and (max-width: 37.5em) {
  /* 600px */
  .about-hero {
    padding: 4em 0;
  }
  .about-page-content .two-column .column-1 .wysiwyg,
  .about-page-content .two-column .column-2 .wysiwyg {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 0 1.33333333em 0;
  }
}
/* --- ANCIENT GRAINS ---- */
.ancient-grains-hero {
  width: 100%;
  padding: 5em 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: table;
}
.ancient-grains-hero .ancient-grains-hero-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.ancient-grains-hero .page-title {
  display: none;
}
.ancient-grains-hero h2 {
  color: #FCE300;
  text-transform: none;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.ancient-grains-hero .grain-images img {
  margin: 1.25em .5em;
  max-width: 150px;
}
.ancient-grains-hero h4 {
  color: #FCE300;
  text-transform: none;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.ancient-grains-hero .hero-content {
  margin: 1.5em auto;
  max-width: 925px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2em;
}
.ancient-grains-hero .hero-content p {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2.5em;
}
.ancient-grains .ancient-grain-item {
  margin-bottom: 5em;
}
.ancient-grains .ancient-grain-item .ancient-grains-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e1e1e1;
  padding-right: 4em;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #534741;
  text-align: right;
}
.ancient-grains .ancient-grain-item .ancient-grains-info h3 {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #534741;
  text-transform: none;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 48px;
  font-size: 3rem;
  line-height: 0.5;
  margin: 0;
  margin: 0 0 .5em 0;
}
.ancient-grains .ancient-grain-item .ancient-grains-info h4 {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #FCE300;
  text-transform: none;
  margin: 0;
}
.ancient-grains .ancient-grain-item .ancient-grains-info .ancient-grains-facts-header {
  display: block;
  color: #FCE300;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  margin: 0 0 .75em 0;
}
.ancient-grains .ancient-grain-item .ancient-grains-descriptions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2em;
}
.ancient-grains .ancient-grain-item .ancient-grains-descriptions p {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #534741;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444444;
  margin: 0 0 1.33333333em 0;
}
.ancient-grains .ancient-grain-item .ancient-grains-image {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 1.5em auto;
}
.ancient-grains .ancient-grain-item .ancient-grains-image img {
  max-width: 750px;
}
.ancient-grains-footer {
  background-image: url('images/wood-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 3em 0;
  text-align: center;
  color: #FFF;
}
.ancient-grains-footer p {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.71428571;
  margin: 0 0 1.14285714em 0;
}
@media only screen and (max-width: 47.938em) {
  /* 767px */
  .ancient-grains-hero {
    padding: 2.5em 0;
  }
  .ancient-grains-hero .ancient-grains-hero-wrapper {
    padding: 0 1.5em;
  }
  .ancient-grains-hero .grain-images img {
    max-width: 100px;
  }
  .ancient-grains-hero .hero-content {
    margin: 0 auto 1.5em;
  }
  .ancient-grains .ancient-grain-item .ancient-grains-info {
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 1em 0;
    text-align: center;
  }
  .ancient-grains .ancient-grain-item .ancient-grains-descriptions {
    padding: 2em 0 0 0;
  }
  .ancient-grains .ancient-grain-item .ancient-grains-image img {
    max-width: 100%;
  }
}
/* --- RECIPE ---- */
.recipe-hero {
  display: table;
  padding: 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recipe-hero .recipe-title {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 165%;
  padding: 8em 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recipe-hero .recipe-title .recipe-name {
  color: #FCE300;
  text-transform: none;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0 0 0.8em 0;
}
.recipe-hero .recipe-title .prep-time,
.recipe-hero .recipe-title .cook-time,
.recipe-hero .recipe-title .serves {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
}
.recipe-hero .recipe-title .prep-time span,
.recipe-hero .recipe-title .cook-time span,
.recipe-hero .recipe-title .serves span {
  color: #FCE300;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.recipe-hero .recipe-title .vertical-line {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0 0 1.33333333em 0;
  padding: 0 3px;
}
.recipe-hero .recipe-photo {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recipe-hero.lemon-thyme-linguini .recipe-title .recipe-name {
  color: #ffffff;
}
.recipe-hero.lemon-thyme-linguini .recipe-title .cook-time span,
.recipe-hero.lemon-thyme-linguini .recipe-title .prep-time span,
.recipe-hero.lemon-thyme-linguini .recipe-title .serves span {
  color: #ffffff;
}
.recipe .recipe-ingredients {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e1e1e1;
  padding: 0 3em 0 0;
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.recipe .recipe-ingredients h3 {
  color: #FCE300;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 0.66666667em 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.recipe .recipe-instructions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 3em;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.recipe .recipe-instructions h3 {
  color: #FCE300;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 0.66666667em 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.recipe .recipe-instructions ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.recipe .recipe-instructions ol li {
  counter-increment: count-me;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0;
  margin: 0 0 1.5em;
}
.recipe .recipe-instructions ol li:before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: .05em;
  color: #FCE300;
  font-weight: bold;
}
@media only screen and (max-width: 47.938em) {
  /* 767px */
  .recipe-hero {
    display: block;
    padding: 1em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recipe-hero .recipe-title {
    display: block;
    width: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 165%;
    padding: 4em 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recipe-hero .recipe-photo {
    display: block;
    min-height: 300px;
    width: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recipe .recipe-ingredients {
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 1.5em 1em;
    margin-bottom: 2.5em;
  }
  .recipe .recipe-instructions {
    padding: 1em 1.5em 0;
  }
}
/* ---- RECIPES ---- */
.recipe-grid-category-header {
  padding: 1.5em;
  background: #7dc5bb;
}
.recipe-grid-category-header h2 {
  margin: 0;
  color: #ffffff;
}
.featured-recipes {
  padding: 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.featured-recipes .featured-recipe {
  height: 450px;
  width: 100%;
  padding: 5em 5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.featured-recipes .featured-recipe .recipes-overlay {
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.featured-recipes .featured-recipe .featured-recipe-info {
  width: 45%;
  position: relative;
}
.featured-recipes .featured-recipe .featured-recipe-info .featured-recipe-title h2 {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #FCE300;
  text-transform: none;
}
.featured-recipes .slide-advance {
  top: 40%;
}
.featured-recipes .slide-prev {
  left: .5em;
}
.featured-recipes .slide-next {
  right: .5em;
}
.recipe-grid .recipe-grid-wrapper {
  display: table;
}
.recipe-grid .recipe-grid-wrapper .recipe-sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 0 2.5%;
  width: 25%;
  text-align: right;
  vertical-align: top;
  border-right: 1px solid #c2c2c2;
}
.recipe-grid .recipe-grid-wrapper .recipe-sidebar h2 {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #7dc5bb;
  text-transform: uppercase;
  margin-bottom: .25em;
  line-height: 1;
}
.recipe-grid .recipe-grid-wrapper .recipe-sidebar .products {
  margin-bottom: 3em;
}
.recipe-grid .recipe-grid-wrapper .recipe-sidebar .categories {
  padding-top: 0 !important;
}
.recipe-grid .recipe-grid-wrapper .recipe-sidebar .categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.recipe-grid .recipe-grid-wrapper .recipe-sidebar .categories ul li a {
  color: #7dc5bb;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0 0 1.33333333em 0;
}
.recipe-grid .recipe-grid-wrapper .recipe-sidebar .categories ul li a:hover {
  color: #a0d5cd;
}
.recipe-grid .recipe-grid-wrapper .recipe-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 0 2.5%;
  width: 75%;
  vertical-align: top;
}
.recipe-grid .recipe-grid-wrapper .recipe-list .recipe-list-grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.recipe-grid .recipe-grid-wrapper .recipe-list .recipe-grid-recipe {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding: 0 2.5% 2.5%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recipe-grid .recipe-grid-wrapper .recipe-list .recipe-grid-recipe h3 {
  color: #898989;
}
.recipe-grid .recipe-grid-wrapper .recipe-list .recipe-grid-recipe h3:hover {
  color: #a3a3a3;
}
.recipe-grid .recipe-grid-wrapper .recipe-list .recipe-grid-recipe p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 1em 0 1em;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14285714;
  margin: 0 0 1.14285714em 0;
}
.recipe-grid .recipe-grid-wrapper .recipe-list .recipe-grid-recipe .recipe-grid-link {
  text-transform: uppercase;
}
@media only screen and (max-width: 56.25em) {
  /* 900px */
  .featured-recipes .featured-recipe {
    padding: 3.5em;
  }
  .recipe-grid {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .recipe-grid .recipe-grid-wrapper .recipe-sidebar,
  .recipe-grid .recipe-grid-wrapper .recipe-list {
    display: block;
    width: 100%;
  }
  .recipe-grid .recipe-grid-wrapper .recipe-sidebar {
    padding: 0 0 2em 0;
    border-bottom: 1px solid #c2c2c2;
    border-right: none;
    text-align: left;
  }
  .recipe-grid .recipe-grid-wrapper .recipe-sidebar .products,
  .recipe-grid .recipe-grid-wrapper .recipe-sidebar .categories {
    margin-bottom: 1.5em;
  }
  .recipe-grid .recipe-grid-wrapper .recipe-sidebar .products ul li,
  .recipe-grid .recipe-grid-wrapper .recipe-sidebar .categories ul li {
    display: inline-block;
    margin-right: 1.5em;
  }
  .recipe-grid .recipe-grid-wrapper .recipe-list {
    padding: 2em 0;
  }
  .recipe-grid .recipe-grid-wrapper .recipe-list .recipe-grid-recipe {
    width: 49%;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .featured-recipes .featured-recipe {
    height: 400px;
  }
  .featured-recipes .featured-recipe .recipes-overlay {
    background-color: rgba(0, 0, 0, 0.45);
  }
  .featured-recipes .featured-recipe .featured-recipe-info {
    width: 70%;
  }
}
@media only screen and (max-width: 39.063em) {
  /* 625px */
  .featured-recipes .featured-recipe {
    height: 325px;
  }
  .featured-recipes .featured-recipe .recipes-overlay {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .featured-recipes .featured-recipe .featured-recipe-info {
    width: 100%;
    text-align: center;
  }
}
/* ---- WHERE TO BUY ---- */
.locations-page-title {
  text-align: center;
  color: #4c5362;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.map-section {
  background-color: #f5f5f5;
}
.map-message {
  padding: 1.5em;
  max-width: 750px;
  margin: 0 auto;
}
.map-message h3 {
  color: #7dc5bb;
}
.location-search {
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px;
  background-color: #7dc5bb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.location-search .address-wrapper {
  display: inline-block;
}
.location-search label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.location-search select {
  background: #ffffff;
  display: inline-block;
  height: 35px;
  width: 90px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin-right: 30px;
  padding: 4px;
  border-radius: 0px;
  border: none;
}
#my-location {
  display: inline-block;
  width: 430px;
  padding: 4px 4px 4px 30px;
  height: 30px;
  background-color: white;
  border: none;
  background-image: url('images/input-pin-bg.png');
  background-size: 20px 25px;
  background-position: 1%;
  background-repeat: no-repeat;
  margin-right: 24px;
}
#my-location:focus {
  outline: none;
}
#get-locations-button {
  display: inline-block;
  width: 150px;
  height: 30px;
  background-color: #f9d412;
  border-radius: 7px;
  text-align: center;
  border: none;
  vertical-align: middle;
}
#dealer-map {
  width: 100%;
  height: 440px;
}
#locations-list {
  display: none;
  width: 100%;
  overflow: hidden;
}
#locations-list th {
  color: #7dc5bb;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  text-align: left;
  padding: 12px;
}
#locations-list tr td {
  border-bottom: 1px solid #ebebeb;
}
#locations-list td {
  padding: 24px 12px;
  vertical-align: top;
}
#locations-list td .list-item-letter {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 50px;
  width: 33px;
  height: 45px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  background-image: url('images/pin-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
#locations-list td h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  font-weight: 700;
}
#locations-list td .list-dealer-distance {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
#locations-list td .list-dealer-address {
  color: #4c5362;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
#locations-list td .list-products {
  color: #4c5362;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
#locations-list td .list-products-type {
  display: inline-block;
  font-style: italic;
  padding-right: 20px;
}
#locations-list td .list-dealer-directions {
  color: #FCE300;
}
#locations-list td .list-dealer-directions:hover {
  color: #ffea30;
}
@media only screen and (max-width: 62.5em) {
  /* 1000px */
  #my-location {
    width: 350px;
  }
}
@media only screen and (max-width: 57.5em) {
  /* 920px */
  #my-location {
    width: 300px;
  }
}
@media only screen and (max-width: 57.5em) {
  /* 870px */
  .location-search {
    text-align: center;
  }
  #my-location {
    width: 300px;
  }
  #get-locations-button {
    display: block;
    margin: 1em auto 0;
  }
}
@media only screen and (max-width: 47.938em) {
  /* 767px */
  #locations-list th {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #locations-list td {
    padding: 24px 12px;
  }
  #locations-list td h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #locations-list td .list-dealer-distance {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
  }
  #locations-list td .list-dealer-address {
    color: #4c5362;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
  #locations-list td .list-products {
    color: #4c5362;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
  #locations-list td .list-products-type {
    display: inline-block;
    font-style: italic;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 45.313em) {
  /* 725px */
  .location-search .address-wrapper {
    display: block;
    margin-bottom: 1em;
  }
  #get-locations-button {
    display: inline-block;
    margin: 0 0 0 1em;
  }
}
@media only screen and (max-width: 39.063em) {
  /* 625px */
  .location-search {
    padding: 1em 0;
  }
  .location-search select {
    margin-right: 0;
  }
  #my-location {
    width: 60%;
  }
  #locations-list thead {
    display: none;
  }
  #locations-list tr {
    border-bottom: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 1em 0 1em 20%;
  }
  #locations-list tr td {
    border-bottom: none;
    display: block;
    padding: .25em 0;
    width: 100%;
  }
  #locations-list tr td .list-item-letter {
    margin-bottom: 0;
    position: relative;
    margin-left: -50px;
  }
}
/* --- BLOG ---- */
.featured-blog-hero {
  width: 100%;
}
.featured-blog-hero .blog-hero-image {
  display: block;
  width: 60%;
  float: left;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-blog-hero .blog-hero-content {
  background: #7dc5bb;
  display: block;
  width: 40%;
  float: right;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4em 2em;
  position: relative;
}
.featured-blog-hero .blog-hero-content .blog-hero-post-title {
  text-transform: none;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333333;
  margin: 0 0 0.8em 0;
}
.featured-blog-hero .blog-hero-content .blog-hero-post-title a {
  color: #ffffff;
}
.featured-blog-hero .blog-hero-content .blog-hero-category-subhead {
  color: #ffffff;
}
.featured-blog-hero .blog-hero-content .slide-advance {
  height: 35px;
  bottom: 0;
  top: auto;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 0.66666667;
  margin: 0 0 0.66666667em 0;
  margin-bottom: .25em;
}
.featured-blog-hero .blog-hero-content .slide-prev {
  left: .1em;
}
.featured-blog-hero .blog-hero-content .slide-next {
  right: .1em;
}
.blog-feed {
  margin: 0 auto !important;
  float: none;
}
.blog-entry {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin: 1.5%;
  background: #f5f5f5;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-content-wrapper {
  padding: 1em 2em;
}
.blog-header {
  width: 100%;
}
.blog-title {
  font-size: 27px;
  font-size: 1.6875rem;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  margin-bottom: .75em;
}
.blog-title a {
  text-decoration: none;
}
.blog-title a:hover {
  color: #ccc;
}
.blog-date-author {
  color: #FCE300;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428571;
  margin: 0;
  margin: 0 0 .5em 0;
}
.blog-content {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.blog-footer {
  margin: 1.5em auto 0;
  width: 100%;
}
.shares,
.read-more {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shares {
  width: 72%;
  float: left;
}
.read-more {
  display: inline-block;
}
.shares,
.read-more {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shares {
  text-align: center;
  width: 100%;
}
.shares .share-headline {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14285714;
  margin: 0 0 1.14285714em 0;
  display: inline-block;
  margin: 0 .625em .75em 0;
}
.shares a {
  text-decoration: none;
}
.sharrre {
  display: inline-block;
  margin: 0 .625em .75em 0;
}
.sharrre:last-child {
  margin-right: 0;
}
.share-box {
  display: block;
  color: #FCE300;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14285714;
  margin: 0;
  text-align: center;
  padding: .25em;
  cursor: pointer;
}
.share-box:hover {
  color: #ffea30;
}
.share-box .share-name,
.share-box .social-count {
  display: none;
}
.continue-reading-link {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 700;
  margin-bottom: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
.continue-reading-link:hover {
  color: #ccc;
}
.blog-hero {
  width: 100%;
  padding: 7.5em 0;
  min-height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.blog-hero .blog-hero-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.blog-hero .blog-hero-content-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-hero .blog-hero-content {
  float: none;
  margin: 0 auto !important;
}
.blog-hero .page-title {
  color: #ffffff;
}
.blog-hero .blog-date-author {
  text-align: center;
}
.pagination ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  display: block;
  text-decoration: none;
  padding: 6px 13px;
  color: #FCE300;
}
.pagination ul li a:hover {
  background-color: #ffea30;
  color: #FFF;
}
.pagination ul li.active a {
  background-color: #FCE300;
  color: #FFF;
}
.pagination ul li.newer-older a {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #363636;
}
.pagination ul li.newer-older a:hover {
  color: #505050;
  background-color: #FFF;
}
.single-content {
  float: none;
  margin: 0 auto !important;
}
.single-content p {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.77777778;
  margin: 0 0 1.33333333em 0;
}
.single-content blockquote {
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 110%;
  padding: 2.5em 4.5em;
  margin: 0 0 2em -5%;
}
.single-content blockquote p {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
  margin: 0 0 0.8em 0;
  position: relative;
}
.single-content blockquote p:first-of-type:before {
  color: #FCE300;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 0.01388889;
  margin: 0;
  content: "\201D";
  position: absolute;
  left: -40px;
  top: 37px;
}
.single-content blockquote p:last-of-type {
  margin-bottom: 0;
}
.blog-category-title {
  background: #7dc5bb;
  padding: 1.5em 0;
  margin-top: 1em;
}
.blog-category-title h2 {
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .shares {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .share-name {
    display: none;
  }
  .single-content blockquote p {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 0 0 1em 0;
  }
}
@media only screen and (max-width: 40.625em) {
  /* 650px */
  .blog-entry {
    width: 100%;
    margin: 1.5% 0;
  }
  .single-content blockquote {
    margin: 0 0 2em 0;
    padding: 1.5em 3em;
    width: 100%;
  }
  .single-content blockquote p {
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333333;
    margin: 0;
  }
}
/* ---- SIDEBAR ---- */
/* ---- FOOTER ---- */
.footer-location-search {
  background-image: url('images/wood-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 0;
  text-align: center;
  color: #FFF;
}
.footer-location-search p {
  display: inline-block;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0.8px;
  margin: 0 0 0.8em 0;
  font-weight: 400;
  margin: 0;
  vertical-align: middle;
  margin-right: 20px;
}
.footer-location-search input {
  display: inline-block;
  vertical-align: middle;
  border-radius: 7px;
  background-color: #FFF;
  color: #959595;
  height: 44px;
  width: 150px;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1px;
  margin: 0 0 1em 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  margin-right: 16px;
  margin-bottom: 0;
  line-height: 1.8;
}
.footer-location-search input::-webkit-input-placeholder {
  color: #959595;
  text-align: center;
}
.footer-location-search input:-moz-placeholder {
  color: #959595;
  text-align: center;
}
.footer-location-search input::-moz-placeholder {
  color: #959595;
  text-align: center;
}
.footer-location-search input:-ms-input-placeholder {
  color: #959595;
  text-align: center;
}
.footer-location-search button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  border-radius: 7px;
  background-color: #f9d412;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1px;
  margin: 0 0 1em 0;
  color: #000;
  height: 44px;
  width: 150px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  line-height: 1.8;
  outline: none;
  transition: all .2s ease;
}
.footer-location-search button:hover {
  background-color: #d3b205;
}
@media only screen and (max-width: 50em) {
  /* 800px */
  .footer-location-search p {
    display: block;
    width: 100%;
    text-align: center;
    margin: 12px 0 30px 0;
    /*font-size: (@fontsize/@defaultfontsize)*1em;*/
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2px;
    margin: 0 0 1.2em 0;
  }
  .footer-location-search input,
  .footer-location-search button {
    width: 45%;
  }
}
.footer {
  width: 100%;
  float: left;
  background: #393939;
  color: #f0f0f0;
  padding: 3em 0 0 0;
}
.footer .double-lines {
  background: url(images/double-lines-white.svg);
  top: inherit;
  bottom: 10px;
}
.footer p,
.footer address {
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428571;
  margin: 0 0 1.71428571em 0;
}
.footer address {
  font-style: normal;
}
.footer-links {
  text-align: center;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0 0 2em 0;
  margin-bottom: 1em;
}
.footer-nav ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 6em 1em 0;
  vertical-align: top;
  text-align: center;
  width: 100%;
}
.footer-nav ul:last-child {
  margin-right: 0;
}
.footer-nav ul li {
  display: inline-block;
  margin: 0 1.5em 0 0;
}
.footer-nav ul li a {
  display: block;
  padding: .375em 0;
  text-decoration: none;
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.footer-nav ul li:first-child a {
  padding-top: 0;
}
.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
  color: #cccccc;
}
.footer-nav ul li ul {
  display: none;
}
.socials-footer {
  text-align: center;
}
.social-buttons-footer {
  padding: 0;
  margin: .375em 0 0 0;
  list-style: none;
}
.social-buttons-footer li {
  display: inline-block;
  margin-right: 1.25em;
}
.social-buttons-footer li:last-child {
  margin-right: 0;
}
.social-buttons-footer .social-button {
  display: inline-block;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  color: #FCE300;
  margin: 0 0 1.5em 1.25em;
}
.social-buttons-footer .social-button:hover,
.social-buttons-footer .social-button:focus {
  color: #ffea30;
}
.social-buttons-footer .social-button:first-child {
  margin-left: 0;
}
.footer-logo {
  display: block;
  float: none;
  margin: 0 auto !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FCE300;
  padding: 2em 1em;
  text-align: center;
}
.footer-logo .copyright-sub {
  color: #000000;
  margin: 1em 0 0 0;
}
.vsep {
  padding: 0 3px;
}
#scrollto-top {
  display: block;
  text-decoration: none;
  width: 65px;
  height: 65px;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  color: #ccc;
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  text-transform: uppercase;
}
#scrollto-top.show {
  animation: 1.5s showScroll;
  -webkit-animation: 1.5s showScroll;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#scrollto-top i {
  border: 1px solid #ccc;
  border-radius: 50%;
  /*font-size: (@fontsize/@defaultfontsize)*1em;*/
  font-size: 32px;
  font-size: 2rem;
  line-height: 0.75;
  margin: 0;
  line-height: 1;
  padding: 4px 10px;
}
#scrollto-top i:hover {
  border: 1px solid #ddd;
}
@-webkit-keyframes showScroll {
  from {
    bottom: 0px;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@keyframes showScroll {
  from {
    bottom: 0px;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* 767px */
  .copyright,
  .privacy-terms {
    text-align: center;
  }
  .footer-logo {
    width: 60%;
    padding: 1em .5em;
  }
  .footer-logo img {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 34.375em) {
  /* 550px */
  .footer-logo img {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em;
  }
}
