/*--------------------------------------------------------------
 # Buttons.scss - BoldGrid Button Library.
 --------------------------------------------------------------*/
/*! @license
 *
 * Buttons
 * Copyright 2012-2014 Alex Wolfe and Rob Levin
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *        http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*
 * Compass (optional)
 *
 * We recommend the use of autoprefixer instead of Compass
 * when using buttons. However, buttons does support Compass.
 * simply change $ubtn-use-compass to true and uncomment the
 * @import 'compass' code below to use Compass.
 */
/*
 * Required Files
 *
 * These files include the variables and options
 * and base css styles that are required to generate buttons.
 */
/*
 * $ubtn prefix (reserved)
 *
 * This prefix stands for Unicorn Button - ubtn
 * We provide a prefix to the Sass Variables to
 * prevent namespace collisions that could occur if
 * you import buttons as part of your Sass build process.
 * We kindly ask you not to use the prefix $ubtn in your project
 * in order to avoid possilbe name conflicts. Thanks!
 */
/*
 * Button Namespace (ex .button or .btn)
 *
 */
/*
 * Button Defaults
 *
 * Some default settings that are used throughout the button library.
 * Changes to these settings will be picked up by all of the other modules.
 * The colors used here are the default colors for the base button (gray).
 * The font size and height are used to set the base size for the buttons.
 * The size values will be used to calculate the larger and smaller button sizes.
 */
/*
 * Button Colors
 *
 * $ubtn-colors is used to generate the different button colors.
 * Edit or add colors to the list below and recompile.
 * Each block contains the (name, background, color)
 * The class is generated using the name: (ex .button-primary)
 */
/*
 * Button Shapes
 *
 * $ubtn-shapes is used to generate the different button shapes.
 * Edit or add shapes to the list below and recompile.
 * Each block contains the (name, border-radius).
 * The class is generated using the name: (ex .button-square).
 */
/*
 * Button Sizes
 *
 * $ubtn-sizes is used to generate the different button sizes.
 * Edit or add colors to the list below and recompile.
 * Each block contains the (name, size multiplier).
 * The class is generated using the name: (ex .button-giant).
 */
/*
 * Color Mixin
 *
 * Iterates through the list of colors and creates
 *
 */
/*
 * No Animation
 *
 * Sets animation property to none
 */
/*
 * Clearfix
 *
 * Clears floats inside the container
 */
/*
 * Base Button Style
 *
 * The default values for the .button class
 */
.btn, .palette-primary .button-primary, .palette-primary .woocommerce .button, .palette-primary .button-secondary, .palette-primary .woocommerce .alt.button {
  color: #333;
  background-color: #acdeb2;
  border-color: #acdeb2;
  font-weight: inherit;
  font-size: 1em;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.3s;
  /*
   * Disabled State
   *
   * The disabled state uses the class .disabled, is-disabled,
   * and the form attribute disabled="disabled".
   * The use of !important is only added because this is a state
   * that must be applied to all buttons when in a disabled state.
   */ }
  .btn:visited, .palette-primary .button-primary:visited, .palette-primary .woocommerce .button:visited, .palette-primary .button-secondary:visited, .palette-primary .woocommerce .alt.button:visited {
    color: #333; }
  .btn:hover, .palette-primary .button-primary:hover, .palette-primary .woocommerce .button:hover, .palette-primary .button-secondary:hover, .palette-primary .woocommerce .alt.button:hover, .btn:focus, .palette-primary .button-primary:focus, .palette-primary .woocommerce .button:focus, .palette-primary .button-secondary:focus, .palette-primary .woocommerce .alt.button:focus {
    background-color: #b7e2bc;
    text-decoration: none;
    outline: none; }
  .btn:active, .palette-primary .button-primary:active, .palette-primary .woocommerce .button:active, .palette-primary .button-secondary:active, .palette-primary .woocommerce .alt.button:active, .btn.active, .palette-primary .button-primary.active, .palette-primary .woocommerce .button.active, .palette-primary .button-secondary.active, .palette-primary .woocommerce .alt.button.active, .btn.is-active, .palette-primary .button-primary.is-active, .palette-primary .woocommerce .button.is-active, .palette-primary .button-secondary.is-active, .palette-primary .woocommerce .alt.button.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    text-decoration: none;
    background-color: #b2d8b6;
    border-color: #80cd89;
    color: #88cf90;
    transition-duration: 0s;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
  .btn.disabled, .palette-primary .button-primary.disabled, .palette-primary .woocommerce .button.disabled, .palette-primary .button-secondary.disabled, .palette-primary .woocommerce .alt.button.disabled, .btn.is-disabled, .palette-primary .button-primary.is-disabled, .palette-primary .woocommerce .button.is-disabled, .palette-primary .button-secondary.is-disabled, .palette-primary .woocommerce .alt.button.is-disabled, .btn:disabled, .palette-primary .button-primary:disabled, .palette-primary .woocommerce .button:disabled, .palette-primary .button-secondary:disabled, .palette-primary .woocommerce .alt.button:disabled {
    top: 0 !important;
    background: #eee !important;
    border: 1px solid #ddd !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1) !important;
    color: #ccc !important;
    cursor: default !important;
    appearance: none !important; }
    .btn.disabled else, .palette-primary .button-primary.disabled else, .palette-primary .woocommerce .button.disabled else, .palette-primary .button-secondary.disabled else, .palette-primary .woocommerce .alt.button.disabled else, .btn.is-disabled else, .palette-primary .button-primary.is-disabled else, .palette-primary .woocommerce .button.is-disabled else, .palette-primary .button-secondary.is-disabled else, .palette-primary .woocommerce .alt.button.is-disabled else, .btn:disabled else, .palette-primary .button-primary:disabled else, .palette-primary .woocommerce .button:disabled else, .palette-primary .button-secondary:disabled else, .palette-primary .woocommerce .alt.button:disabled else {
      box-shadow: none !important;
      opacity: 0.8 !important; }
/*
 * Base Button Tyography
 *
 */
.btn-uppercase {
  text-transform: uppercase; }

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

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

.btn-small-caps {
  font-variant: small-caps; }

.btn-icon-txt-large {
  font-size: 36px !important; }
/*
 * Base padding
 *
 */
.btn-width-small {
  padding: 0 10px !important; }
/*
 * Base Colors
 *
 * Create colors for buttons
 * (.button-primary, .button-secondary, etc.)
 */
.btn-color-1, .palette-primary .button-primary, .palette-primary .woocommerce .button, .btn-color-1-flat {
  background-color: #acdeb2;
  border-color: #acdeb2;
  color: #333; }
  .btn-color-1:visited, .palette-primary .button-primary:visited, .palette-primary .woocommerce .button:visited, .btn-color-1-flat:visited {
    color: #333; }
  .btn-color-1:hover, .palette-primary .button-primary:hover, .palette-primary .woocommerce .button:hover, .btn-color-1-flat:hover, .btn-color-1:focus, .palette-primary .button-primary:focus, .palette-primary .woocommerce .button:focus, .btn-color-1-flat:focus {
    background-color: #d0edd4;
    border-color: #d0edd4;
    color: #333; }
  .btn-color-1:active, .palette-primary .button-primary:active, .palette-primary .woocommerce .button:active, .btn-color-1-flat:active, .btn-color-1.active, .palette-primary .button-primary.active, .palette-primary .woocommerce .button.active, .btn-color-1-flat.active, .btn-color-1.is-active, .palette-primary .button-primary.is-active, .palette-primary .woocommerce .button.is-active, .btn-color-1-flat.is-active {
    background-color: #b2d8b6;
    border-color: #b2d8b6;
    color: #88cf90; }

.btn-color-2, .palette-primary .button-secondary, .palette-primary .woocommerce .alt.button, .btn-color-2-flat {
  background-color: #e1eab5;
  border-color: #e1eab5;
  color: #333; }
  .btn-color-2:visited, .palette-primary .button-secondary:visited, .palette-primary .woocommerce .alt.button:visited, .btn-color-2-flat:visited {
    color: #333; }
  .btn-color-2:hover, .palette-primary .button-secondary:hover, .palette-primary .woocommerce .alt.button:hover, .btn-color-2-flat:hover, .btn-color-2:focus, .palette-primary .button-secondary:focus, .palette-primary .woocommerce .alt.button:focus, .btn-color-2-flat:focus {
    background-color: #f1f5dd;
    border-color: #f1f5dd;
    color: #333; }
  .btn-color-2:active, .palette-primary .button-secondary:active, .palette-primary .woocommerce .alt.button:active, .btn-color-2-flat:active, .btn-color-2.active, .palette-primary .button-secondary.active, .palette-primary .woocommerce .alt.button.active, .btn-color-2-flat.active, .btn-color-2.is-active, .palette-primary .button-secondary.is-active, .palette-primary .woocommerce .alt.button.is-active, .btn-color-2-flat.is-active {
    background-color: #dee5ba;
    border-color: #dee5ba;
    color: #d1df8d; }

.btn-color-3, .btn-color-3-flat {
  background-color: #edad9e;
  border-color: #edad9e;
  color: #333; }
  .btn-color-3:visited, .btn-color-3-flat:visited {
    color: #333; }
  .btn-color-3:hover, .btn-color-3-flat:hover, .btn-color-3:focus, .btn-color-3-flat:focus {
    background-color: #f5d1c9;
    border-color: #f5d1c9;
    color: #333; }
  .btn-color-3:active, .btn-color-3-flat:active, .btn-color-3.active, .btn-color-3-flat.active, .btn-color-3.is-active, .btn-color-3-flat.is-active {
    background-color: #e7b1a4;
    border-color: #e7b1a4;
    color: #e58973; }

.btn-color-4, .btn-color-4-flat {
  background-color: #fe4b74;
  border-color: #fe4b74;
  color: #fff; }
  .btn-color-4:visited, .btn-color-4-flat:visited {
    color: #fff; }
  .btn-color-4:hover, .btn-color-4-flat:hover, .btn-color-4:focus, .btn-color-4-flat:focus {
    background-color: #fe7e9b;
    border-color: #fe7e9b;
    color: #fff; }
  .btn-color-4:active, .btn-color-4-flat:active, .btn-color-4.active, .btn-color-4-flat.active, .btn-color-4.is-active, .btn-color-4-flat.is-active {
    background-color: #f55479;
    border-color: #f55479;
    color: #fe184d; }

.btn-color-5, .btn-color-5-flat {
  background-color: #390d2d;
  border-color: #390d2d;
  color: #fff; }
  .btn-color-5:visited, .btn-color-5-flat:visited {
    color: #fff; }
  .btn-color-5:hover, .btn-color-5-flat:hover, .btn-color-5:focus, .btn-color-5-flat:focus {
    background-color: #63164e;
    border-color: #63164e;
    color: #fff; }
  .btn-color-5:active, .btn-color-5-flat:active, .btn-color-5.active, .btn-color-5-flat.active, .btn-color-5.is-active, .btn-color-5-flat.is-active {
    background-color: #36112b;
    border-color: #36112b;
    color: #0f040c; }

.btn-neutral-color, .btn-neutral-color-flat {
  background-color: #292929;
  border-color: #292929;
  color: #fff; }
  .btn-neutral-color:visited, .btn-neutral-color-flat:visited {
    color: #fff; }
  .btn-neutral-color:hover, .btn-neutral-color-flat:hover, .btn-neutral-color:focus, .btn-neutral-color-flat:focus {
    background-color: #434343;
    border-color: #434343;
    color: #fff; }
  .btn-neutral-color:active, .btn-neutral-color-flat:active, .btn-neutral-color.active, .btn-neutral-color-flat.active, .btn-neutral-color.is-active, .btn-neutral-color-flat.is-active {
    background-color: #292929;
    border-color: #292929;
    color: #101010; }
/*
 * Base Layout Styles
 *
 * Very Miminal Layout Styles
 */
.btn-block, .btn-stacked {
  display: block; }
/*
 * Button Types (optional)
 *
 * All of the files below represent the various button
 * types (including shapes & sizes). None of these files
 * are required. Simple remove the uneeded type below and
 * the button type will be excluded from the final build
 */
/*
 * Button Shapes
 *
 * This file creates the various button shapes
 * (ex. Circle, Rounded, Pill)
 */
.btn-square {
  border-radius: 0; }

.btn-box {
  border-radius: 10px; }

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

.btn-pill {
  border-radius: 200px; }

.btn-circle {
  border-radius: 100%; }
/*
 * Size Adjustment for equal height & widht buttons
 *
 * Remove padding and set a fixed width.
 */
.btn-circle, .btn-box, .btn-square {
  padding: 0 !important;
  width: 40px; }
  .btn-circle.btn-giant, .btn-box.btn-giant, .btn-square.btn-giant {
    width: 70px; }
  .btn-circle.btn-jumbo, .btn-box.btn-jumbo, .btn-square.btn-jumbo {
    width: 60px; }
  .btn-circle.btn-large, .btn-box.btn-large, .btn-square.btn-large {
    width: 50px; }
  .btn-circle.btn-normal, .btn-box.btn-normal, .btn-square.btn-normal {
    width: 40px; }
  .btn-circle.btn-small, .btn-box.btn-small, .btn-square.btn-small {
    width: 30px; }
  .btn-circle.btn-tiny, .btn-box.btn-tiny, .btn-square.btn-tiny {
    width: 24px; }
/*
 * Border Buttons
 *
 * These buttons have no fill they only have a
 * border to define their hit target.
 */
.btn-border, .btn-border-thin, .btn-border-thick {
  background: none;
  border-width: 2px;
  border-style: solid;
  line-height: 36px; }

.btn-border:hover, .btn-border-thin:hover, .btn-border-thick:hover {
  background-color: rgba(208, 237, 212, 0.9); }

.btn-border:active, .btn-border-thin:active, .btn-border-thick:active, .btn-border.active, .btn-border-thin.active, .btn-border-thick.active, .btn-border.is-active, .btn-border-thin.is-active, .btn-border-thick.is-active {
  box-shadow: none;
  text-shadow: none;
  transition-property: all;
  transition-duration: 0.3s; }
/*
 * Border Optional Sizes
 *
 * A slight variation in border thickness
 */
.btn-border-thin {
  border-width: 1px; }

.btn-border-thick {
  border-width: 3px; }
/*
 * Border Button Colors
 *
 * Create colors for buttons
 * (.button-primary, .button-secondary, etc.)
 */
.btn-border, .btn-border-thin, .btn-border-thick {
  /*
   * Border Button Size Adjustment
   *
   * The line-height must be adjusted to compinsate for
   * the width of the border.
   */ }
  .btn-border.btn-color-1, .btn-border-thin.btn-color-1, .palette-primary .button-primary.btn-border-thin, .palette-primary .woocommerce .button.btn-border-thin, .btn-border-thick.btn-color-1, .palette-primary .button-primary.btn-border-thick, .palette-primary .woocommerce .button.btn-border-thick, .palette-primary .button-primary.btn-border, .palette-primary .btn-border-thin.button-primary, .palette-primary .btn-border-thick.button-primary, .palette-primary .woocommerce .button.btn-border, .palette-primary .woocommerce .btn-border-thin.button, .palette-primary .woocommerce .btn-border-thick.button {
    color: #acdeb2; }
    .btn-border.btn-color-1:hover, .btn-border-thin.btn-color-1:hover, .palette-primary .button-primary.btn-border-thin:hover, .palette-primary .woocommerce .button.btn-border-thin:hover, .btn-border-thick.btn-color-1:hover, .palette-primary .button-primary.btn-border-thick:hover, .palette-primary .woocommerce .button.btn-border-thick:hover, .palette-primary .button-primary.btn-border:hover, .palette-primary .btn-border-thin.button-primary:hover, .palette-primary .btn-border-thick.button-primary:hover, .palette-primary .woocommerce .button.btn-border:hover, .palette-primary .woocommerce .btn-border-thin.button:hover, .palette-primary .woocommerce .btn-border-thick.button:hover, .btn-border.btn-color-1:focus, .btn-border-thin.btn-color-1:focus, .palette-primary .button-primary.btn-border-thin:focus, .palette-primary .woocommerce .button.btn-border-thin:focus, .btn-border-thick.btn-color-1:focus, .palette-primary .button-primary.btn-border-thick:focus, .palette-primary .woocommerce .button.btn-border-thick:focus, .palette-primary .button-primary.btn-border:focus, .palette-primary .btn-border-thin.button-primary:focus, .palette-primary .btn-border-thick.button-primary:focus, .palette-primary .woocommerce .button.btn-border:focus, .palette-primary .woocommerce .btn-border-thin.button:focus, .palette-primary .woocommerce .btn-border-thick.button:focus {
      background-color: rgba(208, 237, 212, 0.9);
      color: rgba(51, 51, 51, 0.9); }
    .btn-border.btn-color-1:active, .btn-border-thin.btn-color-1:active, .palette-primary .button-primary.btn-border-thin:active, .palette-primary .woocommerce .button.btn-border-thin:active, .btn-border-thick.btn-color-1:active, .palette-primary .button-primary.btn-border-thick:active, .palette-primary .woocommerce .button.btn-border-thick:active, .palette-primary .button-primary.btn-border:active, .palette-primary .btn-border-thin.button-primary:active, .palette-primary .btn-border-thick.button-primary:active, .palette-primary .woocommerce .button.btn-border:active, .palette-primary .woocommerce .btn-border-thin.button:active, .palette-primary .woocommerce .btn-border-thick.button:active, .btn-border.btn-color-1.active, .btn-border-thin.btn-color-1.active, .palette-primary .button-primary.btn-border-thin.active, .palette-primary .woocommerce .button.btn-border-thin.active, .btn-border-thick.btn-color-1.active, .palette-primary .button-primary.btn-border-thick.active, .palette-primary .woocommerce .button.btn-border-thick.active, .palette-primary .button-primary.btn-border.active, .palette-primary .btn-border-thin.button-primary.active, .palette-primary .btn-border-thick.button-primary.active, .palette-primary .woocommerce .button.btn-border.active, .palette-primary .woocommerce .btn-border-thin.button.active, .palette-primary .woocommerce .btn-border-thick.button.active, .btn-border.btn-color-1.is-active, .btn-border-thin.btn-color-1.is-active, .palette-primary .button-primary.btn-border-thin.is-active, .palette-primary .woocommerce .button.btn-border-thin.is-active, .btn-border-thick.btn-color-1.is-active, .palette-primary .button-primary.btn-border-thick.is-active, .palette-primary .woocommerce .button.btn-border-thick.is-active, .palette-primary .button-primary.btn-border.is-active, .palette-primary .btn-border-thin.button-primary.is-active, .palette-primary .btn-border-thick.button-primary.is-active, .palette-primary .woocommerce .button.btn-border.is-active, .palette-primary .woocommerce .btn-border-thin.button.is-active, .palette-primary .woocommerce .btn-border-thick.button.is-active {
      background-color: rgba(178, 216, 182, 0.7);
      color: rgba(51, 51, 51, 0.5);
      opacity: 0.3; }
  .btn-border.btn-color-2, .btn-border-thin.btn-color-2, .palette-primary .button-secondary.btn-border-thin, .palette-primary .woocommerce .alt.button.btn-border-thin, .btn-border-thick.btn-color-2, .palette-primary .button-secondary.btn-border-thick, .palette-primary .woocommerce .alt.button.btn-border-thick, .palette-primary .button-secondary.btn-border, .palette-primary .btn-border-thin.button-secondary, .palette-primary .btn-border-thick.button-secondary, .palette-primary .woocommerce .alt.button.btn-border, .palette-primary .woocommerce .btn-border-thin.alt.button, .palette-primary .woocommerce .btn-border-thick.alt.button {
    color: #e1eab5; }
    .btn-border.btn-color-2:hover, .btn-border-thin.btn-color-2:hover, .palette-primary .button-secondary.btn-border-thin:hover, .palette-primary .woocommerce .alt.button.btn-border-thin:hover, .btn-border-thick.btn-color-2:hover, .palette-primary .button-secondary.btn-border-thick:hover, .palette-primary .woocommerce .alt.button.btn-border-thick:hover, .palette-primary .button-secondary.btn-border:hover, .palette-primary .btn-border-thin.button-secondary:hover, .palette-primary .btn-border-thick.button-secondary:hover, .palette-primary .woocommerce .alt.button.btn-border:hover, .palette-primary .woocommerce .btn-border-thin.alt.button:hover, .palette-primary .woocommerce .btn-border-thick.alt.button:hover, .btn-border.btn-color-2:focus, .btn-border-thin.btn-color-2:focus, .palette-primary .button-secondary.btn-border-thin:focus, .palette-primary .woocommerce .alt.button.btn-border-thin:focus, .btn-border-thick.btn-color-2:focus, .palette-primary .button-secondary.btn-border-thick:focus, .palette-primary .woocommerce .alt.button.btn-border-thick:focus, .palette-primary .button-secondary.btn-border:focus, .palette-primary .btn-border-thin.button-secondary:focus, .palette-primary .btn-border-thick.button-secondary:focus, .palette-primary .woocommerce .alt.button.btn-border:focus, .palette-primary .woocommerce .btn-border-thin.alt.button:focus, .palette-primary .woocommerce .btn-border-thick.alt.button:focus {
      background-color: rgba(241, 245, 221, 0.9);
      color: rgba(51, 51, 51, 0.9); }
    .btn-border.btn-color-2:active, .btn-border-thin.btn-color-2:active, .palette-primary .button-secondary.btn-border-thin:active, .palette-primary .woocommerce .alt.button.btn-border-thin:active, .btn-border-thick.btn-color-2:active, .palette-primary .button-secondary.btn-border-thick:active, .palette-primary .woocommerce .alt.button.btn-border-thick:active, .palette-primary .button-secondary.btn-border:active, .palette-primary .btn-border-thin.button-secondary:active, .palette-primary .btn-border-thick.button-secondary:active, .palette-primary .woocommerce .alt.button.btn-border:active, .palette-primary .woocommerce .btn-border-thin.alt.button:active, .palette-primary .woocommerce .btn-border-thick.alt.button:active, .btn-border.btn-color-2.active, .btn-border-thin.btn-color-2.active, .palette-primary .button-secondary.btn-border-thin.active, .palette-primary .woocommerce .alt.button.btn-border-thin.active, .btn-border-thick.btn-color-2.active, .palette-primary .button-secondary.btn-border-thick.active, .palette-primary .woocommerce .alt.button.btn-border-thick.active, .palette-primary .button-secondary.btn-border.active, .palette-primary .btn-border-thin.button-secondary.active, .palette-primary .btn-border-thick.button-secondary.active, .palette-primary .woocommerce .alt.button.btn-border.active, .palette-primary .woocommerce .btn-border-thin.alt.button.active, .palette-primary .woocommerce .btn-border-thick.alt.button.active, .btn-border.btn-color-2.is-active, .btn-border-thin.btn-color-2.is-active, .palette-primary .button-secondary.btn-border-thin.is-active, .palette-primary .woocommerce .alt.button.btn-border-thin.is-active, .btn-border-thick.btn-color-2.is-active, .palette-primary .button-secondary.btn-border-thick.is-active, .palette-primary .woocommerce .alt.button.btn-border-thick.is-active, .palette-primary .button-secondary.btn-border.is-active, .palette-primary .btn-border-thin.button-secondary.is-active, .palette-primary .btn-border-thick.button-secondary.is-active, .palette-primary .woocommerce .alt.button.btn-border.is-active, .palette-primary .woocommerce .btn-border-thin.alt.button.is-active, .palette-primary .woocommerce .btn-border-thick.alt.button.is-active {
      background-color: rgba(222, 229, 186, 0.7);
      color: rgba(51, 51, 51, 0.5);
      opacity: 0.3; }
  .btn-border.btn-color-3, .btn-border-thin.btn-color-3, .btn-border-thick.btn-color-3 {
    color: #edad9e; }
    .btn-border.btn-color-3:hover, .btn-border-thin.btn-color-3:hover, .btn-border-thick.btn-color-3:hover, .btn-border.btn-color-3:focus, .btn-border-thin.btn-color-3:focus, .btn-border-thick.btn-color-3:focus {
      background-color: rgba(245, 209, 201, 0.9);
      color: rgba(51, 51, 51, 0.9); }
    .btn-border.btn-color-3:active, .btn-border-thin.btn-color-3:active, .btn-border-thick.btn-color-3:active, .btn-border.btn-color-3.active, .btn-border-thin.btn-color-3.active, .btn-border-thick.btn-color-3.active, .btn-border.btn-color-3.is-active, .btn-border-thin.btn-color-3.is-active, .btn-border-thick.btn-color-3.is-active {
      background-color: rgba(231, 177, 164, 0.7);
      color: rgba(51, 51, 51, 0.5);
      opacity: 0.3; }
  .btn-border.btn-color-4, .btn-border-thin.btn-color-4, .btn-border-thick.btn-color-4 {
    color: #fe4b74; }
    .btn-border.btn-color-4:hover, .btn-border-thin.btn-color-4:hover, .btn-border-thick.btn-color-4:hover, .btn-border.btn-color-4:focus, .btn-border-thin.btn-color-4:focus, .btn-border-thick.btn-color-4:focus {
      background-color: rgba(254, 126, 155, 0.9);
      color: rgba(255, 255, 255, 0.9); }
    .btn-border.btn-color-4:active, .btn-border-thin.btn-color-4:active, .btn-border-thick.btn-color-4:active, .btn-border.btn-color-4.active, .btn-border-thin.btn-color-4.active, .btn-border-thick.btn-color-4.active, .btn-border.btn-color-4.is-active, .btn-border-thin.btn-color-4.is-active, .btn-border-thick.btn-color-4.is-active {
      background-color: rgba(245, 84, 121, 0.7);
      color: rgba(255, 255, 255, 0.5);
      opacity: 0.3; }
  .btn-border.btn-color-5, .btn-border-thin.btn-color-5, .btn-border-thick.btn-color-5 {
    color: #390d2d; }
    .btn-border.btn-color-5:hover, .btn-border-thin.btn-color-5:hover, .btn-border-thick.btn-color-5:hover, .btn-border.btn-color-5:focus, .btn-border-thin.btn-color-5:focus, .btn-border-thick.btn-color-5:focus {
      background-color: rgba(99, 22, 78, 0.9);
      color: rgba(255, 255, 255, 0.9); }
    .btn-border.btn-color-5:active, .btn-border-thin.btn-color-5:active, .btn-border-thick.btn-color-5:active, .btn-border.btn-color-5.active, .btn-border-thin.btn-color-5.active, .btn-border-thick.btn-color-5.active, .btn-border.btn-color-5.is-active, .btn-border-thin.btn-color-5.is-active, .btn-border-thick.btn-color-5.is-active {
      background-color: rgba(54, 17, 43, 0.7);
      color: rgba(255, 255, 255, 0.5);
      opacity: 0.3; }
  .btn-border.btn-neutral-color, .btn-border-thin.btn-neutral-color, .btn-border-thick.btn-neutral-color {
    color: #292929; }
    .btn-border.btn-neutral-color:hover, .btn-border-thin.btn-neutral-color:hover, .btn-border-thick.btn-neutral-color:hover, .btn-border.btn-neutral-color:focus, .btn-border-thin.btn-neutral-color:focus, .btn-border-thick.btn-neutral-color:focus {
      background-color: rgba(67, 67, 67, 0.9);
      color: rgba(255, 255, 255, 0.9); }
    .btn-border.btn-neutral-color:active, .btn-border-thin.btn-neutral-color:active, .btn-border-thick.btn-neutral-color:active, .btn-border.btn-neutral-color.active, .btn-border-thin.btn-neutral-color.active, .btn-border-thick.btn-neutral-color.active, .btn-border.btn-neutral-color.is-active, .btn-border-thin.btn-neutral-color.is-active, .btn-border-thick.btn-neutral-color.is-active {
      background-color: rgba(41, 41, 41, 0.7);
      color: rgba(255, 255, 255, 0.5);
      opacity: 0.3; }
  .btn-border.btn-giant, .btn-border-thin.btn-giant, .btn-border-thick.btn-giant {
    line-height: 66px; }
  .btn-border.btn-jumbo, .btn-border-thin.btn-jumbo, .btn-border-thick.btn-jumbo {
    line-height: 56px; }
  .btn-border.btn-large, .btn-border-thin.btn-large, .btn-border-thick.btn-large {
    line-height: 46px; }
  .btn-border.btn-normal, .btn-border-thin.btn-normal, .btn-border-thick.btn-normal {
    line-height: 36px; }
  .btn-border.btn-small, .btn-border-thin.btn-small, .btn-border-thick.btn-small {
    line-height: 26px; }
  .btn-border.btn-tiny, .btn-border-thin.btn-tiny, .btn-border-thick.btn-tiny {
    line-height: 20px; }
/*
 * Border Buttons
 *
 * These buttons have no fill they only have a
 * border to define their hit target.
 */
.btn-borderless {
  background: none;
  border: none;
  padding: 0 8px !important;
  color: #acdeb2;
  font-size: 1.3em;
  font-weight: 200;
  /*
   * Borderless Button Colors
   *
   * Create colors for buttons
   * (.button-primary, .button-secondary, etc.)
   */
  /*
   * Borderles Size Adjustment
   *
   * The font-size must be large to compinsate for
   * the lack of a hit target.
   */ }

.btn-borderless:hover, .btn-borderless:focus {
  background: none; }

.btn-borderless:active, .btn-borderless.active, .btn-borderless.is-active {
  box-shadow: none;
  text-shadow: none;
  transition-property: all;
  transition-duration: 0.3s;
  opacity: 0.3; }
  .btn-borderless.btn-color-1, .palette-primary .button-primary.btn-borderless, .palette-primary .woocommerce .button.btn-borderless {
    color: #acdeb2; }
  .btn-borderless.btn-color-2, .palette-primary .button-secondary.btn-borderless, .palette-primary .woocommerce .alt.button.btn-borderless {
    color: #e1eab5; }
  .btn-borderless.btn-color-3 {
    color: #edad9e; }
  .btn-borderless.btn-color-4 {
    color: #fe4b74; }
  .btn-borderless.btn-color-5 {
    color: #390d2d; }
  .btn-borderless.btn-neutral-color {
    color: #292929; }
  .btn-borderless.btn-giant {
    font-size: 2.275em;
    height: 18.275em;
    line-height: 18.275em; }
  .btn-borderless.btn-jumbo {
    font-size: 1.95em;
    height: 17.95em;
    line-height: 17.95em; }
  .btn-borderless.btn-large {
    font-size: 1.625em;
    height: 17.625em;
    line-height: 17.625em; }
  .btn-borderless.btn-normal {
    font-size: 1.3em;
    height: 17.3em;
    line-height: 17.3em; }
  .btn-borderless.btn-small {
    font-size: 0.975em;
    height: 16.975em;
    line-height: 16.975em; }
  .btn-borderless.btn-tiny {
    font-size: 0.78em;
    height: 16.78em;
    line-height: 16.78em; }
/*
 * Raised Buttons
 *
 * A classic looking button that offers
 * great depth and affordance.
 */
.btn-raised {
  border-color: #9ad7a1;
  border-style: solid;
  border-width: 1px;
  line-height: 38px;
  background: linear-gradient(#b7e2bc, #9ad7a1);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15); }

.btn-raised:hover, .btn-raised:focus {
  background: linear-gradient(#c9eacd, #92d49a); }

.btn-raised:active, .btn-raised.active, .btn-raised.is-active {
  background: #b2d8b6;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 1); }
/*
 * Raised Button Colors
 *
 * Create colors for raised buttons
 */
.btn-raised.btn-color-1, .palette-primary .button-primary.btn-raised, .palette-primary .woocommerce .button.btn-raised {
  border-color: #9ad7a1;
  background: linear-gradient(#bee5c3, #9ad7a1); }
  .btn-raised.btn-color-1:hover, .palette-primary .button-primary.btn-raised:hover, .palette-primary .woocommerce .button.btn-raised:hover, .btn-raised.btn-color-1:focus, .palette-primary .button-primary.btn-raised:focus, .palette-primary .woocommerce .button.btn-raised:focus {
    background: linear-gradient(#c9eacd, #92d49a); }
  .btn-raised.btn-color-1:active, .palette-primary .button-primary.btn-raised:active, .palette-primary .woocommerce .button.btn-raised:active, .btn-raised.btn-color-1.active, .palette-primary .button-primary.btn-raised.active, .palette-primary .woocommerce .button.btn-raised.active, .btn-raised.btn-color-1.is-active, .palette-primary .button-primary.btn-raised.is-active, .palette-primary .woocommerce .button.btn-raised.is-active {
    border-color: #88cf90;
    background: #b2d8b6; }
  .btn-raised.btn-color-2, .palette-primary .button-secondary.btn-raised, .palette-primary .woocommerce .alt.button.btn-raised {
    border-color: #d9e4a1;
    background: linear-gradient(#e9f0c9, #d9e4a1); }
  .btn-raised.btn-color-2:hover, .palette-primary .button-secondary.btn-raised:hover, .palette-primary .woocommerce .alt.button.btn-raised:hover, .btn-raised.btn-color-2:focus, .palette-primary .button-secondary.btn-raised:focus, .palette-primary .woocommerce .alt.button.btn-raised:focus {
    background: linear-gradient(#eef3d5, #d6e299); }
  .btn-raised.btn-color-2:active, .palette-primary .button-secondary.btn-raised:active, .palette-primary .woocommerce .alt.button.btn-raised:active, .btn-raised.btn-color-2.active, .palette-primary .button-secondary.btn-raised.active, .palette-primary .woocommerce .alt.button.btn-raised.active, .btn-raised.btn-color-2.is-active, .palette-primary .button-secondary.btn-raised.is-active, .palette-primary .woocommerce .alt.button.btn-raised.is-active {
    border-color: #d1df8d;
    background: #dee5ba; }
  .btn-raised.btn-color-3 {
    border-color: #e99b88;
    background: linear-gradient(#f1bfb4, #e99b88); }
  .btn-raised.btn-color-3:hover, .btn-raised.btn-color-3:focus {
    background: linear-gradient(#f3cac0, #e79480); }
  .btn-raised.btn-color-3:active, .btn-raised.btn-color-3.active, .btn-raised.btn-color-3.is-active {
    border-color: #e58973;
    background: #e7b1a4; }
  .btn-raised.btn-color-4 {
    border-color: #fe3260;
    background: linear-gradient(#fe6488, #fe3260); }
  .btn-raised.btn-color-4:hover, .btn-raised.btn-color-4:focus {
    background: linear-gradient(#fe7493, #fe2759); }
  .btn-raised.btn-color-4:active, .btn-raised.btn-color-4.active, .btn-raised.btn-color-4.is-active {
    border-color: #fe184d;
    background: #f55479; }
  .btn-raised.btn-color-5 {
    border-color: #24081d;
    background: linear-gradient(#4e123d, #24081d); }
  .btn-raised.btn-color-5:hover, .btn-raised.btn-color-5:focus {
    background: linear-gradient(#5a1547, #1c0616); }
  .btn-raised.btn-color-5:active, .btn-raised.btn-color-5.active, .btn-raised.btn-color-5.is-active {
    border-color: #0f040c;
    background: #36112b; }
  .btn-raised.btn-neutral-color {
    border-color: #1c1c1c;
    background: linear-gradient(#363636, #1c1c1c); }
  .btn-raised.btn-neutral-color:hover, .btn-raised.btn-neutral-color:focus {
    background: linear-gradient(#3d3d3d, #171717); }
  .btn-raised.btn-neutral-color:active, .btn-raised.btn-neutral-color.active, .btn-raised.btn-neutral-color.is-active {
    border-color: #101010;
    background: #292929; }
/*
 * 3D Buttons
 *
 * These buttons have a heavy three dimensional
 * style that mimics the visual appearance of a
 * real life button.
 */
.btn-3d {
  position: relative;
  top: 0;
  box-shadow: 0 7px 0 #63c16e, 0 8px 3px rgba(0, 0, 0, 0.2); }

.btn-3d:hover, .btn-3d:focus {
  box-shadow: 0 7px 0 #63c16e, 0 8px 3px rgba(0, 0, 0, 0.2); }

.btn-3d:active, .btn-3d.active, .btn-3d.is-active {
  top: 5px;
  transition-property: all;
  transition-duration: 0.15s;
  box-shadow: 0 2px 0 #63c16e, 0 3px 3px rgba(0, 0, 0, 0.2); }
/*
 * 3D Button Colors
 *
 * Create colors for buttons
 * (.button-primary, .button-secondary, etc.)
 */
.btn-3d.btn-color-1, .palette-primary .button-primary.btn-3d, .palette-primary .woocommerce .button.btn-3d {
  box-shadow: 0 7px 0 #88cf90, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-1:hover, .palette-primary .button-primary.btn-3d:hover, .palette-primary .woocommerce .button.btn-3d:hover, .btn-3d.btn-color-1:focus, .palette-primary .button-primary.btn-3d:focus, .palette-primary .woocommerce .button.btn-3d:focus {
    box-shadow: 0 7px 0 #80cd89, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-1:active, .palette-primary .button-primary.btn-3d:active, .palette-primary .woocommerce .button.btn-3d:active, .btn-3d.btn-color-1.active, .palette-primary .button-primary.btn-3d.active, .palette-primary .woocommerce .button.btn-3d.active, .btn-3d.btn-color-1.is-active, .palette-primary .button-primary.btn-3d.is-active, .palette-primary .woocommerce .button.btn-3d.is-active {
    box-shadow: 0 2px 0 #63c16e, 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-3d.btn-color-2, .palette-primary .button-secondary.btn-3d, .palette-primary .woocommerce .alt.button.btn-3d {
    box-shadow: 0 7px 0 #d1df8d, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-2:hover, .palette-primary .button-secondary.btn-3d:hover, .palette-primary .woocommerce .alt.button.btn-3d:hover, .btn-3d.btn-color-2:focus, .palette-primary .button-secondary.btn-3d:focus, .palette-primary .woocommerce .alt.button.btn-3d:focus {
    box-shadow: 0 7px 0 #cedc85, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-2:active, .palette-primary .button-secondary.btn-3d:active, .palette-primary .woocommerce .alt.button.btn-3d:active, .btn-3d.btn-color-2.active, .palette-primary .button-secondary.btn-3d.active, .palette-primary .woocommerce .alt.button.btn-3d.active, .btn-3d.btn-color-2.is-active, .palette-primary .button-secondary.btn-3d.is-active, .palette-primary .woocommerce .alt.button.btn-3d.is-active {
    box-shadow: 0 2px 0 #c1d366, 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-3d.btn-color-3 {
    box-shadow: 0 7px 0 #e58973, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-3:hover, .btn-3d.btn-color-3:focus {
    box-shadow: 0 7px 0 #e3816a, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-3:active, .btn-3d.btn-color-3.active, .btn-3d.btn-color-3.is-active {
    box-shadow: 0 2px 0 #dd6448, 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-3d.btn-color-4 {
    box-shadow: 0 7px 0 #fe184d, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-4:hover, .btn-3d.btn-color-4:focus {
    box-shadow: 0 7px 0 #fe0e45, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-4:active, .btn-3d.btn-color-4.active, .btn-3d.btn-color-4.is-active {
    box-shadow: 0 2px 0 #e20135, 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-3d.btn-color-5 {
    box-shadow: 0 7px 0 #0f040c, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-5:hover, .btn-3d.btn-color-5:focus {
    box-shadow: 0 7px 0 #070206, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-5:active, .btn-3d.btn-color-5.active, .btn-3d.btn-color-5.is-active {
    box-shadow: 0 2px 0 #000, 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-3d.btn-neutral-color {
    box-shadow: 0 7px 0 #101010, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-neutral-color:hover, .btn-3d.btn-neutral-color:focus {
    box-shadow: 0 7px 0 #0a0a0a, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-neutral-color:active, .btn-3d.btn-neutral-color.active, .btn-3d.btn-neutral-color.is-active {
    box-shadow: 0 2px 0 #000, 0 3px 3px rgba(0, 0, 0, 0.2); }
/*
 * Glowing Buttons
 *
 * A pulse like glow that appears
 * rythmically around the edges of
 * a button.
 */
/*
 * Glow animation mixin for Compass users
 *
 */
/*
 * Glowing Keyframes
 *
 */
@keyframes glowing {
  from {
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3); }

  50% {
    box-shadow: 0 0 20px rgba(44, 154, 219, 0.8); }

  to {
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3); } }

/*
 * Glowing Keyframes for various colors
 *
 */

@keyframes glowing-color-1 {
    from {
      box-shadow: 0 0 0 rgba(172, 222, 178, 0.3); }
    50% {
      box-shadow: 0 0 20px rgba(172, 222, 178, 0.8); }
    to {
      box-shadow: 0 0 0 rgba(172, 222, 178, 0.3); } }

/*
 * Glowing Keyframes for various colors
 *
 */

@keyframes glowing-color-2 {
    from {
      box-shadow: 0 0 0 rgba(225, 234, 181, 0.3); }
    50% {
      box-shadow: 0 0 20px rgba(225, 234, 181, 0.8); }
    to {
      box-shadow: 0 0 0 rgba(225, 234, 181, 0.3); } }

/*
 * Glowing Keyframes for various colors
 *
 */

@keyframes glowing-color-3 {
    from {
      box-shadow: 0 0 0 rgba(237, 173, 158, 0.3); }
    50% {
      box-shadow: 0 0 20px rgba(237, 173, 158, 0.8); }
    to {
      box-shadow: 0 0 0 rgba(237, 173, 158, 0.3); } }

/*
 * Glowing Keyframes for various colors
 *
 */

@keyframes glowing-color-4 {
    from {
      box-shadow: 0 0 0 rgba(254, 75, 116, 0.3); }
    50% {
      box-shadow: 0 0 20px rgba(254, 75, 116, 0.8); }
    to {
      box-shadow: 0 0 0 rgba(254, 75, 116, 0.3); } }

/*
 * Glowing Keyframes for various colors
 *
 */

@keyframes glowing-color-5 {
    from {
      box-shadow: 0 0 0 rgba(57, 13, 45, 0.3); }
    50% {
      box-shadow: 0 0 20px rgba(57, 13, 45, 0.8); }
    to {
      box-shadow: 0 0 0 rgba(57, 13, 45, 0.3); } }

/*
 * Glowing Keyframes for various colors
 *
 */

@keyframes glowing-neutral-color {
    from {
      box-shadow: 0 0 0 rgba(41, 41, 41, 0.3); }
    50% {
      box-shadow: 0 0 20px rgba(41, 41, 41, 0.8); }
    to {
      box-shadow: 0 0 0 rgba(41, 41, 41, 0.3); } }
/*
 * Glowing Buttons Base Styes
 *
 * A pulse like glow that appears
 * rythmically around the edges of
 * a button.
 */
.btn-glow {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: glowing; }

.btn-glow:active, .btn-glow.active, .btn-glow.is-active {
  animation-name: none; }
/*
 * Glowing Button Colors
 *
 * Create colors for glowing buttons
 */
.btn-glow.btn-color-1, .palette-primary .button-primary.btn-glow, .palette-primary .woocommerce .button.btn-glow {
  animation-name: glowing-color-1; }
  .btn-glow.btn-color-2, .palette-primary .button-secondary.btn-glow, .palette-primary .woocommerce .alt.button.btn-glow {
    animation-name: glowing-color-2; }
  .btn-glow.btn-color-3 {
    animation-name: glowing-color-3; }
  .btn-glow.btn-color-4 {
    animation-name: glowing-color-4; }
  .btn-glow.btn-color-5 {
    animation-name: glowing-color-5; }
  .btn-glow.btn-neutral-color {
    animation-name: glowing-neutral-color; }
/*
 * Dropdown menu buttons
 *
 * A dropdown menu appears
 * when a button is pressed
 */
/*
 * Dropdown Container
 *
 */
.btn-dropdown {
  position: relative;
  overflow: visible;
  display: inline-block; }
/*
 * Dropdown List Style
 *
 */
.btn-dropdown-list {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1000;
  min-width: 100%;
  list-style-type: none;
  background: rgba(208, 237, 212, 0.95);
  border-style: solid;
  border-width: 1px;
  border-color: #88cf90;
  font-family: inherit;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
  /*
   * Dropdown Above
   *
   */ }

.btn-dropdown-list.is-below {
  /*
   * Dropdown Below
   *
   */
  top: 100%;
  border-top: none;
  border-radius: 0 0 3px 3px; }

.btn-dropdown-list.is-above {
  bottom: 100%;
  top: auto;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.2); }
/*
 * Dropdown Buttons
 *
 */
.btn-dropdown-list > li {
  padding: 0;
  margin: 0;
  display: block; }

.btn-dropdown-list > li > a {
  display: block;
  line-height: 40px;
  font-size: 0.8em;
  padding: 5px 10px;
  float: none;
  color: #333;
  text-decoration: none; }
  .btn-dropdown-list > li > a:hover {
    color: #2b2b2b;
    background: #b7e2bc;
    text-decoration: none; }

.btn-dropdown-divider {
  border-top: 1px solid #a1daa8; }
/*
 * Dropdown Colors
 *
 * Create colors for buttons
 * (.button-primary, .button-secondary, etc.)
 */
.btn-dropdown.btn-dropdown-color-1 .btn-dropdown-list {
  background: rgba(172, 222, 178, 0.95);
  border-color: #88cf90; }
  .btn-dropdown.btn-dropdown-color-1 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #92d49a; }
  .btn-dropdown.btn-dropdown-color-1 .btn-dropdown-list > li > a {
    color: #333; }
    .btn-dropdown.btn-dropdown-color-1 .btn-dropdown-list > li > a:hover {
      color: #262626;
      background: #9ad7a1; }
  .btn-dropdown.btn-dropdown-color-2 .btn-dropdown-list {
    background: rgba(225, 234, 181, 0.95);
    border-color: #d1df8d; }
  .btn-dropdown.btn-dropdown-color-2 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #d6e299; }
  .btn-dropdown.btn-dropdown-color-2 .btn-dropdown-list > li > a {
    color: #333; }
    .btn-dropdown.btn-dropdown-color-2 .btn-dropdown-list > li > a:hover {
      color: #262626;
      background: #d9e4a1; }
  .btn-dropdown.btn-dropdown-color-3 .btn-dropdown-list {
    background: rgba(237, 173, 158, 0.95);
    border-color: #e58973; }
  .btn-dropdown.btn-dropdown-color-3 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #e79480; }
  .btn-dropdown.btn-dropdown-color-3 .btn-dropdown-list > li > a {
    color: #333; }
    .btn-dropdown.btn-dropdown-color-3 .btn-dropdown-list > li > a:hover {
      color: #262626;
      background: #e99b88; }
  .btn-dropdown.btn-dropdown-color-4 .btn-dropdown-list {
    background: rgba(254, 75, 116, 0.95);
    border-color: #fe184d; }
  .btn-dropdown.btn-dropdown-color-4 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #fe2759; }
  .btn-dropdown.btn-dropdown-color-4 .btn-dropdown-list > li > a {
    color: #fff; }
    .btn-dropdown.btn-dropdown-color-4 .btn-dropdown-list > li > a:hover {
      color: #f2f2f2;
      background: #fe3260; }
  .btn-dropdown.btn-dropdown-color-5 .btn-dropdown-list {
    background: rgba(57, 13, 45, 0.95);
    border-color: #0f040c; }
  .btn-dropdown.btn-dropdown-color-5 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #1c0616; }
  .btn-dropdown.btn-dropdown-color-5 .btn-dropdown-list > li > a {
    color: #fff; }
    .btn-dropdown.btn-dropdown-color-5 .btn-dropdown-list > li > a:hover {
      color: #f2f2f2;
      background: #24081d; }
  .btn-dropdown.btn-dropdown-neutral-color .btn-dropdown-list {
    background: rgba(41, 41, 41, 0.95);
    border-color: #101010; }
  .btn-dropdown.btn-dropdown-neutral-color .btn-dropdown-list .btn-dropdown-divider {
    border-color: #171717; }
  .btn-dropdown.btn-dropdown-neutral-color .btn-dropdown-list > li > a {
    color: #fff; }
    .btn-dropdown.btn-dropdown-neutral-color .btn-dropdown-list > li > a:hover {
      color: #f2f2f2;
      background: #1c1c1c; }
/*
 * Buton Groups
 *
 * A group of related buttons
 * displayed edge to edge
 */
.btn-group {
  *zoom: 1;
  position: relative;
  display: inline-block; }

.btn-group:after, .btn-group:before {
  content: '.';
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.btn-group .btn, .btn-group .palette-primary .button-primary, .palette-primary .btn-group .button-primary, .btn-group .palette-primary .woocommerce .button, .palette-primary .woocommerce .btn-group .button, .btn-group .palette-primary .button-secondary, .palette-primary .btn-group .button-secondary, .btn-group .palette-primary .woocommerce .alt.button, .palette-primary .woocommerce .btn-group .alt.button, .btn-group .btn-dropdown {
  float: left; }
  .btn-group .btn:not(:first-child):not(:last-child), .btn-group .palette-primary .button-primary:not(:first-child):not(:last-child), .palette-primary .btn-group .button-primary:not(:first-child):not(:last-child), .btn-group .palette-primary .woocommerce .button:not(:first-child):not(:last-child), .palette-primary .woocommerce .btn-group .button:not(:first-child):not(:last-child), .btn-group .palette-primary .button-secondary:not(:first-child):not(:last-child), .palette-primary .btn-group .button-secondary:not(:first-child):not(:last-child), .btn-group .palette-primary .woocommerce .alt.button:not(:first-child):not(:last-child), .palette-primary .woocommerce .btn-group .alt.button:not(:first-child):not(:last-child), .btn-group .btn-dropdown:not(:first-child):not(:last-child) {
    border-radius: 0;
    border-right: none; }
  .btn-group .btn:first-child, .btn-group .palette-primary .button-primary:first-child, .palette-primary .btn-group .button-primary:first-child, .btn-group .palette-primary .woocommerce .button:first-child, .palette-primary .woocommerce .btn-group .button:first-child, .btn-group .palette-primary .button-secondary:first-child, .palette-primary .btn-group .button-secondary:first-child, .btn-group .palette-primary .woocommerce .alt.button:first-child, .palette-primary .woocommerce .btn-group .alt.button:first-child, .btn-group .btn-dropdown:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none; }
  .btn-group .btn:last-child, .btn-group .palette-primary .button-primary:last-child, .palette-primary .btn-group .button-primary:last-child, .btn-group .palette-primary .woocommerce .button:last-child, .palette-primary .woocommerce .btn-group .button:last-child, .btn-group .palette-primary .button-secondary:last-child, .palette-primary .btn-group .button-secondary:last-child, .btn-group .palette-primary .woocommerce .alt.button:last-child, .palette-primary .woocommerce .btn-group .alt.button:last-child, .btn-group .btn-dropdown:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
/*
 * Button Wrapper
 *
 * A wrap around effect to highlight
 * the shape of the button and offer
 * a subtle visual effect.
 */
.btn-wrap {
  border: 1px solid #e3e3e3;
  display: inline-block;
  padding: 9px;
  background: linear-gradient(#f2f2f2, #fff);
  border-radius: 200px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04); }
/*
 * Long Shadow Buttons
 *
 * A visual effect adding a flat shadow to the text of a button
 */
/*
 * Long Shadow Function
 *
 * Loops $length times building a long shadow. Defaults downward right
 */
/*
 * LONG SHADOW MIXIN
 *
 */
/*
 * Shadow Right
 *
 */
.btn-longshadow, .btn-longshadow-right {
  overflow: hidden; }
  .btn-longshadow.btn-color-1, .palette-primary .button-primary.btn-longshadow, .palette-primary .woocommerce .button.btn-longshadow, .btn-longshadow-right.btn-color-1, .palette-primary .button-primary.btn-longshadow-right, .palette-primary .woocommerce .button.btn-longshadow-right {
    text-shadow: 0px 0px #88cf90, 1px 1px #88cf90, 2px 2px #88cf90, 3px 3px #88cf90, 4px 4px #88cf90, 5px 5px #88cf90, 6px 6px #88cf90, 7px 7px #88cf90, 8px 8px #88cf90, 9px 9px #88cf90, 10px 10px #88cf90, 11px 11px #88cf90, 12px 12px #88cf90, 13px 13px #88cf90, 14px 14px #88cf90, 15px 15px #88cf90, 16px 16px #88cf90, 17px 17px #88cf90, 18px 18px #88cf90, 19px 19px #88cf90, 20px 20px #88cf90, 21px 21px #88cf90, 22px 22px #88cf90, 23px 23px #88cf90, 24px 24px #88cf90, 25px 25px #88cf90, 26px 26px #88cf90, 27px 27px #88cf90, 28px 28px #88cf90, 29px 29px #88cf90, 30px 30px #88cf90, 31px 31px #88cf90, 32px 32px #88cf90, 33px 33px #88cf90, 34px 34px #88cf90, 35px 35px #88cf90, 36px 36px #88cf90, 37px 37px #88cf90, 38px 38px #88cf90, 39px 39px #88cf90, 40px 40px #88cf90, 41px 41px #88cf90, 42px 42px #88cf90, 43px 43px #88cf90, 44px 44px #88cf90, 45px 45px #88cf90, 46px 46px #88cf90, 47px 47px #88cf90, 48px 48px #88cf90, 49px 49px #88cf90, 50px 50px #88cf90, 51px 51px #88cf90, 52px 52px #88cf90, 53px 53px #88cf90, 54px 54px #88cf90, 55px 55px #88cf90, 56px 56px #88cf90, 57px 57px #88cf90, 58px 58px #88cf90, 59px 59px #88cf90, 60px 60px #88cf90, 61px 61px #88cf90, 62px 62px #88cf90, 63px 63px #88cf90, 64px 64px #88cf90, 65px 65px #88cf90, 66px 66px #88cf90, 67px 67px #88cf90, 68px 68px #88cf90, 69px 69px #88cf90, 70px 70px #88cf90, 71px 71px #88cf90, 72px 72px #88cf90, 73px 73px #88cf90, 74px 74px #88cf90, 75px 75px #88cf90, 76px 76px #88cf90, 77px 77px #88cf90, 78px 78px #88cf90, 79px 79px #88cf90, 80px 80px #88cf90, 81px 81px #88cf90, 82px 82px #88cf90, 83px 83px #88cf90, 84px 84px #88cf90, 85px 85px #88cf90; }
  .btn-longshadow.btn-color-1:active, .palette-primary .button-primary.btn-longshadow:active, .palette-primary .woocommerce .button.btn-longshadow:active, .btn-longshadow-right.btn-color-1:active, .palette-primary .button-primary.btn-longshadow-right:active, .palette-primary .woocommerce .button.btn-longshadow-right:active, .btn-longshadow.btn-color-1.active, .palette-primary .button-primary.btn-longshadow.active, .palette-primary .woocommerce .button.btn-longshadow.active, .btn-longshadow-right.btn-color-1.active, .palette-primary .button-primary.btn-longshadow-right.active, .palette-primary .woocommerce .button.btn-longshadow-right.active, .btn-longshadow.btn-color-1.is-active, .palette-primary .button-primary.btn-longshadow.is-active, .palette-primary .woocommerce .button.btn-longshadow.is-active, .btn-longshadow-right.btn-color-1.is-active, .palette-primary .button-primary.btn-longshadow-right.is-active, .palette-primary .woocommerce .button.btn-longshadow-right.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow.btn-color-2, .palette-primary .button-secondary.btn-longshadow, .palette-primary .woocommerce .alt.button.btn-longshadow, .btn-longshadow-right.btn-color-2, .palette-primary .button-secondary.btn-longshadow-right, .palette-primary .woocommerce .alt.button.btn-longshadow-right {
    text-shadow: 0px 0px #d1df8d, 1px 1px #d1df8d, 2px 2px #d1df8d, 3px 3px #d1df8d, 4px 4px #d1df8d, 5px 5px #d1df8d, 6px 6px #d1df8d, 7px 7px #d1df8d, 8px 8px #d1df8d, 9px 9px #d1df8d, 10px 10px #d1df8d, 11px 11px #d1df8d, 12px 12px #d1df8d, 13px 13px #d1df8d, 14px 14px #d1df8d, 15px 15px #d1df8d, 16px 16px #d1df8d, 17px 17px #d1df8d, 18px 18px #d1df8d, 19px 19px #d1df8d, 20px 20px #d1df8d, 21px 21px #d1df8d, 22px 22px #d1df8d, 23px 23px #d1df8d, 24px 24px #d1df8d, 25px 25px #d1df8d, 26px 26px #d1df8d, 27px 27px #d1df8d, 28px 28px #d1df8d, 29px 29px #d1df8d, 30px 30px #d1df8d, 31px 31px #d1df8d, 32px 32px #d1df8d, 33px 33px #d1df8d, 34px 34px #d1df8d, 35px 35px #d1df8d, 36px 36px #d1df8d, 37px 37px #d1df8d, 38px 38px #d1df8d, 39px 39px #d1df8d, 40px 40px #d1df8d, 41px 41px #d1df8d, 42px 42px #d1df8d, 43px 43px #d1df8d, 44px 44px #d1df8d, 45px 45px #d1df8d, 46px 46px #d1df8d, 47px 47px #d1df8d, 48px 48px #d1df8d, 49px 49px #d1df8d, 50px 50px #d1df8d, 51px 51px #d1df8d, 52px 52px #d1df8d, 53px 53px #d1df8d, 54px 54px #d1df8d, 55px 55px #d1df8d, 56px 56px #d1df8d, 57px 57px #d1df8d, 58px 58px #d1df8d, 59px 59px #d1df8d, 60px 60px #d1df8d, 61px 61px #d1df8d, 62px 62px #d1df8d, 63px 63px #d1df8d, 64px 64px #d1df8d, 65px 65px #d1df8d, 66px 66px #d1df8d, 67px 67px #d1df8d, 68px 68px #d1df8d, 69px 69px #d1df8d, 70px 70px #d1df8d, 71px 71px #d1df8d, 72px 72px #d1df8d, 73px 73px #d1df8d, 74px 74px #d1df8d, 75px 75px #d1df8d, 76px 76px #d1df8d, 77px 77px #d1df8d, 78px 78px #d1df8d, 79px 79px #d1df8d, 80px 80px #d1df8d, 81px 81px #d1df8d, 82px 82px #d1df8d, 83px 83px #d1df8d, 84px 84px #d1df8d, 85px 85px #d1df8d; }
  .btn-longshadow.btn-color-2:active, .palette-primary .button-secondary.btn-longshadow:active, .palette-primary .woocommerce .alt.button.btn-longshadow:active, .btn-longshadow-right.btn-color-2:active, .palette-primary .button-secondary.btn-longshadow-right:active, .palette-primary .woocommerce .alt.button.btn-longshadow-right:active, .btn-longshadow.btn-color-2.active, .palette-primary .button-secondary.btn-longshadow.active, .palette-primary .woocommerce .alt.button.btn-longshadow.active, .btn-longshadow-right.btn-color-2.active, .palette-primary .button-secondary.btn-longshadow-right.active, .palette-primary .woocommerce .alt.button.btn-longshadow-right.active, .btn-longshadow.btn-color-2.is-active, .palette-primary .button-secondary.btn-longshadow.is-active, .palette-primary .woocommerce .alt.button.btn-longshadow.is-active, .btn-longshadow-right.btn-color-2.is-active, .palette-primary .button-secondary.btn-longshadow-right.is-active, .palette-primary .woocommerce .alt.button.btn-longshadow-right.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow.btn-color-3, .btn-longshadow-right.btn-color-3 {
    text-shadow: 0px 0px #e58973, 1px 1px #e58973, 2px 2px #e58973, 3px 3px #e58973, 4px 4px #e58973, 5px 5px #e58973, 6px 6px #e58973, 7px 7px #e58973, 8px 8px #e58973, 9px 9px #e58973, 10px 10px #e58973, 11px 11px #e58973, 12px 12px #e58973, 13px 13px #e58973, 14px 14px #e58973, 15px 15px #e58973, 16px 16px #e58973, 17px 17px #e58973, 18px 18px #e58973, 19px 19px #e58973, 20px 20px #e58973, 21px 21px #e58973, 22px 22px #e58973, 23px 23px #e58973, 24px 24px #e58973, 25px 25px #e58973, 26px 26px #e58973, 27px 27px #e58973, 28px 28px #e58973, 29px 29px #e58973, 30px 30px #e58973, 31px 31px #e58973, 32px 32px #e58973, 33px 33px #e58973, 34px 34px #e58973, 35px 35px #e58973, 36px 36px #e58973, 37px 37px #e58973, 38px 38px #e58973, 39px 39px #e58973, 40px 40px #e58973, 41px 41px #e58973, 42px 42px #e58973, 43px 43px #e58973, 44px 44px #e58973, 45px 45px #e58973, 46px 46px #e58973, 47px 47px #e58973, 48px 48px #e58973, 49px 49px #e58973, 50px 50px #e58973, 51px 51px #e58973, 52px 52px #e58973, 53px 53px #e58973, 54px 54px #e58973, 55px 55px #e58973, 56px 56px #e58973, 57px 57px #e58973, 58px 58px #e58973, 59px 59px #e58973, 60px 60px #e58973, 61px 61px #e58973, 62px 62px #e58973, 63px 63px #e58973, 64px 64px #e58973, 65px 65px #e58973, 66px 66px #e58973, 67px 67px #e58973, 68px 68px #e58973, 69px 69px #e58973, 70px 70px #e58973, 71px 71px #e58973, 72px 72px #e58973, 73px 73px #e58973, 74px 74px #e58973, 75px 75px #e58973, 76px 76px #e58973, 77px 77px #e58973, 78px 78px #e58973, 79px 79px #e58973, 80px 80px #e58973, 81px 81px #e58973, 82px 82px #e58973, 83px 83px #e58973, 84px 84px #e58973, 85px 85px #e58973; }
  .btn-longshadow.btn-color-3:active, .btn-longshadow-right.btn-color-3:active, .btn-longshadow.btn-color-3.active, .btn-longshadow-right.btn-color-3.active, .btn-longshadow.btn-color-3.is-active, .btn-longshadow-right.btn-color-3.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow.btn-color-4, .btn-longshadow-right.btn-color-4 {
    text-shadow: 0px 0px #fe184d, 1px 1px #fe184d, 2px 2px #fe184d, 3px 3px #fe184d, 4px 4px #fe184d, 5px 5px #fe184d, 6px 6px #fe184d, 7px 7px #fe184d, 8px 8px #fe184d, 9px 9px #fe184d, 10px 10px #fe184d, 11px 11px #fe184d, 12px 12px #fe184d, 13px 13px #fe184d, 14px 14px #fe184d, 15px 15px #fe184d, 16px 16px #fe184d, 17px 17px #fe184d, 18px 18px #fe184d, 19px 19px #fe184d, 20px 20px #fe184d, 21px 21px #fe184d, 22px 22px #fe184d, 23px 23px #fe184d, 24px 24px #fe184d, 25px 25px #fe184d, 26px 26px #fe184d, 27px 27px #fe184d, 28px 28px #fe184d, 29px 29px #fe184d, 30px 30px #fe184d, 31px 31px #fe184d, 32px 32px #fe184d, 33px 33px #fe184d, 34px 34px #fe184d, 35px 35px #fe184d, 36px 36px #fe184d, 37px 37px #fe184d, 38px 38px #fe184d, 39px 39px #fe184d, 40px 40px #fe184d, 41px 41px #fe184d, 42px 42px #fe184d, 43px 43px #fe184d, 44px 44px #fe184d, 45px 45px #fe184d, 46px 46px #fe184d, 47px 47px #fe184d, 48px 48px #fe184d, 49px 49px #fe184d, 50px 50px #fe184d, 51px 51px #fe184d, 52px 52px #fe184d, 53px 53px #fe184d, 54px 54px #fe184d, 55px 55px #fe184d, 56px 56px #fe184d, 57px 57px #fe184d, 58px 58px #fe184d, 59px 59px #fe184d, 60px 60px #fe184d, 61px 61px #fe184d, 62px 62px #fe184d, 63px 63px #fe184d, 64px 64px #fe184d, 65px 65px #fe184d, 66px 66px #fe184d, 67px 67px #fe184d, 68px 68px #fe184d, 69px 69px #fe184d, 70px 70px #fe184d, 71px 71px #fe184d, 72px 72px #fe184d, 73px 73px #fe184d, 74px 74px #fe184d, 75px 75px #fe184d, 76px 76px #fe184d, 77px 77px #fe184d, 78px 78px #fe184d, 79px 79px #fe184d, 80px 80px #fe184d, 81px 81px #fe184d, 82px 82px #fe184d, 83px 83px #fe184d, 84px 84px #fe184d, 85px 85px #fe184d; }
  .btn-longshadow.btn-color-4:active, .btn-longshadow-right.btn-color-4:active, .btn-longshadow.btn-color-4.active, .btn-longshadow-right.btn-color-4.active, .btn-longshadow.btn-color-4.is-active, .btn-longshadow-right.btn-color-4.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow.btn-color-5, .btn-longshadow-right.btn-color-5 {
    text-shadow: 0px 0px #0f040c, 1px 1px #0f040c, 2px 2px #0f040c, 3px 3px #0f040c, 4px 4px #0f040c, 5px 5px #0f040c, 6px 6px #0f040c, 7px 7px #0f040c, 8px 8px #0f040c, 9px 9px #0f040c, 10px 10px #0f040c, 11px 11px #0f040c, 12px 12px #0f040c, 13px 13px #0f040c, 14px 14px #0f040c, 15px 15px #0f040c, 16px 16px #0f040c, 17px 17px #0f040c, 18px 18px #0f040c, 19px 19px #0f040c, 20px 20px #0f040c, 21px 21px #0f040c, 22px 22px #0f040c, 23px 23px #0f040c, 24px 24px #0f040c, 25px 25px #0f040c, 26px 26px #0f040c, 27px 27px #0f040c, 28px 28px #0f040c, 29px 29px #0f040c, 30px 30px #0f040c, 31px 31px #0f040c, 32px 32px #0f040c, 33px 33px #0f040c, 34px 34px #0f040c, 35px 35px #0f040c, 36px 36px #0f040c, 37px 37px #0f040c, 38px 38px #0f040c, 39px 39px #0f040c, 40px 40px #0f040c, 41px 41px #0f040c, 42px 42px #0f040c, 43px 43px #0f040c, 44px 44px #0f040c, 45px 45px #0f040c, 46px 46px #0f040c, 47px 47px #0f040c, 48px 48px #0f040c, 49px 49px #0f040c, 50px 50px #0f040c, 51px 51px #0f040c, 52px 52px #0f040c, 53px 53px #0f040c, 54px 54px #0f040c, 55px 55px #0f040c, 56px 56px #0f040c, 57px 57px #0f040c, 58px 58px #0f040c, 59px 59px #0f040c, 60px 60px #0f040c, 61px 61px #0f040c, 62px 62px #0f040c, 63px 63px #0f040c, 64px 64px #0f040c, 65px 65px #0f040c, 66px 66px #0f040c, 67px 67px #0f040c, 68px 68px #0f040c, 69px 69px #0f040c, 70px 70px #0f040c, 71px 71px #0f040c, 72px 72px #0f040c, 73px 73px #0f040c, 74px 74px #0f040c, 75px 75px #0f040c, 76px 76px #0f040c, 77px 77px #0f040c, 78px 78px #0f040c, 79px 79px #0f040c, 80px 80px #0f040c, 81px 81px #0f040c, 82px 82px #0f040c, 83px 83px #0f040c, 84px 84px #0f040c, 85px 85px #0f040c; }
  .btn-longshadow.btn-color-5:active, .btn-longshadow-right.btn-color-5:active, .btn-longshadow.btn-color-5.active, .btn-longshadow-right.btn-color-5.active, .btn-longshadow.btn-color-5.is-active, .btn-longshadow-right.btn-color-5.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow.btn-neutral-color, .btn-longshadow-right.btn-neutral-color {
    text-shadow: 0px 0px #101010, 1px 1px #101010, 2px 2px #101010, 3px 3px #101010, 4px 4px #101010, 5px 5px #101010, 6px 6px #101010, 7px 7px #101010, 8px 8px #101010, 9px 9px #101010, 10px 10px #101010, 11px 11px #101010, 12px 12px #101010, 13px 13px #101010, 14px 14px #101010, 15px 15px #101010, 16px 16px #101010, 17px 17px #101010, 18px 18px #101010, 19px 19px #101010, 20px 20px #101010, 21px 21px #101010, 22px 22px #101010, 23px 23px #101010, 24px 24px #101010, 25px 25px #101010, 26px 26px #101010, 27px 27px #101010, 28px 28px #101010, 29px 29px #101010, 30px 30px #101010, 31px 31px #101010, 32px 32px #101010, 33px 33px #101010, 34px 34px #101010, 35px 35px #101010, 36px 36px #101010, 37px 37px #101010, 38px 38px #101010, 39px 39px #101010, 40px 40px #101010, 41px 41px #101010, 42px 42px #101010, 43px 43px #101010, 44px 44px #101010, 45px 45px #101010, 46px 46px #101010, 47px 47px #101010, 48px 48px #101010, 49px 49px #101010, 50px 50px #101010, 51px 51px #101010, 52px 52px #101010, 53px 53px #101010, 54px 54px #101010, 55px 55px #101010, 56px 56px #101010, 57px 57px #101010, 58px 58px #101010, 59px 59px #101010, 60px 60px #101010, 61px 61px #101010, 62px 62px #101010, 63px 63px #101010, 64px 64px #101010, 65px 65px #101010, 66px 66px #101010, 67px 67px #101010, 68px 68px #101010, 69px 69px #101010, 70px 70px #101010, 71px 71px #101010, 72px 72px #101010, 73px 73px #101010, 74px 74px #101010, 75px 75px #101010, 76px 76px #101010, 77px 77px #101010, 78px 78px #101010, 79px 79px #101010, 80px 80px #101010, 81px 81px #101010, 82px 82px #101010, 83px 83px #101010, 84px 84px #101010, 85px 85px #101010; }
  .btn-longshadow.btn-neutral-color:active, .btn-longshadow-right.btn-neutral-color:active, .btn-longshadow.btn-neutral-color.active, .btn-longshadow-right.btn-neutral-color.active, .btn-longshadow.btn-neutral-color.is-active, .btn-longshadow-right.btn-neutral-color.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
/*
 * Shadow Left
 *
 */
.btn-longshadow-left {
  overflow: hidden; }
  .btn-longshadow-left.btn-color-1, .palette-primary .button-primary.btn-longshadow-left, .palette-primary .woocommerce .button.btn-longshadow-left {
    text-shadow: 0px 0px #88cf90, -1px 1px #88cf90, -2px 2px #88cf90, -3px 3px #88cf90, -4px 4px #88cf90, -5px 5px #88cf90, -6px 6px #88cf90, -7px 7px #88cf90, -8px 8px #88cf90, -9px 9px #88cf90, -10px 10px #88cf90, -11px 11px #88cf90, -12px 12px #88cf90, -13px 13px #88cf90, -14px 14px #88cf90, -15px 15px #88cf90, -16px 16px #88cf90, -17px 17px #88cf90, -18px 18px #88cf90, -19px 19px #88cf90, -20px 20px #88cf90, -21px 21px #88cf90, -22px 22px #88cf90, -23px 23px #88cf90, -24px 24px #88cf90, -25px 25px #88cf90, -26px 26px #88cf90, -27px 27px #88cf90, -28px 28px #88cf90, -29px 29px #88cf90, -30px 30px #88cf90, -31px 31px #88cf90, -32px 32px #88cf90, -33px 33px #88cf90, -34px 34px #88cf90, -35px 35px #88cf90, -36px 36px #88cf90, -37px 37px #88cf90, -38px 38px #88cf90, -39px 39px #88cf90, -40px 40px #88cf90, -41px 41px #88cf90, -42px 42px #88cf90, -43px 43px #88cf90, -44px 44px #88cf90, -45px 45px #88cf90, -46px 46px #88cf90, -47px 47px #88cf90, -48px 48px #88cf90, -49px 49px #88cf90, -50px 50px #88cf90, -51px 51px #88cf90, -52px 52px #88cf90, -53px 53px #88cf90, -54px 54px #88cf90, -55px 55px #88cf90, -56px 56px #88cf90, -57px 57px #88cf90, -58px 58px #88cf90, -59px 59px #88cf90, -60px 60px #88cf90, -61px 61px #88cf90, -62px 62px #88cf90, -63px 63px #88cf90, -64px 64px #88cf90, -65px 65px #88cf90, -66px 66px #88cf90, -67px 67px #88cf90, -68px 68px #88cf90, -69px 69px #88cf90, -70px 70px #88cf90, -71px 71px #88cf90, -72px 72px #88cf90, -73px 73px #88cf90, -74px 74px #88cf90, -75px 75px #88cf90, -76px 76px #88cf90, -77px 77px #88cf90, -78px 78px #88cf90, -79px 79px #88cf90, -80px 80px #88cf90, -81px 81px #88cf90, -82px 82px #88cf90, -83px 83px #88cf90, -84px 84px #88cf90, -85px 85px #88cf90; }
  .btn-longshadow-left.btn-color-1:active, .palette-primary .button-primary.btn-longshadow-left:active, .palette-primary .woocommerce .button.btn-longshadow-left:active, .btn-longshadow-left.btn-color-1.active, .palette-primary .button-primary.btn-longshadow-left.active, .palette-primary .woocommerce .button.btn-longshadow-left.active, .btn-longshadow-left.btn-color-1.is-active, .palette-primary .button-primary.btn-longshadow-left.is-active, .palette-primary .woocommerce .button.btn-longshadow-left.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow-left.btn-color-2, .palette-primary .button-secondary.btn-longshadow-left, .palette-primary .woocommerce .alt.button.btn-longshadow-left {
    text-shadow: 0px 0px #d1df8d, -1px 1px #d1df8d, -2px 2px #d1df8d, -3px 3px #d1df8d, -4px 4px #d1df8d, -5px 5px #d1df8d, -6px 6px #d1df8d, -7px 7px #d1df8d, -8px 8px #d1df8d, -9px 9px #d1df8d, -10px 10px #d1df8d, -11px 11px #d1df8d, -12px 12px #d1df8d, -13px 13px #d1df8d, -14px 14px #d1df8d, -15px 15px #d1df8d, -16px 16px #d1df8d, -17px 17px #d1df8d, -18px 18px #d1df8d, -19px 19px #d1df8d, -20px 20px #d1df8d, -21px 21px #d1df8d, -22px 22px #d1df8d, -23px 23px #d1df8d, -24px 24px #d1df8d, -25px 25px #d1df8d, -26px 26px #d1df8d, -27px 27px #d1df8d, -28px 28px #d1df8d, -29px 29px #d1df8d, -30px 30px #d1df8d, -31px 31px #d1df8d, -32px 32px #d1df8d, -33px 33px #d1df8d, -34px 34px #d1df8d, -35px 35px #d1df8d, -36px 36px #d1df8d, -37px 37px #d1df8d, -38px 38px #d1df8d, -39px 39px #d1df8d, -40px 40px #d1df8d, -41px 41px #d1df8d, -42px 42px #d1df8d, -43px 43px #d1df8d, -44px 44px #d1df8d, -45px 45px #d1df8d, -46px 46px #d1df8d, -47px 47px #d1df8d, -48px 48px #d1df8d, -49px 49px #d1df8d, -50px 50px #d1df8d, -51px 51px #d1df8d, -52px 52px #d1df8d, -53px 53px #d1df8d, -54px 54px #d1df8d, -55px 55px #d1df8d, -56px 56px #d1df8d, -57px 57px #d1df8d, -58px 58px #d1df8d, -59px 59px #d1df8d, -60px 60px #d1df8d, -61px 61px #d1df8d, -62px 62px #d1df8d, -63px 63px #d1df8d, -64px 64px #d1df8d, -65px 65px #d1df8d, -66px 66px #d1df8d, -67px 67px #d1df8d, -68px 68px #d1df8d, -69px 69px #d1df8d, -70px 70px #d1df8d, -71px 71px #d1df8d, -72px 72px #d1df8d, -73px 73px #d1df8d, -74px 74px #d1df8d, -75px 75px #d1df8d, -76px 76px #d1df8d, -77px 77px #d1df8d, -78px 78px #d1df8d, -79px 79px #d1df8d, -80px 80px #d1df8d, -81px 81px #d1df8d, -82px 82px #d1df8d, -83px 83px #d1df8d, -84px 84px #d1df8d, -85px 85px #d1df8d; }
  .btn-longshadow-left.btn-color-2:active, .palette-primary .button-secondary.btn-longshadow-left:active, .palette-primary .woocommerce .alt.button.btn-longshadow-left:active, .btn-longshadow-left.btn-color-2.active, .palette-primary .button-secondary.btn-longshadow-left.active, .palette-primary .woocommerce .alt.button.btn-longshadow-left.active, .btn-longshadow-left.btn-color-2.is-active, .palette-primary .button-secondary.btn-longshadow-left.is-active, .palette-primary .woocommerce .alt.button.btn-longshadow-left.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow-left.btn-color-3 {
    text-shadow: 0px 0px #e58973, -1px 1px #e58973, -2px 2px #e58973, -3px 3px #e58973, -4px 4px #e58973, -5px 5px #e58973, -6px 6px #e58973, -7px 7px #e58973, -8px 8px #e58973, -9px 9px #e58973, -10px 10px #e58973, -11px 11px #e58973, -12px 12px #e58973, -13px 13px #e58973, -14px 14px #e58973, -15px 15px #e58973, -16px 16px #e58973, -17px 17px #e58973, -18px 18px #e58973, -19px 19px #e58973, -20px 20px #e58973, -21px 21px #e58973, -22px 22px #e58973, -23px 23px #e58973, -24px 24px #e58973, -25px 25px #e58973, -26px 26px #e58973, -27px 27px #e58973, -28px 28px #e58973, -29px 29px #e58973, -30px 30px #e58973, -31px 31px #e58973, -32px 32px #e58973, -33px 33px #e58973, -34px 34px #e58973, -35px 35px #e58973, -36px 36px #e58973, -37px 37px #e58973, -38px 38px #e58973, -39px 39px #e58973, -40px 40px #e58973, -41px 41px #e58973, -42px 42px #e58973, -43px 43px #e58973, -44px 44px #e58973, -45px 45px #e58973, -46px 46px #e58973, -47px 47px #e58973, -48px 48px #e58973, -49px 49px #e58973, -50px 50px #e58973, -51px 51px #e58973, -52px 52px #e58973, -53px 53px #e58973, -54px 54px #e58973, -55px 55px #e58973, -56px 56px #e58973, -57px 57px #e58973, -58px 58px #e58973, -59px 59px #e58973, -60px 60px #e58973, -61px 61px #e58973, -62px 62px #e58973, -63px 63px #e58973, -64px 64px #e58973, -65px 65px #e58973, -66px 66px #e58973, -67px 67px #e58973, -68px 68px #e58973, -69px 69px #e58973, -70px 70px #e58973, -71px 71px #e58973, -72px 72px #e58973, -73px 73px #e58973, -74px 74px #e58973, -75px 75px #e58973, -76px 76px #e58973, -77px 77px #e58973, -78px 78px #e58973, -79px 79px #e58973, -80px 80px #e58973, -81px 81px #e58973, -82px 82px #e58973, -83px 83px #e58973, -84px 84px #e58973, -85px 85px #e58973; }
  .btn-longshadow-left.btn-color-3:active, .btn-longshadow-left.btn-color-3.active, .btn-longshadow-left.btn-color-3.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow-left.btn-color-4 {
    text-shadow: 0px 0px #fe184d, -1px 1px #fe184d, -2px 2px #fe184d, -3px 3px #fe184d, -4px 4px #fe184d, -5px 5px #fe184d, -6px 6px #fe184d, -7px 7px #fe184d, -8px 8px #fe184d, -9px 9px #fe184d, -10px 10px #fe184d, -11px 11px #fe184d, -12px 12px #fe184d, -13px 13px #fe184d, -14px 14px #fe184d, -15px 15px #fe184d, -16px 16px #fe184d, -17px 17px #fe184d, -18px 18px #fe184d, -19px 19px #fe184d, -20px 20px #fe184d, -21px 21px #fe184d, -22px 22px #fe184d, -23px 23px #fe184d, -24px 24px #fe184d, -25px 25px #fe184d, -26px 26px #fe184d, -27px 27px #fe184d, -28px 28px #fe184d, -29px 29px #fe184d, -30px 30px #fe184d, -31px 31px #fe184d, -32px 32px #fe184d, -33px 33px #fe184d, -34px 34px #fe184d, -35px 35px #fe184d, -36px 36px #fe184d, -37px 37px #fe184d, -38px 38px #fe184d, -39px 39px #fe184d, -40px 40px #fe184d, -41px 41px #fe184d, -42px 42px #fe184d, -43px 43px #fe184d, -44px 44px #fe184d, -45px 45px #fe184d, -46px 46px #fe184d, -47px 47px #fe184d, -48px 48px #fe184d, -49px 49px #fe184d, -50px 50px #fe184d, -51px 51px #fe184d, -52px 52px #fe184d, -53px 53px #fe184d, -54px 54px #fe184d, -55px 55px #fe184d, -56px 56px #fe184d, -57px 57px #fe184d, -58px 58px #fe184d, -59px 59px #fe184d, -60px 60px #fe184d, -61px 61px #fe184d, -62px 62px #fe184d, -63px 63px #fe184d, -64px 64px #fe184d, -65px 65px #fe184d, -66px 66px #fe184d, -67px 67px #fe184d, -68px 68px #fe184d, -69px 69px #fe184d, -70px 70px #fe184d, -71px 71px #fe184d, -72px 72px #fe184d, -73px 73px #fe184d, -74px 74px #fe184d, -75px 75px #fe184d, -76px 76px #fe184d, -77px 77px #fe184d, -78px 78px #fe184d, -79px 79px #fe184d, -80px 80px #fe184d, -81px 81px #fe184d, -82px 82px #fe184d, -83px 83px #fe184d, -84px 84px #fe184d, -85px 85px #fe184d; }
  .btn-longshadow-left.btn-color-4:active, .btn-longshadow-left.btn-color-4.active, .btn-longshadow-left.btn-color-4.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow-left.btn-color-5 {
    text-shadow: 0px 0px #0f040c, -1px 1px #0f040c, -2px 2px #0f040c, -3px 3px #0f040c, -4px 4px #0f040c, -5px 5px #0f040c, -6px 6px #0f040c, -7px 7px #0f040c, -8px 8px #0f040c, -9px 9px #0f040c, -10px 10px #0f040c, -11px 11px #0f040c, -12px 12px #0f040c, -13px 13px #0f040c, -14px 14px #0f040c, -15px 15px #0f040c, -16px 16px #0f040c, -17px 17px #0f040c, -18px 18px #0f040c, -19px 19px #0f040c, -20px 20px #0f040c, -21px 21px #0f040c, -22px 22px #0f040c, -23px 23px #0f040c, -24px 24px #0f040c, -25px 25px #0f040c, -26px 26px #0f040c, -27px 27px #0f040c, -28px 28px #0f040c, -29px 29px #0f040c, -30px 30px #0f040c, -31px 31px #0f040c, -32px 32px #0f040c, -33px 33px #0f040c, -34px 34px #0f040c, -35px 35px #0f040c, -36px 36px #0f040c, -37px 37px #0f040c, -38px 38px #0f040c, -39px 39px #0f040c, -40px 40px #0f040c, -41px 41px #0f040c, -42px 42px #0f040c, -43px 43px #0f040c, -44px 44px #0f040c, -45px 45px #0f040c, -46px 46px #0f040c, -47px 47px #0f040c, -48px 48px #0f040c, -49px 49px #0f040c, -50px 50px #0f040c, -51px 51px #0f040c, -52px 52px #0f040c, -53px 53px #0f040c, -54px 54px #0f040c, -55px 55px #0f040c, -56px 56px #0f040c, -57px 57px #0f040c, -58px 58px #0f040c, -59px 59px #0f040c, -60px 60px #0f040c, -61px 61px #0f040c, -62px 62px #0f040c, -63px 63px #0f040c, -64px 64px #0f040c, -65px 65px #0f040c, -66px 66px #0f040c, -67px 67px #0f040c, -68px 68px #0f040c, -69px 69px #0f040c, -70px 70px #0f040c, -71px 71px #0f040c, -72px 72px #0f040c, -73px 73px #0f040c, -74px 74px #0f040c, -75px 75px #0f040c, -76px 76px #0f040c, -77px 77px #0f040c, -78px 78px #0f040c, -79px 79px #0f040c, -80px 80px #0f040c, -81px 81px #0f040c, -82px 82px #0f040c, -83px 83px #0f040c, -84px 84px #0f040c, -85px 85px #0f040c; }
  .btn-longshadow-left.btn-color-5:active, .btn-longshadow-left.btn-color-5.active, .btn-longshadow-left.btn-color-5.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow-left.btn-neutral-color {
    text-shadow: 0px 0px #101010, -1px 1px #101010, -2px 2px #101010, -3px 3px #101010, -4px 4px #101010, -5px 5px #101010, -6px 6px #101010, -7px 7px #101010, -8px 8px #101010, -9px 9px #101010, -10px 10px #101010, -11px 11px #101010, -12px 12px #101010, -13px 13px #101010, -14px 14px #101010, -15px 15px #101010, -16px 16px #101010, -17px 17px #101010, -18px 18px #101010, -19px 19px #101010, -20px 20px #101010, -21px 21px #101010, -22px 22px #101010, -23px 23px #101010, -24px 24px #101010, -25px 25px #101010, -26px 26px #101010, -27px 27px #101010, -28px 28px #101010, -29px 29px #101010, -30px 30px #101010, -31px 31px #101010, -32px 32px #101010, -33px 33px #101010, -34px 34px #101010, -35px 35px #101010, -36px 36px #101010, -37px 37px #101010, -38px 38px #101010, -39px 39px #101010, -40px 40px #101010, -41px 41px #101010, -42px 42px #101010, -43px 43px #101010, -44px 44px #101010, -45px 45px #101010, -46px 46px #101010, -47px 47px #101010, -48px 48px #101010, -49px 49px #101010, -50px 50px #101010, -51px 51px #101010, -52px 52px #101010, -53px 53px #101010, -54px 54px #101010, -55px 55px #101010, -56px 56px #101010, -57px 57px #101010, -58px 58px #101010, -59px 59px #101010, -60px 60px #101010, -61px 61px #101010, -62px 62px #101010, -63px 63px #101010, -64px 64px #101010, -65px 65px #101010, -66px 66px #101010, -67px 67px #101010, -68px 68px #101010, -69px 69px #101010, -70px 70px #101010, -71px 71px #101010, -72px 72px #101010, -73px 73px #101010, -74px 74px #101010, -75px 75px #101010, -76px 76px #101010, -77px 77px #101010, -78px 78px #101010, -79px 79px #101010, -80px 80px #101010, -81px 81px #101010, -82px 82px #101010, -83px 83px #101010, -84px 84px #101010, -85px 85px #101010; }
  .btn-longshadow-left.btn-neutral-color:active, .btn-longshadow-left.btn-neutral-color.active, .btn-longshadow-left.btn-neutral-color.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
/*
 * Button Sizes
 *
 * This file creates the various button sizes
 * (ex. .button-large, .button-small, etc.)
 */
.btn-giant {
  font-size: 1.75em;
  height: 70px;
  line-height: 70px;
  padding: 0 70px; }

.btn-jumbo {
  font-size: 1.5em;
  height: 60px;
  line-height: 60px;
  padding: 0 60px; }

.btn-large {
  font-size: 1.25em;
  height: 50px;
  line-height: 50px;
  padding: 0 50px; }

.btn-normal {
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  padding: 0 40px; }

.btn-small {
  font-size: 0.75em;
  height: 30px;
  line-height: 30px;
  padding: 0 30px; }

.btn-tiny {
  font-size: 0.6em;
  height: 24px;
  line-height: 24px;
  padding: 0 24px; }
