/*--------------------------------------------------------------
 # 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: #fff;
  background-color: #d33;
  border-color: #d33;
  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: #fff; }
  .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: #df4040;
    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: #d13f3f;
    border-color: #b51e1e;
    color: #bd2020;
    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: #d33;
  border-color: #d33;
  color: #fff; }
  .btn-color-1:visited, .palette-primary .button-primary:visited, .palette-primary .woocommerce .button:visited, .btn-color-1-flat:visited {
    color: #fff; }
  .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: #e45f5f;
    border-color: #e45f5f;
    color: #fff; }
  .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: #d13f3f;
    border-color: #d13f3f;
    color: #bd2020; }

.btn-color-2, .palette-primary .button-secondary, .palette-primary .woocommerce .alt.button, .btn-color-2-flat {
  background-color: #22252c;
  border-color: #22252c;
  color: #fff; }
  .btn-color-2:visited, .palette-primary .button-secondary:visited, .palette-primary .woocommerce .alt.button:visited, .btn-color-2-flat:visited {
    color: #fff; }
  .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: #383d49;
    border-color: #383d49;
    color: #fff; }
  .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: #262728;
    border-color: #262728;
    color: #0c0d0f; }

.btn-color-3, .btn-color-3-flat {
  background-color: #22252c;
  border-color: #22252c;
  color: #fff; }
  .btn-color-3:visited, .btn-color-3-flat:visited {
    color: #fff; }
  .btn-color-3:hover, .btn-color-3-flat:hover, .btn-color-3:focus, .btn-color-3-flat:focus {
    background-color: #383d49;
    border-color: #383d49;
    color: #fff; }
  .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: #262728;
    border-color: #262728;
    color: #0c0d0f; }

.btn-color-4, .btn-color-4-flat {
  background-color: #d82d2d;
  border-color: #d82d2d;
  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: #e05858;
    border-color: #e05858;
    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: #cc3939;
    border-color: #cc3939;
    color: #b12121; }

.btn-color-5, .btn-color-5-flat {
  background-color: #fff;
  border-color: #fff;
  color: #2a2a2a; }
  .btn-color-5:visited, .btn-color-5-flat:visited {
    color: #2a2a2a; }
  .btn-color-5:hover, .btn-color-5-flat:hover, .btn-color-5:focus, .btn-color-5-flat:focus {
    background-color: #fff;
    border-color: #fff;
    color: #2a2a2a; }
  .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: #fff;
    border-color: #fff;
    color: #e6e6e6; }

.btn-neutral-color, .btn-neutral-color-flat {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #2a2a2a; }
  .btn-neutral-color:visited, .btn-neutral-color-flat:visited {
    color: #2a2a2a; }
  .btn-neutral-color:hover, .btn-neutral-color-flat:hover, .btn-neutral-color:focus, .btn-neutral-color-flat:focus {
    background-color: #fff;
    border-color: #fff;
    color: #2a2a2a; }
  .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: #e8e8e8;
    border-color: #e8e8e8;
    color: #cfcfcf; }
/*
 * 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, .palette-primary .button-primary, .palette-primary .woocommerce .button, .palette-primary .button-secondary, .palette-primary .woocommerce .alt.button {
  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(228, 95, 95, 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: #d33; }
    .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(228, 95, 95, 0.9);
      color: rgba(255, 255, 255, 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(209, 63, 63, 0.7);
      color: rgba(255, 255, 255, 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: #22252c; }
    .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(56, 61, 73, 0.9);
      color: rgba(255, 255, 255, 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(38, 39, 40, 0.7);
      color: rgba(255, 255, 255, 0.5);
      opacity: 0.3; }
  .btn-border.btn-color-3, .btn-border-thin.btn-color-3, .btn-border-thick.btn-color-3 {
    color: #22252c; }
    .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(56, 61, 73, 0.9);
      color: rgba(255, 255, 255, 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(38, 39, 40, 0.7);
      color: rgba(255, 255, 255, 0.5);
      opacity: 0.3; }
  .btn-border.btn-color-4, .btn-border-thin.btn-color-4, .btn-border-thick.btn-color-4 {
    color: #d82d2d; }
    .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(224, 88, 88, 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(204, 57, 57, 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: #fff; }
    .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(255, 255, 255, 0.9);
      color: rgba(42, 42, 42, 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(255, 255, 255, 0.7);
      color: rgba(42, 42, 42, 0.5);
      opacity: 0.3; }
  .btn-border.btn-neutral-color, .btn-border-thin.btn-neutral-color, .btn-border-thick.btn-neutral-color {
    color: #e8e8e8; }
    .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(255, 255, 255, 0.9);
      color: rgba(42, 42, 42, 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(232, 232, 232, 0.7);
      color: rgba(42, 42, 42, 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: #d33;
  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: #d33; }
  .btn-borderless.btn-color-2, .palette-primary .button-secondary.btn-borderless, .palette-primary .woocommerce .alt.button.btn-borderless {
    color: #22252c; }
  .btn-borderless.btn-color-3 {
    color: #22252c; }
  .btn-borderless.btn-color-4 {
    color: #d82d2d; }
  .btn-borderless.btn-color-5 {
    color: #fff; }
  .btn-borderless.btn-neutral-color {
    color: #e8e8e8; }
  .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: #d32323;
  border-style: solid;
  border-width: 1px;
  line-height: 38px;
  background: linear-gradient(#df4040, #d32323);
  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(#e35656, #cb2222); }

.btn-raised:active, .btn-raised.active, .btn-raised.is-active {
  background: #d13f3f;
  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: #d32323;
  background: linear-gradient(#e14949, #d32323); }
  .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(#e35656, #cb2222); }
  .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: #bd2020;
    background: #d13f3f; }
  .btn-raised.btn-color-2, .palette-primary .button-secondary.btn-raised, .palette-primary .woocommerce .alt.button.btn-raised {
    border-color: #17191e;
    background: linear-gradient(#2d313a, #17191e); }
  .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(#343843, #121418); }
  .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: #0c0d0f;
    background: #262728; }
  .btn-raised.btn-color-3 {
    border-color: #17191e;
    background: linear-gradient(#2d313a, #17191e); }
  .btn-raised.btn-color-3:hover, .btn-raised.btn-color-3:focus {
    background: linear-gradient(#343843, #121418); }
  .btn-raised.btn-color-3:active, .btn-raised.btn-color-3.active, .btn-raised.btn-color-3.is-active {
    border-color: #0c0d0f;
    background: #262728; }
  .btn-raised.btn-color-4 {
    border-color: #c72525;
    background: linear-gradient(#dc4343, #c72525); }
  .btn-raised.btn-color-4:hover, .btn-raised.btn-color-4:focus {
    background: linear-gradient(#de4f4f, #be2323); }
  .btn-raised.btn-color-4:active, .btn-raised.btn-color-4.active, .btn-raised.btn-color-4.is-active {
    border-color: #b12121;
    background: #cc3939; }
  .btn-raised.btn-color-5 {
    border-color: #f2f2f2;
    background: linear-gradient(#fff, #f2f2f2); }
  .btn-raised.btn-color-5:hover, .btn-raised.btn-color-5:focus {
    background: linear-gradient(#fff, #ededed); }
  .btn-raised.btn-color-5:active, .btn-raised.btn-color-5.active, .btn-raised.btn-color-5.is-active {
    border-color: #e6e6e6;
    background: #fff; }
  .btn-raised.btn-neutral-color {
    border-color: #dbdbdb;
    background: linear-gradient(#f5f5f5, #dbdbdb); }
  .btn-raised.btn-neutral-color:hover, .btn-raised.btn-neutral-color:focus {
    background: linear-gradient(#fcfcfc, #d6d6d6); }
  .btn-raised.btn-neutral-color:active, .btn-raised.btn-neutral-color.active, .btn-raised.btn-neutral-color.is-active {
    border-color: #cfcfcf;
    background: #e8e8e8; }
/*
 * 3D Buttons
 *
 * These buttons have a heavy three dimensional
 * style that mimics the visual appearance of a
 * real life button.
 */
.btn-3d, .palette-primary .button-primary, .palette-primary .woocommerce .button, .palette-primary .button-secondary, .palette-primary .woocommerce .alt.button {
  position: relative;
  top: 0;
  box-shadow: 0 7px 0 #921818, 0 8px 3px rgba(0, 0, 0, 0.2); }

.btn-3d:hover, .palette-primary .button-primary:hover, .palette-primary .woocommerce .button:hover, .palette-primary .button-secondary:hover, .palette-primary .woocommerce .alt.button:hover, .btn-3d:focus, .palette-primary .button-primary:focus, .palette-primary .woocommerce .button:focus, .palette-primary .button-secondary:focus, .palette-primary .woocommerce .alt.button:focus {
  box-shadow: 0 7px 0 #921818, 0 8px 3px rgba(0, 0, 0, 0.2); }

.btn-3d:active, .palette-primary .button-primary:active, .palette-primary .woocommerce .button:active, .palette-primary .button-secondary:active, .palette-primary .woocommerce .alt.button:active, .btn-3d.active, .palette-primary .button-primary.active, .palette-primary .woocommerce .button.active, .palette-primary .button-secondary.active, .palette-primary .woocommerce .alt.button.active, .btn-3d.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 {
  top: 5px;
  transition-property: all;
  transition-duration: 0.15s;
  box-shadow: 0 2px 0 #921818, 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-color-1, .palette-primary .palette-primary .button-primary, .palette-primary .palette-primary .woocommerce .button.button-primary, .palette-primary .woocommerce .palette-primary .button.button-primary, .palette-primary .woocommerce .button.btn-color-1, .palette-primary .woocommerce .palette-primary .button-primary.button, .palette-primary .palette-primary .woocommerce .button-primary.button, .palette-primary .woocommerce .palette-primary .woocommerce .button, .palette-primary .button-secondary.btn-color-1, .palette-primary .palette-primary .button-primary.button-secondary, .palette-primary .palette-primary .woocommerce .button.button-secondary, .palette-primary .woocommerce .palette-primary .button.button-secondary, .palette-primary .woocommerce .alt.button.btn-color-1, .palette-primary .woocommerce .palette-primary .button-primary.alt.button, .palette-primary .palette-primary .woocommerce .button-primary.alt.button, .palette-primary .woocommerce .palette-primary .woocommerce .button.alt.button, .palette-primary .button-primary.btn-3d, .palette-primary .palette-primary .button-secondary.button-primary, .palette-primary .palette-primary .woocommerce .alt.button.button-primary, .palette-primary .woocommerce .palette-primary .alt.button.button-primary, .palette-primary .woocommerce .button.btn-3d, .palette-primary .woocommerce .palette-primary .button-secondary.button, .palette-primary .palette-primary .woocommerce .button-secondary.button, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button {
  box-shadow: 0 7px 0 #bd2020, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-1:hover, .palette-primary .button-primary.btn-color-1:hover, .palette-primary .palette-primary .button-primary.button-primary:hover, .palette-primary .palette-primary .woocommerce .button.button-primary:hover, .palette-primary .woocommerce .palette-primary .button.button-primary:hover, .palette-primary .woocommerce .button.btn-color-1:hover, .palette-primary .woocommerce .palette-primary .button-primary.button:hover, .palette-primary .palette-primary .woocommerce .button-primary.button:hover, .palette-primary .woocommerce .palette-primary .woocommerce .button.button:hover, .palette-primary .button-secondary.btn-color-1:hover, .palette-primary .palette-primary .button-primary.button-secondary:hover, .palette-primary .palette-primary .woocommerce .button.button-secondary:hover, .palette-primary .woocommerce .palette-primary .button.button-secondary:hover, .palette-primary .woocommerce .alt.button.btn-color-1:hover, .palette-primary .woocommerce .palette-primary .button-primary.alt.button:hover, .palette-primary .palette-primary .woocommerce .button-primary.alt.button:hover, .palette-primary .woocommerce .palette-primary .woocommerce .button.alt.button:hover, .palette-primary .button-primary.btn-3d:hover, .palette-primary .palette-primary .button-secondary.button-primary:hover, .palette-primary .palette-primary .woocommerce .alt.button.button-primary:hover, .palette-primary .woocommerce .palette-primary .alt.button.button-primary:hover, .palette-primary .woocommerce .button.btn-3d:hover, .palette-primary .woocommerce .palette-primary .button-secondary.button:hover, .palette-primary .palette-primary .woocommerce .button-secondary.button:hover, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.button:hover, .btn-3d.btn-color-1:focus, .palette-primary .button-primary.btn-color-1:focus, .palette-primary .palette-primary .button-primary.button-primary:focus, .palette-primary .palette-primary .woocommerce .button.button-primary:focus, .palette-primary .woocommerce .palette-primary .button.button-primary:focus, .palette-primary .woocommerce .button.btn-color-1:focus, .palette-primary .woocommerce .palette-primary .button-primary.button:focus, .palette-primary .palette-primary .woocommerce .button-primary.button:focus, .palette-primary .woocommerce .palette-primary .woocommerce .button.button:focus, .palette-primary .button-secondary.btn-color-1:focus, .palette-primary .palette-primary .button-primary.button-secondary:focus, .palette-primary .palette-primary .woocommerce .button.button-secondary:focus, .palette-primary .woocommerce .palette-primary .button.button-secondary:focus, .palette-primary .woocommerce .alt.button.btn-color-1:focus, .palette-primary .woocommerce .palette-primary .button-primary.alt.button:focus, .palette-primary .palette-primary .woocommerce .button-primary.alt.button:focus, .palette-primary .woocommerce .palette-primary .woocommerce .button.alt.button:focus, .palette-primary .button-primary.btn-3d:focus, .palette-primary .palette-primary .button-secondary.button-primary:focus, .palette-primary .palette-primary .woocommerce .alt.button.button-primary:focus, .palette-primary .woocommerce .palette-primary .alt.button.button-primary:focus, .palette-primary .woocommerce .button.btn-3d:focus, .palette-primary .woocommerce .palette-primary .button-secondary.button:focus, .palette-primary .palette-primary .woocommerce .button-secondary.button:focus, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.button:focus {
    box-shadow: 0 7px 0 #b51e1e, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-1:active, .palette-primary .button-primary.btn-color-1:active, .palette-primary .palette-primary .button-primary.button-primary:active, .palette-primary .palette-primary .woocommerce .button.button-primary:active, .palette-primary .woocommerce .palette-primary .button.button-primary:active, .palette-primary .woocommerce .button.btn-color-1:active, .palette-primary .woocommerce .palette-primary .button-primary.button:active, .palette-primary .palette-primary .woocommerce .button-primary.button:active, .palette-primary .woocommerce .palette-primary .woocommerce .button.button:active, .palette-primary .button-secondary.btn-color-1:active, .palette-primary .palette-primary .button-primary.button-secondary:active, .palette-primary .palette-primary .woocommerce .button.button-secondary:active, .palette-primary .woocommerce .palette-primary .button.button-secondary:active, .palette-primary .woocommerce .alt.button.btn-color-1:active, .palette-primary .woocommerce .palette-primary .button-primary.alt.button:active, .palette-primary .palette-primary .woocommerce .button-primary.alt.button:active, .palette-primary .woocommerce .palette-primary .woocommerce .button.alt.button:active, .palette-primary .button-primary.btn-3d:active, .palette-primary .palette-primary .button-secondary.button-primary:active, .palette-primary .palette-primary .woocommerce .alt.button.button-primary:active, .palette-primary .woocommerce .palette-primary .alt.button.button-primary:active, .palette-primary .woocommerce .button.btn-3d:active, .palette-primary .woocommerce .palette-primary .button-secondary.button:active, .palette-primary .palette-primary .woocommerce .button-secondary.button:active, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.button:active, .btn-3d.btn-color-1.active, .palette-primary .button-primary.btn-color-1.active, .palette-primary .palette-primary .button-primary.button-primary.active, .palette-primary .palette-primary .woocommerce .button.button-primary.active, .palette-primary .woocommerce .palette-primary .button.button-primary.active, .palette-primary .woocommerce .button.btn-color-1.active, .palette-primary .woocommerce .palette-primary .button-primary.button.active, .palette-primary .palette-primary .woocommerce .button-primary.button.active, .palette-primary .woocommerce .palette-primary .woocommerce .button.button.active, .palette-primary .button-secondary.btn-color-1.active, .palette-primary .palette-primary .button-primary.button-secondary.active, .palette-primary .palette-primary .woocommerce .button.button-secondary.active, .palette-primary .woocommerce .palette-primary .button.button-secondary.active, .palette-primary .woocommerce .alt.button.btn-color-1.active, .palette-primary .woocommerce .palette-primary .button-primary.alt.button.active, .palette-primary .palette-primary .woocommerce .button-primary.alt.button.active, .palette-primary .woocommerce .palette-primary .woocommerce .button.alt.button.active, .palette-primary .button-primary.btn-3d.active, .palette-primary .palette-primary .button-secondary.button-primary.active, .palette-primary .palette-primary .woocommerce .alt.button.button-primary.active, .palette-primary .woocommerce .palette-primary .alt.button.button-primary.active, .palette-primary .woocommerce .button.btn-3d.active, .palette-primary .woocommerce .palette-primary .button-secondary.button.active, .palette-primary .palette-primary .woocommerce .button-secondary.button.active, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.button.active, .btn-3d.btn-color-1.is-active, .palette-primary .button-primary.btn-color-1.is-active, .palette-primary .palette-primary .button-primary.button-primary.is-active, .palette-primary .palette-primary .woocommerce .button.button-primary.is-active, .palette-primary .woocommerce .palette-primary .button.button-primary.is-active, .palette-primary .woocommerce .button.btn-color-1.is-active, .palette-primary .woocommerce .palette-primary .button-primary.button.is-active, .palette-primary .palette-primary .woocommerce .button-primary.button.is-active, .palette-primary .woocommerce .palette-primary .woocommerce .button.button.is-active, .palette-primary .button-secondary.btn-color-1.is-active, .palette-primary .palette-primary .button-primary.button-secondary.is-active, .palette-primary .palette-primary .woocommerce .button.button-secondary.is-active, .palette-primary .woocommerce .palette-primary .button.button-secondary.is-active, .palette-primary .woocommerce .alt.button.btn-color-1.is-active, .palette-primary .woocommerce .palette-primary .button-primary.alt.button.is-active, .palette-primary .palette-primary .woocommerce .button-primary.alt.button.is-active, .palette-primary .woocommerce .palette-primary .woocommerce .button.alt.button.is-active, .palette-primary .button-primary.btn-3d.is-active, .palette-primary .palette-primary .button-secondary.button-primary.is-active, .palette-primary .palette-primary .woocommerce .alt.button.button-primary.is-active, .palette-primary .woocommerce .palette-primary .alt.button.button-primary.is-active, .palette-primary .woocommerce .button.btn-3d.is-active, .palette-primary .woocommerce .palette-primary .button-secondary.button.is-active, .palette-primary .palette-primary .woocommerce .button-secondary.button.is-active, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.button.is-active {
    box-shadow: 0 2px 0 #921818, 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-3d.btn-color-2, .palette-primary .button-primary.btn-color-2, .palette-primary .palette-primary .button-secondary.button-primary, .palette-primary .palette-primary .woocommerce .alt.button.button-primary, .palette-primary .woocommerce .palette-primary .alt.button.button-primary, .palette-primary .woocommerce .button.btn-color-2, .palette-primary .woocommerce .palette-primary .button-secondary.button, .palette-primary .palette-primary .woocommerce .button-secondary.button, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button, .palette-primary .button-secondary.btn-color-2, .palette-primary .palette-primary .button-secondary, .palette-primary .palette-primary .woocommerce .alt.button.button-secondary, .palette-primary .woocommerce .palette-primary .alt.button.button-secondary, .palette-primary .woocommerce .alt.button.btn-color-2, .palette-primary .woocommerce .palette-primary .button-secondary.alt.button, .palette-primary .palette-primary .woocommerce .button-secondary.alt.button, .palette-primary .button-secondary.btn-3d, .palette-primary .palette-primary .button-primary.button-secondary, .palette-primary .palette-primary .woocommerce .button.button-secondary, .palette-primary .woocommerce .palette-primary .button.button-secondary, .palette-primary .woocommerce .alt.button.btn-3d, .palette-primary .woocommerce .palette-primary .button-primary.alt.button, .palette-primary .palette-primary .woocommerce .button-primary.alt.button, .palette-primary .woocommerce .palette-primary .woocommerce .button.alt.button {
    box-shadow: 0 7px 0 #0c0d0f, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-2:hover, .palette-primary .button-primary.btn-color-2:hover, .palette-primary .palette-primary .button-secondary.button-primary:hover, .palette-primary .palette-primary .woocommerce .alt.button.button-primary:hover, .palette-primary .woocommerce .palette-primary .alt.button.button-primary:hover, .palette-primary .woocommerce .button.btn-color-2:hover, .palette-primary .woocommerce .palette-primary .button-secondary.button:hover, .palette-primary .palette-primary .woocommerce .button-secondary.button:hover, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.button:hover, .palette-primary .button-secondary.btn-color-2:hover, .palette-primary .palette-primary .button-secondary.button-secondary:hover, .palette-primary .palette-primary .woocommerce .alt.button.button-secondary:hover, .palette-primary .woocommerce .palette-primary .alt.button.button-secondary:hover, .palette-primary .woocommerce .alt.button.btn-color-2:hover, .palette-primary .woocommerce .palette-primary .button-secondary.alt.button:hover, .palette-primary .palette-primary .woocommerce .button-secondary.alt.button:hover, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.alt.button:hover, .palette-primary .button-secondary.btn-3d:hover, .palette-primary .palette-primary .button-primary.button-secondary:hover, .palette-primary .palette-primary .woocommerce .button.button-secondary:hover, .palette-primary .woocommerce .palette-primary .button.button-secondary:hover, .palette-primary .woocommerce .alt.button.btn-3d:hover, .palette-primary .woocommerce .palette-primary .button-primary.alt.button:hover, .palette-primary .palette-primary .woocommerce .button-primary.alt.button:hover, .palette-primary .woocommerce .palette-primary .woocommerce .button.alt.button:hover, .btn-3d.btn-color-2:focus, .palette-primary .button-primary.btn-color-2:focus, .palette-primary .palette-primary .button-secondary.button-primary:focus, .palette-primary .palette-primary .woocommerce .alt.button.button-primary:focus, .palette-primary .woocommerce .palette-primary .alt.button.button-primary:focus, .palette-primary .woocommerce .button.btn-color-2:focus, .palette-primary .woocommerce .palette-primary .button-secondary.button:focus, .palette-primary .palette-primary .woocommerce .button-secondary.button:focus, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.button:focus, .palette-primary .button-secondary.btn-color-2:focus, .palette-primary .palette-primary .button-secondary.button-secondary:focus, .palette-primary .palette-primary .woocommerce .alt.button.button-secondary:focus, .palette-primary .woocommerce .palette-primary .alt.button.button-secondary:focus, .palette-primary .woocommerce .alt.button.btn-color-2:focus, .palette-primary .woocommerce .palette-primary .button-secondary.alt.button:focus, .palette-primary .palette-primary .woocommerce .button-secondary.alt.button:focus, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.alt.button:focus, .palette-primary .button-secondary.btn-3d:focus, .palette-primary .palette-primary .button-primary.button-secondary:focus, .palette-primary .palette-primary .woocommerce .button.button-secondary:focus, .palette-primary .woocommerce .palette-primary .button.button-secondary:focus, .palette-primary .woocommerce .alt.button.btn-3d:focus, .palette-primary .woocommerce .palette-primary .button-primary.alt.button:focus, .palette-primary .palette-primary .woocommerce .button-primary.alt.button:focus, .palette-primary .woocommerce .palette-primary .woocommerce .button.alt.button:focus {
    box-shadow: 0 7px 0 #070809, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-2:active, .palette-primary .button-primary.btn-color-2:active, .palette-primary .palette-primary .button-secondary.button-primary:active, .palette-primary .palette-primary .woocommerce .alt.button.button-primary:active, .palette-primary .woocommerce .palette-primary .alt.button.button-primary:active, .palette-primary .woocommerce .button.btn-color-2:active, .palette-primary .woocommerce .palette-primary .button-secondary.button:active, .palette-primary .palette-primary .woocommerce .button-secondary.button:active, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.button:active, .palette-primary .button-secondary.btn-color-2:active, .palette-primary .palette-primary .button-secondary.button-secondary:active, .palette-primary .palette-primary .woocommerce .alt.button.button-secondary:active, .palette-primary .woocommerce .palette-primary .alt.button.button-secondary:active, .palette-primary .woocommerce .alt.button.btn-color-2:active, .palette-primary .woocommerce .palette-primary .button-secondary.alt.button:active, .palette-primary .palette-primary .woocommerce .button-secondary.alt.button:active, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.alt.button:active, .palette-primary .button-secondary.btn-3d:active, .palette-primary .palette-primary .button-primary.button-secondary:active, .palette-primary .palette-primary .woocommerce .button.button-secondary:active, .palette-primary .woocommerce .palette-primary .button.button-secondary:active, .palette-primary .woocommerce .alt.button.btn-3d:active, .palette-primary .woocommerce .palette-primary .button-primary.alt.button:active, .palette-primary .palette-primary .woocommerce .button-primary.alt.button:active, .palette-primary .woocommerce .palette-primary .woocommerce .button.alt.button:active, .btn-3d.btn-color-2.active, .palette-primary .button-primary.btn-color-2.active, .palette-primary .palette-primary .button-secondary.button-primary.active, .palette-primary .palette-primary .woocommerce .alt.button.button-primary.active, .palette-primary .woocommerce .palette-primary .alt.button.button-primary.active, .palette-primary .woocommerce .button.btn-color-2.active, .palette-primary .woocommerce .palette-primary .button-secondary.button.active, .palette-primary .palette-primary .woocommerce .button-secondary.button.active, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.button.active, .palette-primary .button-secondary.btn-color-2.active, .palette-primary .palette-primary .button-secondary.button-secondary.active, .palette-primary .palette-primary .woocommerce .alt.button.button-secondary.active, .palette-primary .woocommerce .palette-primary .alt.button.button-secondary.active, .palette-primary .woocommerce .alt.button.btn-color-2.active, .palette-primary .woocommerce .palette-primary .button-secondary.alt.button.active, .palette-primary .palette-primary .woocommerce .button-secondary.alt.button.active, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.alt.button.active, .palette-primary .button-secondary.btn-3d.active, .palette-primary .palette-primary .button-primary.button-secondary.active, .palette-primary .palette-primary .woocommerce .button.button-secondary.active, .palette-primary .woocommerce .palette-primary .button.button-secondary.active, .palette-primary .woocommerce .alt.button.btn-3d.active, .palette-primary .woocommerce .palette-primary .button-primary.alt.button.active, .palette-primary .palette-primary .woocommerce .button-primary.alt.button.active, .palette-primary .woocommerce .palette-primary .woocommerce .button.alt.button.active, .btn-3d.btn-color-2.is-active, .palette-primary .button-primary.btn-color-2.is-active, .palette-primary .palette-primary .button-secondary.button-primary.is-active, .palette-primary .palette-primary .woocommerce .alt.button.button-primary.is-active, .palette-primary .woocommerce .palette-primary .alt.button.button-primary.is-active, .palette-primary .woocommerce .button.btn-color-2.is-active, .palette-primary .woocommerce .palette-primary .button-secondary.button.is-active, .palette-primary .palette-primary .woocommerce .button-secondary.button.is-active, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.button.is-active, .palette-primary .button-secondary.btn-color-2.is-active, .palette-primary .palette-primary .button-secondary.button-secondary.is-active, .palette-primary .palette-primary .woocommerce .alt.button.button-secondary.is-active, .palette-primary .woocommerce .palette-primary .alt.button.button-secondary.is-active, .palette-primary .woocommerce .alt.button.btn-color-2.is-active, .palette-primary .woocommerce .palette-primary .button-secondary.alt.button.is-active, .palette-primary .palette-primary .woocommerce .button-secondary.alt.button.is-active, .palette-primary .woocommerce .palette-primary .woocommerce .alt.button.alt.button.is-active, .palette-primary .button-secondary.btn-3d.is-active, .palette-primary .palette-primary .button-primary.button-secondary.is-active, .palette-primary .palette-primary .woocommerce .button.button-secondary.is-active, .palette-primary .woocommerce .palette-primary .button.button-secondary.is-active, .palette-primary .woocommerce .alt.button.btn-3d.is-active, .palette-primary .woocommerce .palette-primary .button-primary.alt.button.is-active, .palette-primary .palette-primary .woocommerce .button-primary.alt.button.is-active, .palette-primary .woocommerce .palette-primary .woocommerce .button.alt.button.is-active {
    box-shadow: 0 2px 0 #000, 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-3d.btn-color-3, .palette-primary .button-primary.btn-color-3, .palette-primary .woocommerce .button.btn-color-3, .palette-primary .button-secondary.btn-color-3, .palette-primary .woocommerce .alt.button.btn-color-3 {
    box-shadow: 0 7px 0 #0c0d0f, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-3:hover, .palette-primary .button-primary.btn-color-3:hover, .palette-primary .woocommerce .button.btn-color-3:hover, .palette-primary .button-secondary.btn-color-3:hover, .palette-primary .woocommerce .alt.button.btn-color-3:hover, .btn-3d.btn-color-3:focus, .palette-primary .button-primary.btn-color-3:focus, .palette-primary .woocommerce .button.btn-color-3:focus, .palette-primary .button-secondary.btn-color-3:focus, .palette-primary .woocommerce .alt.button.btn-color-3:focus {
    box-shadow: 0 7px 0 #070809, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-3:active, .palette-primary .button-primary.btn-color-3:active, .palette-primary .woocommerce .button.btn-color-3:active, .palette-primary .button-secondary.btn-color-3:active, .palette-primary .woocommerce .alt.button.btn-color-3:active, .btn-3d.btn-color-3.active, .palette-primary .button-primary.btn-color-3.active, .palette-primary .woocommerce .button.btn-color-3.active, .palette-primary .button-secondary.btn-color-3.active, .palette-primary .woocommerce .alt.button.btn-color-3.active, .btn-3d.btn-color-3.is-active, .palette-primary .button-primary.btn-color-3.is-active, .palette-primary .woocommerce .button.btn-color-3.is-active, .palette-primary .button-secondary.btn-color-3.is-active, .palette-primary .woocommerce .alt.button.btn-color-3.is-active {
    box-shadow: 0 2px 0 #000, 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-3d.btn-color-4, .palette-primary .button-primary.btn-color-4, .palette-primary .woocommerce .button.btn-color-4, .palette-primary .button-secondary.btn-color-4, .palette-primary .woocommerce .alt.button.btn-color-4 {
    box-shadow: 0 7px 0 #b12121, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-4:hover, .palette-primary .button-primary.btn-color-4:hover, .palette-primary .woocommerce .button.btn-color-4:hover, .palette-primary .button-secondary.btn-color-4:hover, .palette-primary .woocommerce .alt.button.btn-color-4:hover, .btn-3d.btn-color-4:focus, .palette-primary .button-primary.btn-color-4:focus, .palette-primary .woocommerce .button.btn-color-4:focus, .palette-primary .button-secondary.btn-color-4:focus, .palette-primary .woocommerce .alt.button.btn-color-4:focus {
    box-shadow: 0 7px 0 #a91f1f, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-4:active, .palette-primary .button-primary.btn-color-4:active, .palette-primary .woocommerce .button.btn-color-4:active, .palette-primary .button-secondary.btn-color-4:active, .palette-primary .woocommerce .alt.button.btn-color-4:active, .btn-3d.btn-color-4.active, .palette-primary .button-primary.btn-color-4.active, .palette-primary .woocommerce .button.btn-color-4.active, .palette-primary .button-secondary.btn-color-4.active, .palette-primary .woocommerce .alt.button.btn-color-4.active, .btn-3d.btn-color-4.is-active, .palette-primary .button-primary.btn-color-4.is-active, .palette-primary .woocommerce .button.btn-color-4.is-active, .palette-primary .button-secondary.btn-color-4.is-active, .palette-primary .woocommerce .alt.button.btn-color-4.is-active {
    box-shadow: 0 2px 0 #861919, 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-3d.btn-color-5, .palette-primary .button-primary.btn-color-5, .palette-primary .woocommerce .button.btn-color-5, .palette-primary .button-secondary.btn-color-5, .palette-primary .woocommerce .alt.button.btn-color-5 {
    box-shadow: 0 7px 0 #e6e6e6, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-5:hover, .palette-primary .button-primary.btn-color-5:hover, .palette-primary .woocommerce .button.btn-color-5:hover, .palette-primary .button-secondary.btn-color-5:hover, .palette-primary .woocommerce .alt.button.btn-color-5:hover, .btn-3d.btn-color-5:focus, .palette-primary .button-primary.btn-color-5:focus, .palette-primary .woocommerce .button.btn-color-5:focus, .palette-primary .button-secondary.btn-color-5:focus, .palette-primary .woocommerce .alt.button.btn-color-5:focus {
    box-shadow: 0 7px 0 #e0e0e0, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-5:active, .palette-primary .button-primary.btn-color-5:active, .palette-primary .woocommerce .button.btn-color-5:active, .palette-primary .button-secondary.btn-color-5:active, .palette-primary .woocommerce .alt.button.btn-color-5:active, .btn-3d.btn-color-5.active, .palette-primary .button-primary.btn-color-5.active, .palette-primary .woocommerce .button.btn-color-5.active, .palette-primary .button-secondary.btn-color-5.active, .palette-primary .woocommerce .alt.button.btn-color-5.active, .btn-3d.btn-color-5.is-active, .palette-primary .button-primary.btn-color-5.is-active, .palette-primary .woocommerce .button.btn-color-5.is-active, .palette-primary .button-secondary.btn-color-5.is-active, .palette-primary .woocommerce .alt.button.btn-color-5.is-active {
    box-shadow: 0 2px 0 #ccc, 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-3d.btn-neutral-color, .palette-primary .button-primary.btn-neutral-color, .palette-primary .woocommerce .button.btn-neutral-color, .palette-primary .button-secondary.btn-neutral-color, .palette-primary .woocommerce .alt.button.btn-neutral-color {
    box-shadow: 0 7px 0 #cfcfcf, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-neutral-color:hover, .palette-primary .button-primary.btn-neutral-color:hover, .palette-primary .woocommerce .button.btn-neutral-color:hover, .palette-primary .button-secondary.btn-neutral-color:hover, .palette-primary .woocommerce .alt.button.btn-neutral-color:hover, .btn-3d.btn-neutral-color:focus, .palette-primary .button-primary.btn-neutral-color:focus, .palette-primary .woocommerce .button.btn-neutral-color:focus, .palette-primary .button-secondary.btn-neutral-color:focus, .palette-primary .woocommerce .alt.button.btn-neutral-color:focus {
    box-shadow: 0 7px 0 #c9c9c9, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-neutral-color:active, .palette-primary .button-primary.btn-neutral-color:active, .palette-primary .woocommerce .button.btn-neutral-color:active, .palette-primary .button-secondary.btn-neutral-color:active, .palette-primary .woocommerce .alt.button.btn-neutral-color:active, .btn-3d.btn-neutral-color.active, .palette-primary .button-primary.btn-neutral-color.active, .palette-primary .woocommerce .button.btn-neutral-color.active, .palette-primary .button-secondary.btn-neutral-color.active, .palette-primary .woocommerce .alt.button.btn-neutral-color.active, .btn-3d.btn-neutral-color.is-active, .palette-primary .button-primary.btn-neutral-color.is-active, .palette-primary .woocommerce .button.btn-neutral-color.is-active, .palette-primary .button-secondary.btn-neutral-color.is-active, .palette-primary .woocommerce .alt.button.btn-neutral-color.is-active {
    box-shadow: 0 2px 0 #b5b5b5, 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(221, 51, 51, 0.3); }
    50% {
      box-shadow: 0 0 20px rgba(221, 51, 51, 0.8); }
    to {
      box-shadow: 0 0 0 rgba(221, 51, 51, 0.3); } }

/*
 * Glowing Keyframes for various colors
 *
 */

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

/*
 * Glowing Keyframes for various colors
 *
 */

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

/*
 * Glowing Keyframes for various colors
 *
 */

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

/*
 * Glowing Keyframes for various colors
 *
 */

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

/*
 * Glowing Keyframes for various colors
 *
 */

@keyframes glowing-neutral-color {
    from {
      box-shadow: 0 0 0 rgba(232, 232, 232, 0.3); }
    50% {
      box-shadow: 0 0 20px rgba(232, 232, 232, 0.8); }
    to {
      box-shadow: 0 0 0 rgba(232, 232, 232, 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(228, 95, 95, 0.95);
  border-style: solid;
  border-width: 1px;
  border-color: #bd2020;
  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: #fff;
  text-decoration: none; }
  .btn-dropdown-list > li > a:hover {
    color: #f7f7f7;
    background: #df4040;
    text-decoration: none; }

.btn-dropdown-divider {
  border-top: 1px solid #db2626; }
/*
 * Dropdown Colors
 *
 * Create colors for buttons
 * (.button-primary, .button-secondary, etc.)
 */
.btn-dropdown.btn-dropdown-color-1 .btn-dropdown-list {
  background: rgba(221, 51, 51, 0.95);
  border-color: #bd2020; }
  .btn-dropdown.btn-dropdown-color-1 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #cb2222; }
  .btn-dropdown.btn-dropdown-color-1 .btn-dropdown-list > li > a {
    color: #fff; }
    .btn-dropdown.btn-dropdown-color-1 .btn-dropdown-list > li > a:hover {
      color: #f2f2f2;
      background: #d32323; }
  .btn-dropdown.btn-dropdown-color-2 .btn-dropdown-list {
    background: rgba(34, 37, 44, 0.95);
    border-color: #0c0d0f; }
  .btn-dropdown.btn-dropdown-color-2 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #121418; }
  .btn-dropdown.btn-dropdown-color-2 .btn-dropdown-list > li > a {
    color: #fff; }
    .btn-dropdown.btn-dropdown-color-2 .btn-dropdown-list > li > a:hover {
      color: #f2f2f2;
      background: #17191e; }
  .btn-dropdown.btn-dropdown-color-3 .btn-dropdown-list {
    background: rgba(34, 37, 44, 0.95);
    border-color: #0c0d0f; }
  .btn-dropdown.btn-dropdown-color-3 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #121418; }
  .btn-dropdown.btn-dropdown-color-3 .btn-dropdown-list > li > a {
    color: #fff; }
    .btn-dropdown.btn-dropdown-color-3 .btn-dropdown-list > li > a:hover {
      color: #f2f2f2;
      background: #17191e; }
  .btn-dropdown.btn-dropdown-color-4 .btn-dropdown-list {
    background: rgba(216, 45, 45, 0.95);
    border-color: #b12121; }
  .btn-dropdown.btn-dropdown-color-4 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #be2323; }
  .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: #c72525; }
  .btn-dropdown.btn-dropdown-color-5 .btn-dropdown-list {
    background: rgba(255, 255, 255, 0.95);
    border-color: #e6e6e6; }
  .btn-dropdown.btn-dropdown-color-5 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #ededed; }
  .btn-dropdown.btn-dropdown-color-5 .btn-dropdown-list > li > a {
    color: #2a2a2a; }
    .btn-dropdown.btn-dropdown-color-5 .btn-dropdown-list > li > a:hover {
      color: #1d1d1d;
      background: #f2f2f2; }
  .btn-dropdown.btn-dropdown-neutral-color .btn-dropdown-list {
    background: rgba(232, 232, 232, 0.95);
    border-color: #cfcfcf; }
  .btn-dropdown.btn-dropdown-neutral-color .btn-dropdown-list .btn-dropdown-divider {
    border-color: #d6d6d6; }
  .btn-dropdown.btn-dropdown-neutral-color .btn-dropdown-list > li > a {
    color: #2a2a2a; }
    .btn-dropdown.btn-dropdown-neutral-color .btn-dropdown-list > li > a:hover {
      color: #1d1d1d;
      background: #dbdbdb; }
/*
 * 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 #bd2020, 1px 1px #bd2020, 2px 2px #bd2020, 3px 3px #bd2020, 4px 4px #bd2020, 5px 5px #bd2020, 6px 6px #bd2020, 7px 7px #bd2020, 8px 8px #bd2020, 9px 9px #bd2020, 10px 10px #bd2020, 11px 11px #bd2020, 12px 12px #bd2020, 13px 13px #bd2020, 14px 14px #bd2020, 15px 15px #bd2020, 16px 16px #bd2020, 17px 17px #bd2020, 18px 18px #bd2020, 19px 19px #bd2020, 20px 20px #bd2020, 21px 21px #bd2020, 22px 22px #bd2020, 23px 23px #bd2020, 24px 24px #bd2020, 25px 25px #bd2020, 26px 26px #bd2020, 27px 27px #bd2020, 28px 28px #bd2020, 29px 29px #bd2020, 30px 30px #bd2020, 31px 31px #bd2020, 32px 32px #bd2020, 33px 33px #bd2020, 34px 34px #bd2020, 35px 35px #bd2020, 36px 36px #bd2020, 37px 37px #bd2020, 38px 38px #bd2020, 39px 39px #bd2020, 40px 40px #bd2020, 41px 41px #bd2020, 42px 42px #bd2020, 43px 43px #bd2020, 44px 44px #bd2020, 45px 45px #bd2020, 46px 46px #bd2020, 47px 47px #bd2020, 48px 48px #bd2020, 49px 49px #bd2020, 50px 50px #bd2020, 51px 51px #bd2020, 52px 52px #bd2020, 53px 53px #bd2020, 54px 54px #bd2020, 55px 55px #bd2020, 56px 56px #bd2020, 57px 57px #bd2020, 58px 58px #bd2020, 59px 59px #bd2020, 60px 60px #bd2020, 61px 61px #bd2020, 62px 62px #bd2020, 63px 63px #bd2020, 64px 64px #bd2020, 65px 65px #bd2020, 66px 66px #bd2020, 67px 67px #bd2020, 68px 68px #bd2020, 69px 69px #bd2020, 70px 70px #bd2020, 71px 71px #bd2020, 72px 72px #bd2020, 73px 73px #bd2020, 74px 74px #bd2020, 75px 75px #bd2020, 76px 76px #bd2020, 77px 77px #bd2020, 78px 78px #bd2020, 79px 79px #bd2020, 80px 80px #bd2020, 81px 81px #bd2020, 82px 82px #bd2020, 83px 83px #bd2020, 84px 84px #bd2020, 85px 85px #bd2020; }
  .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 #0c0d0f, 1px 1px #0c0d0f, 2px 2px #0c0d0f, 3px 3px #0c0d0f, 4px 4px #0c0d0f, 5px 5px #0c0d0f, 6px 6px #0c0d0f, 7px 7px #0c0d0f, 8px 8px #0c0d0f, 9px 9px #0c0d0f, 10px 10px #0c0d0f, 11px 11px #0c0d0f, 12px 12px #0c0d0f, 13px 13px #0c0d0f, 14px 14px #0c0d0f, 15px 15px #0c0d0f, 16px 16px #0c0d0f, 17px 17px #0c0d0f, 18px 18px #0c0d0f, 19px 19px #0c0d0f, 20px 20px #0c0d0f, 21px 21px #0c0d0f, 22px 22px #0c0d0f, 23px 23px #0c0d0f, 24px 24px #0c0d0f, 25px 25px #0c0d0f, 26px 26px #0c0d0f, 27px 27px #0c0d0f, 28px 28px #0c0d0f, 29px 29px #0c0d0f, 30px 30px #0c0d0f, 31px 31px #0c0d0f, 32px 32px #0c0d0f, 33px 33px #0c0d0f, 34px 34px #0c0d0f, 35px 35px #0c0d0f, 36px 36px #0c0d0f, 37px 37px #0c0d0f, 38px 38px #0c0d0f, 39px 39px #0c0d0f, 40px 40px #0c0d0f, 41px 41px #0c0d0f, 42px 42px #0c0d0f, 43px 43px #0c0d0f, 44px 44px #0c0d0f, 45px 45px #0c0d0f, 46px 46px #0c0d0f, 47px 47px #0c0d0f, 48px 48px #0c0d0f, 49px 49px #0c0d0f, 50px 50px #0c0d0f, 51px 51px #0c0d0f, 52px 52px #0c0d0f, 53px 53px #0c0d0f, 54px 54px #0c0d0f, 55px 55px #0c0d0f, 56px 56px #0c0d0f, 57px 57px #0c0d0f, 58px 58px #0c0d0f, 59px 59px #0c0d0f, 60px 60px #0c0d0f, 61px 61px #0c0d0f, 62px 62px #0c0d0f, 63px 63px #0c0d0f, 64px 64px #0c0d0f, 65px 65px #0c0d0f, 66px 66px #0c0d0f, 67px 67px #0c0d0f, 68px 68px #0c0d0f, 69px 69px #0c0d0f, 70px 70px #0c0d0f, 71px 71px #0c0d0f, 72px 72px #0c0d0f, 73px 73px #0c0d0f, 74px 74px #0c0d0f, 75px 75px #0c0d0f, 76px 76px #0c0d0f, 77px 77px #0c0d0f, 78px 78px #0c0d0f, 79px 79px #0c0d0f, 80px 80px #0c0d0f, 81px 81px #0c0d0f, 82px 82px #0c0d0f, 83px 83px #0c0d0f, 84px 84px #0c0d0f, 85px 85px #0c0d0f; }
  .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 #0c0d0f, 1px 1px #0c0d0f, 2px 2px #0c0d0f, 3px 3px #0c0d0f, 4px 4px #0c0d0f, 5px 5px #0c0d0f, 6px 6px #0c0d0f, 7px 7px #0c0d0f, 8px 8px #0c0d0f, 9px 9px #0c0d0f, 10px 10px #0c0d0f, 11px 11px #0c0d0f, 12px 12px #0c0d0f, 13px 13px #0c0d0f, 14px 14px #0c0d0f, 15px 15px #0c0d0f, 16px 16px #0c0d0f, 17px 17px #0c0d0f, 18px 18px #0c0d0f, 19px 19px #0c0d0f, 20px 20px #0c0d0f, 21px 21px #0c0d0f, 22px 22px #0c0d0f, 23px 23px #0c0d0f, 24px 24px #0c0d0f, 25px 25px #0c0d0f, 26px 26px #0c0d0f, 27px 27px #0c0d0f, 28px 28px #0c0d0f, 29px 29px #0c0d0f, 30px 30px #0c0d0f, 31px 31px #0c0d0f, 32px 32px #0c0d0f, 33px 33px #0c0d0f, 34px 34px #0c0d0f, 35px 35px #0c0d0f, 36px 36px #0c0d0f, 37px 37px #0c0d0f, 38px 38px #0c0d0f, 39px 39px #0c0d0f, 40px 40px #0c0d0f, 41px 41px #0c0d0f, 42px 42px #0c0d0f, 43px 43px #0c0d0f, 44px 44px #0c0d0f, 45px 45px #0c0d0f, 46px 46px #0c0d0f, 47px 47px #0c0d0f, 48px 48px #0c0d0f, 49px 49px #0c0d0f, 50px 50px #0c0d0f, 51px 51px #0c0d0f, 52px 52px #0c0d0f, 53px 53px #0c0d0f, 54px 54px #0c0d0f, 55px 55px #0c0d0f, 56px 56px #0c0d0f, 57px 57px #0c0d0f, 58px 58px #0c0d0f, 59px 59px #0c0d0f, 60px 60px #0c0d0f, 61px 61px #0c0d0f, 62px 62px #0c0d0f, 63px 63px #0c0d0f, 64px 64px #0c0d0f, 65px 65px #0c0d0f, 66px 66px #0c0d0f, 67px 67px #0c0d0f, 68px 68px #0c0d0f, 69px 69px #0c0d0f, 70px 70px #0c0d0f, 71px 71px #0c0d0f, 72px 72px #0c0d0f, 73px 73px #0c0d0f, 74px 74px #0c0d0f, 75px 75px #0c0d0f, 76px 76px #0c0d0f, 77px 77px #0c0d0f, 78px 78px #0c0d0f, 79px 79px #0c0d0f, 80px 80px #0c0d0f, 81px 81px #0c0d0f, 82px 82px #0c0d0f, 83px 83px #0c0d0f, 84px 84px #0c0d0f, 85px 85px #0c0d0f; }
  .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 #b12121, 1px 1px #b12121, 2px 2px #b12121, 3px 3px #b12121, 4px 4px #b12121, 5px 5px #b12121, 6px 6px #b12121, 7px 7px #b12121, 8px 8px #b12121, 9px 9px #b12121, 10px 10px #b12121, 11px 11px #b12121, 12px 12px #b12121, 13px 13px #b12121, 14px 14px #b12121, 15px 15px #b12121, 16px 16px #b12121, 17px 17px #b12121, 18px 18px #b12121, 19px 19px #b12121, 20px 20px #b12121, 21px 21px #b12121, 22px 22px #b12121, 23px 23px #b12121, 24px 24px #b12121, 25px 25px #b12121, 26px 26px #b12121, 27px 27px #b12121, 28px 28px #b12121, 29px 29px #b12121, 30px 30px #b12121, 31px 31px #b12121, 32px 32px #b12121, 33px 33px #b12121, 34px 34px #b12121, 35px 35px #b12121, 36px 36px #b12121, 37px 37px #b12121, 38px 38px #b12121, 39px 39px #b12121, 40px 40px #b12121, 41px 41px #b12121, 42px 42px #b12121, 43px 43px #b12121, 44px 44px #b12121, 45px 45px #b12121, 46px 46px #b12121, 47px 47px #b12121, 48px 48px #b12121, 49px 49px #b12121, 50px 50px #b12121, 51px 51px #b12121, 52px 52px #b12121, 53px 53px #b12121, 54px 54px #b12121, 55px 55px #b12121, 56px 56px #b12121, 57px 57px #b12121, 58px 58px #b12121, 59px 59px #b12121, 60px 60px #b12121, 61px 61px #b12121, 62px 62px #b12121, 63px 63px #b12121, 64px 64px #b12121, 65px 65px #b12121, 66px 66px #b12121, 67px 67px #b12121, 68px 68px #b12121, 69px 69px #b12121, 70px 70px #b12121, 71px 71px #b12121, 72px 72px #b12121, 73px 73px #b12121, 74px 74px #b12121, 75px 75px #b12121, 76px 76px #b12121, 77px 77px #b12121, 78px 78px #b12121, 79px 79px #b12121, 80px 80px #b12121, 81px 81px #b12121, 82px 82px #b12121, 83px 83px #b12121, 84px 84px #b12121, 85px 85px #b12121; }
  .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 #e6e6e6, 1px 1px #e6e6e6, 2px 2px #e6e6e6, 3px 3px #e6e6e6, 4px 4px #e6e6e6, 5px 5px #e6e6e6, 6px 6px #e6e6e6, 7px 7px #e6e6e6, 8px 8px #e6e6e6, 9px 9px #e6e6e6, 10px 10px #e6e6e6, 11px 11px #e6e6e6, 12px 12px #e6e6e6, 13px 13px #e6e6e6, 14px 14px #e6e6e6, 15px 15px #e6e6e6, 16px 16px #e6e6e6, 17px 17px #e6e6e6, 18px 18px #e6e6e6, 19px 19px #e6e6e6, 20px 20px #e6e6e6, 21px 21px #e6e6e6, 22px 22px #e6e6e6, 23px 23px #e6e6e6, 24px 24px #e6e6e6, 25px 25px #e6e6e6, 26px 26px #e6e6e6, 27px 27px #e6e6e6, 28px 28px #e6e6e6, 29px 29px #e6e6e6, 30px 30px #e6e6e6, 31px 31px #e6e6e6, 32px 32px #e6e6e6, 33px 33px #e6e6e6, 34px 34px #e6e6e6, 35px 35px #e6e6e6, 36px 36px #e6e6e6, 37px 37px #e6e6e6, 38px 38px #e6e6e6, 39px 39px #e6e6e6, 40px 40px #e6e6e6, 41px 41px #e6e6e6, 42px 42px #e6e6e6, 43px 43px #e6e6e6, 44px 44px #e6e6e6, 45px 45px #e6e6e6, 46px 46px #e6e6e6, 47px 47px #e6e6e6, 48px 48px #e6e6e6, 49px 49px #e6e6e6, 50px 50px #e6e6e6, 51px 51px #e6e6e6, 52px 52px #e6e6e6, 53px 53px #e6e6e6, 54px 54px #e6e6e6, 55px 55px #e6e6e6, 56px 56px #e6e6e6, 57px 57px #e6e6e6, 58px 58px #e6e6e6, 59px 59px #e6e6e6, 60px 60px #e6e6e6, 61px 61px #e6e6e6, 62px 62px #e6e6e6, 63px 63px #e6e6e6, 64px 64px #e6e6e6, 65px 65px #e6e6e6, 66px 66px #e6e6e6, 67px 67px #e6e6e6, 68px 68px #e6e6e6, 69px 69px #e6e6e6, 70px 70px #e6e6e6, 71px 71px #e6e6e6, 72px 72px #e6e6e6, 73px 73px #e6e6e6, 74px 74px #e6e6e6, 75px 75px #e6e6e6, 76px 76px #e6e6e6, 77px 77px #e6e6e6, 78px 78px #e6e6e6, 79px 79px #e6e6e6, 80px 80px #e6e6e6, 81px 81px #e6e6e6, 82px 82px #e6e6e6, 83px 83px #e6e6e6, 84px 84px #e6e6e6, 85px 85px #e6e6e6; }
  .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 #cfcfcf, 1px 1px #cfcfcf, 2px 2px #cfcfcf, 3px 3px #cfcfcf, 4px 4px #cfcfcf, 5px 5px #cfcfcf, 6px 6px #cfcfcf, 7px 7px #cfcfcf, 8px 8px #cfcfcf, 9px 9px #cfcfcf, 10px 10px #cfcfcf, 11px 11px #cfcfcf, 12px 12px #cfcfcf, 13px 13px #cfcfcf, 14px 14px #cfcfcf, 15px 15px #cfcfcf, 16px 16px #cfcfcf, 17px 17px #cfcfcf, 18px 18px #cfcfcf, 19px 19px #cfcfcf, 20px 20px #cfcfcf, 21px 21px #cfcfcf, 22px 22px #cfcfcf, 23px 23px #cfcfcf, 24px 24px #cfcfcf, 25px 25px #cfcfcf, 26px 26px #cfcfcf, 27px 27px #cfcfcf, 28px 28px #cfcfcf, 29px 29px #cfcfcf, 30px 30px #cfcfcf, 31px 31px #cfcfcf, 32px 32px #cfcfcf, 33px 33px #cfcfcf, 34px 34px #cfcfcf, 35px 35px #cfcfcf, 36px 36px #cfcfcf, 37px 37px #cfcfcf, 38px 38px #cfcfcf, 39px 39px #cfcfcf, 40px 40px #cfcfcf, 41px 41px #cfcfcf, 42px 42px #cfcfcf, 43px 43px #cfcfcf, 44px 44px #cfcfcf, 45px 45px #cfcfcf, 46px 46px #cfcfcf, 47px 47px #cfcfcf, 48px 48px #cfcfcf, 49px 49px #cfcfcf, 50px 50px #cfcfcf, 51px 51px #cfcfcf, 52px 52px #cfcfcf, 53px 53px #cfcfcf, 54px 54px #cfcfcf, 55px 55px #cfcfcf, 56px 56px #cfcfcf, 57px 57px #cfcfcf, 58px 58px #cfcfcf, 59px 59px #cfcfcf, 60px 60px #cfcfcf, 61px 61px #cfcfcf, 62px 62px #cfcfcf, 63px 63px #cfcfcf, 64px 64px #cfcfcf, 65px 65px #cfcfcf, 66px 66px #cfcfcf, 67px 67px #cfcfcf, 68px 68px #cfcfcf, 69px 69px #cfcfcf, 70px 70px #cfcfcf, 71px 71px #cfcfcf, 72px 72px #cfcfcf, 73px 73px #cfcfcf, 74px 74px #cfcfcf, 75px 75px #cfcfcf, 76px 76px #cfcfcf, 77px 77px #cfcfcf, 78px 78px #cfcfcf, 79px 79px #cfcfcf, 80px 80px #cfcfcf, 81px 81px #cfcfcf, 82px 82px #cfcfcf, 83px 83px #cfcfcf, 84px 84px #cfcfcf, 85px 85px #cfcfcf; }
  .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 #bd2020, -1px 1px #bd2020, -2px 2px #bd2020, -3px 3px #bd2020, -4px 4px #bd2020, -5px 5px #bd2020, -6px 6px #bd2020, -7px 7px #bd2020, -8px 8px #bd2020, -9px 9px #bd2020, -10px 10px #bd2020, -11px 11px #bd2020, -12px 12px #bd2020, -13px 13px #bd2020, -14px 14px #bd2020, -15px 15px #bd2020, -16px 16px #bd2020, -17px 17px #bd2020, -18px 18px #bd2020, -19px 19px #bd2020, -20px 20px #bd2020, -21px 21px #bd2020, -22px 22px #bd2020, -23px 23px #bd2020, -24px 24px #bd2020, -25px 25px #bd2020, -26px 26px #bd2020, -27px 27px #bd2020, -28px 28px #bd2020, -29px 29px #bd2020, -30px 30px #bd2020, -31px 31px #bd2020, -32px 32px #bd2020, -33px 33px #bd2020, -34px 34px #bd2020, -35px 35px #bd2020, -36px 36px #bd2020, -37px 37px #bd2020, -38px 38px #bd2020, -39px 39px #bd2020, -40px 40px #bd2020, -41px 41px #bd2020, -42px 42px #bd2020, -43px 43px #bd2020, -44px 44px #bd2020, -45px 45px #bd2020, -46px 46px #bd2020, -47px 47px #bd2020, -48px 48px #bd2020, -49px 49px #bd2020, -50px 50px #bd2020, -51px 51px #bd2020, -52px 52px #bd2020, -53px 53px #bd2020, -54px 54px #bd2020, -55px 55px #bd2020, -56px 56px #bd2020, -57px 57px #bd2020, -58px 58px #bd2020, -59px 59px #bd2020, -60px 60px #bd2020, -61px 61px #bd2020, -62px 62px #bd2020, -63px 63px #bd2020, -64px 64px #bd2020, -65px 65px #bd2020, -66px 66px #bd2020, -67px 67px #bd2020, -68px 68px #bd2020, -69px 69px #bd2020, -70px 70px #bd2020, -71px 71px #bd2020, -72px 72px #bd2020, -73px 73px #bd2020, -74px 74px #bd2020, -75px 75px #bd2020, -76px 76px #bd2020, -77px 77px #bd2020, -78px 78px #bd2020, -79px 79px #bd2020, -80px 80px #bd2020, -81px 81px #bd2020, -82px 82px #bd2020, -83px 83px #bd2020, -84px 84px #bd2020, -85px 85px #bd2020; }
  .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 #0c0d0f, -1px 1px #0c0d0f, -2px 2px #0c0d0f, -3px 3px #0c0d0f, -4px 4px #0c0d0f, -5px 5px #0c0d0f, -6px 6px #0c0d0f, -7px 7px #0c0d0f, -8px 8px #0c0d0f, -9px 9px #0c0d0f, -10px 10px #0c0d0f, -11px 11px #0c0d0f, -12px 12px #0c0d0f, -13px 13px #0c0d0f, -14px 14px #0c0d0f, -15px 15px #0c0d0f, -16px 16px #0c0d0f, -17px 17px #0c0d0f, -18px 18px #0c0d0f, -19px 19px #0c0d0f, -20px 20px #0c0d0f, -21px 21px #0c0d0f, -22px 22px #0c0d0f, -23px 23px #0c0d0f, -24px 24px #0c0d0f, -25px 25px #0c0d0f, -26px 26px #0c0d0f, -27px 27px #0c0d0f, -28px 28px #0c0d0f, -29px 29px #0c0d0f, -30px 30px #0c0d0f, -31px 31px #0c0d0f, -32px 32px #0c0d0f, -33px 33px #0c0d0f, -34px 34px #0c0d0f, -35px 35px #0c0d0f, -36px 36px #0c0d0f, -37px 37px #0c0d0f, -38px 38px #0c0d0f, -39px 39px #0c0d0f, -40px 40px #0c0d0f, -41px 41px #0c0d0f, -42px 42px #0c0d0f, -43px 43px #0c0d0f, -44px 44px #0c0d0f, -45px 45px #0c0d0f, -46px 46px #0c0d0f, -47px 47px #0c0d0f, -48px 48px #0c0d0f, -49px 49px #0c0d0f, -50px 50px #0c0d0f, -51px 51px #0c0d0f, -52px 52px #0c0d0f, -53px 53px #0c0d0f, -54px 54px #0c0d0f, -55px 55px #0c0d0f, -56px 56px #0c0d0f, -57px 57px #0c0d0f, -58px 58px #0c0d0f, -59px 59px #0c0d0f, -60px 60px #0c0d0f, -61px 61px #0c0d0f, -62px 62px #0c0d0f, -63px 63px #0c0d0f, -64px 64px #0c0d0f, -65px 65px #0c0d0f, -66px 66px #0c0d0f, -67px 67px #0c0d0f, -68px 68px #0c0d0f, -69px 69px #0c0d0f, -70px 70px #0c0d0f, -71px 71px #0c0d0f, -72px 72px #0c0d0f, -73px 73px #0c0d0f, -74px 74px #0c0d0f, -75px 75px #0c0d0f, -76px 76px #0c0d0f, -77px 77px #0c0d0f, -78px 78px #0c0d0f, -79px 79px #0c0d0f, -80px 80px #0c0d0f, -81px 81px #0c0d0f, -82px 82px #0c0d0f, -83px 83px #0c0d0f, -84px 84px #0c0d0f, -85px 85px #0c0d0f; }
  .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 #0c0d0f, -1px 1px #0c0d0f, -2px 2px #0c0d0f, -3px 3px #0c0d0f, -4px 4px #0c0d0f, -5px 5px #0c0d0f, -6px 6px #0c0d0f, -7px 7px #0c0d0f, -8px 8px #0c0d0f, -9px 9px #0c0d0f, -10px 10px #0c0d0f, -11px 11px #0c0d0f, -12px 12px #0c0d0f, -13px 13px #0c0d0f, -14px 14px #0c0d0f, -15px 15px #0c0d0f, -16px 16px #0c0d0f, -17px 17px #0c0d0f, -18px 18px #0c0d0f, -19px 19px #0c0d0f, -20px 20px #0c0d0f, -21px 21px #0c0d0f, -22px 22px #0c0d0f, -23px 23px #0c0d0f, -24px 24px #0c0d0f, -25px 25px #0c0d0f, -26px 26px #0c0d0f, -27px 27px #0c0d0f, -28px 28px #0c0d0f, -29px 29px #0c0d0f, -30px 30px #0c0d0f, -31px 31px #0c0d0f, -32px 32px #0c0d0f, -33px 33px #0c0d0f, -34px 34px #0c0d0f, -35px 35px #0c0d0f, -36px 36px #0c0d0f, -37px 37px #0c0d0f, -38px 38px #0c0d0f, -39px 39px #0c0d0f, -40px 40px #0c0d0f, -41px 41px #0c0d0f, -42px 42px #0c0d0f, -43px 43px #0c0d0f, -44px 44px #0c0d0f, -45px 45px #0c0d0f, -46px 46px #0c0d0f, -47px 47px #0c0d0f, -48px 48px #0c0d0f, -49px 49px #0c0d0f, -50px 50px #0c0d0f, -51px 51px #0c0d0f, -52px 52px #0c0d0f, -53px 53px #0c0d0f, -54px 54px #0c0d0f, -55px 55px #0c0d0f, -56px 56px #0c0d0f, -57px 57px #0c0d0f, -58px 58px #0c0d0f, -59px 59px #0c0d0f, -60px 60px #0c0d0f, -61px 61px #0c0d0f, -62px 62px #0c0d0f, -63px 63px #0c0d0f, -64px 64px #0c0d0f, -65px 65px #0c0d0f, -66px 66px #0c0d0f, -67px 67px #0c0d0f, -68px 68px #0c0d0f, -69px 69px #0c0d0f, -70px 70px #0c0d0f, -71px 71px #0c0d0f, -72px 72px #0c0d0f, -73px 73px #0c0d0f, -74px 74px #0c0d0f, -75px 75px #0c0d0f, -76px 76px #0c0d0f, -77px 77px #0c0d0f, -78px 78px #0c0d0f, -79px 79px #0c0d0f, -80px 80px #0c0d0f, -81px 81px #0c0d0f, -82px 82px #0c0d0f, -83px 83px #0c0d0f, -84px 84px #0c0d0f, -85px 85px #0c0d0f; }
  .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 #b12121, -1px 1px #b12121, -2px 2px #b12121, -3px 3px #b12121, -4px 4px #b12121, -5px 5px #b12121, -6px 6px #b12121, -7px 7px #b12121, -8px 8px #b12121, -9px 9px #b12121, -10px 10px #b12121, -11px 11px #b12121, -12px 12px #b12121, -13px 13px #b12121, -14px 14px #b12121, -15px 15px #b12121, -16px 16px #b12121, -17px 17px #b12121, -18px 18px #b12121, -19px 19px #b12121, -20px 20px #b12121, -21px 21px #b12121, -22px 22px #b12121, -23px 23px #b12121, -24px 24px #b12121, -25px 25px #b12121, -26px 26px #b12121, -27px 27px #b12121, -28px 28px #b12121, -29px 29px #b12121, -30px 30px #b12121, -31px 31px #b12121, -32px 32px #b12121, -33px 33px #b12121, -34px 34px #b12121, -35px 35px #b12121, -36px 36px #b12121, -37px 37px #b12121, -38px 38px #b12121, -39px 39px #b12121, -40px 40px #b12121, -41px 41px #b12121, -42px 42px #b12121, -43px 43px #b12121, -44px 44px #b12121, -45px 45px #b12121, -46px 46px #b12121, -47px 47px #b12121, -48px 48px #b12121, -49px 49px #b12121, -50px 50px #b12121, -51px 51px #b12121, -52px 52px #b12121, -53px 53px #b12121, -54px 54px #b12121, -55px 55px #b12121, -56px 56px #b12121, -57px 57px #b12121, -58px 58px #b12121, -59px 59px #b12121, -60px 60px #b12121, -61px 61px #b12121, -62px 62px #b12121, -63px 63px #b12121, -64px 64px #b12121, -65px 65px #b12121, -66px 66px #b12121, -67px 67px #b12121, -68px 68px #b12121, -69px 69px #b12121, -70px 70px #b12121, -71px 71px #b12121, -72px 72px #b12121, -73px 73px #b12121, -74px 74px #b12121, -75px 75px #b12121, -76px 76px #b12121, -77px 77px #b12121, -78px 78px #b12121, -79px 79px #b12121, -80px 80px #b12121, -81px 81px #b12121, -82px 82px #b12121, -83px 83px #b12121, -84px 84px #b12121, -85px 85px #b12121; }
  .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 #e6e6e6, -1px 1px #e6e6e6, -2px 2px #e6e6e6, -3px 3px #e6e6e6, -4px 4px #e6e6e6, -5px 5px #e6e6e6, -6px 6px #e6e6e6, -7px 7px #e6e6e6, -8px 8px #e6e6e6, -9px 9px #e6e6e6, -10px 10px #e6e6e6, -11px 11px #e6e6e6, -12px 12px #e6e6e6, -13px 13px #e6e6e6, -14px 14px #e6e6e6, -15px 15px #e6e6e6, -16px 16px #e6e6e6, -17px 17px #e6e6e6, -18px 18px #e6e6e6, -19px 19px #e6e6e6, -20px 20px #e6e6e6, -21px 21px #e6e6e6, -22px 22px #e6e6e6, -23px 23px #e6e6e6, -24px 24px #e6e6e6, -25px 25px #e6e6e6, -26px 26px #e6e6e6, -27px 27px #e6e6e6, -28px 28px #e6e6e6, -29px 29px #e6e6e6, -30px 30px #e6e6e6, -31px 31px #e6e6e6, -32px 32px #e6e6e6, -33px 33px #e6e6e6, -34px 34px #e6e6e6, -35px 35px #e6e6e6, -36px 36px #e6e6e6, -37px 37px #e6e6e6, -38px 38px #e6e6e6, -39px 39px #e6e6e6, -40px 40px #e6e6e6, -41px 41px #e6e6e6, -42px 42px #e6e6e6, -43px 43px #e6e6e6, -44px 44px #e6e6e6, -45px 45px #e6e6e6, -46px 46px #e6e6e6, -47px 47px #e6e6e6, -48px 48px #e6e6e6, -49px 49px #e6e6e6, -50px 50px #e6e6e6, -51px 51px #e6e6e6, -52px 52px #e6e6e6, -53px 53px #e6e6e6, -54px 54px #e6e6e6, -55px 55px #e6e6e6, -56px 56px #e6e6e6, -57px 57px #e6e6e6, -58px 58px #e6e6e6, -59px 59px #e6e6e6, -60px 60px #e6e6e6, -61px 61px #e6e6e6, -62px 62px #e6e6e6, -63px 63px #e6e6e6, -64px 64px #e6e6e6, -65px 65px #e6e6e6, -66px 66px #e6e6e6, -67px 67px #e6e6e6, -68px 68px #e6e6e6, -69px 69px #e6e6e6, -70px 70px #e6e6e6, -71px 71px #e6e6e6, -72px 72px #e6e6e6, -73px 73px #e6e6e6, -74px 74px #e6e6e6, -75px 75px #e6e6e6, -76px 76px #e6e6e6, -77px 77px #e6e6e6, -78px 78px #e6e6e6, -79px 79px #e6e6e6, -80px 80px #e6e6e6, -81px 81px #e6e6e6, -82px 82px #e6e6e6, -83px 83px #e6e6e6, -84px 84px #e6e6e6, -85px 85px #e6e6e6; }
  .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 #cfcfcf, -1px 1px #cfcfcf, -2px 2px #cfcfcf, -3px 3px #cfcfcf, -4px 4px #cfcfcf, -5px 5px #cfcfcf, -6px 6px #cfcfcf, -7px 7px #cfcfcf, -8px 8px #cfcfcf, -9px 9px #cfcfcf, -10px 10px #cfcfcf, -11px 11px #cfcfcf, -12px 12px #cfcfcf, -13px 13px #cfcfcf, -14px 14px #cfcfcf, -15px 15px #cfcfcf, -16px 16px #cfcfcf, -17px 17px #cfcfcf, -18px 18px #cfcfcf, -19px 19px #cfcfcf, -20px 20px #cfcfcf, -21px 21px #cfcfcf, -22px 22px #cfcfcf, -23px 23px #cfcfcf, -24px 24px #cfcfcf, -25px 25px #cfcfcf, -26px 26px #cfcfcf, -27px 27px #cfcfcf, -28px 28px #cfcfcf, -29px 29px #cfcfcf, -30px 30px #cfcfcf, -31px 31px #cfcfcf, -32px 32px #cfcfcf, -33px 33px #cfcfcf, -34px 34px #cfcfcf, -35px 35px #cfcfcf, -36px 36px #cfcfcf, -37px 37px #cfcfcf, -38px 38px #cfcfcf, -39px 39px #cfcfcf, -40px 40px #cfcfcf, -41px 41px #cfcfcf, -42px 42px #cfcfcf, -43px 43px #cfcfcf, -44px 44px #cfcfcf, -45px 45px #cfcfcf, -46px 46px #cfcfcf, -47px 47px #cfcfcf, -48px 48px #cfcfcf, -49px 49px #cfcfcf, -50px 50px #cfcfcf, -51px 51px #cfcfcf, -52px 52px #cfcfcf, -53px 53px #cfcfcf, -54px 54px #cfcfcf, -55px 55px #cfcfcf, -56px 56px #cfcfcf, -57px 57px #cfcfcf, -58px 58px #cfcfcf, -59px 59px #cfcfcf, -60px 60px #cfcfcf, -61px 61px #cfcfcf, -62px 62px #cfcfcf, -63px 63px #cfcfcf, -64px 64px #cfcfcf, -65px 65px #cfcfcf, -66px 66px #cfcfcf, -67px 67px #cfcfcf, -68px 68px #cfcfcf, -69px 69px #cfcfcf, -70px 70px #cfcfcf, -71px 71px #cfcfcf, -72px 72px #cfcfcf, -73px 73px #cfcfcf, -74px 74px #cfcfcf, -75px 75px #cfcfcf, -76px 76px #cfcfcf, -77px 77px #cfcfcf, -78px 78px #cfcfcf, -79px 79px #cfcfcf, -80px 80px #cfcfcf, -81px 81px #cfcfcf, -82px 82px #cfcfcf, -83px 83px #cfcfcf, -84px 84px #cfcfcf, -85px 85px #cfcfcf; }
  .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; }
