/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none; }

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

******************************************************************/
/*********************
FONT FACE
*********************/
@font-face {
  font-family: 'WalbaumLT-Italic';
  src: url("webfonts/2B45E4_0_0.eot");
  src: url("webfonts/2B45E4_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2B45E4_0_0.woff") format("woff"), url("webfonts/2B45E4_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'WalbaumLT-Bold';
  src: url("webfonts/2B45E4_1_0.eot");
  src: url("webfonts/2B45E4_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2B45E4_1_0.woff") format("woff"), url("webfonts/2B45E4_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'WalbaumLT-BoldItalic';
  src: url("webfonts/2B45E4_2_0.eot");
  src: url("webfonts/2B45E4_2_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/2B45E4_2_0.woff") format("woff"), url("webfonts/2B45E4_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'WalbaumLT-Roman';
  src: url("webfonts/2B45E4_3_0.eot");
  src: url("webfonts/2B45E4_3_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2B45E4_3_0.woff") format("woff"), url("webfonts/2B45E4_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Celias-Regular';
  src: url("webfonts/2B45E4_4_0.eot");
  src: url("webfonts/2B45E4_4_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2B45E4_4_0.woff") format("woff"), url("webfonts/2B45E4_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Celias-Medium';
  src: url("webfonts/2B95FD_0_0.eot");
  src: url("webfonts/2B95FD_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2B95FD_0_0.woff") format("woff"), url("webfonts/2B95FD_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Karla';
  src: url("webfonts/karla-regular-webfont.eot");
  src: url("webfonts/karla-regular-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/karla-regular-webfont.woff") format("woff"), url("webfonts/karla-regular-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Karla-Italic';
  src: url("webfonts/karla-italic-webfont.eot");
  src: url("webfonts/karla-italic-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/karla-italic-webfont.woff") format("woff"), url("webfonts/karla-italic-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Karla-Bold';
  src: url("webfonts/karla-bold-webfont.eot");
  src: url("webfonts/karla-bold-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/karla-bold-webfont.woff") format("woff"), url("webfonts/karla-bold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Karla-Bold-Italic';
  src: url("webfonts/karla-bolditalic-webfont.eot");
  src: url("webfonts/karla-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/karla-bolditalic-webfont.woff") format("woff"), url("webfonts/karla-bolditalic-webfont.ttf") format("truetype"); }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icon-menu:before {
  content: "\e918"; }

.icon-icon-instagram:before {
  content: "\e900"; }

.icon-icon-logo:before {
  content: "\e901"; }

.icon-icon-snapchat:before {
  content: "\e902"; }

.icon-icon-cart:before {
  content: "\e903"; }

.icon-icon-comment:before {
  content: "\e904"; }

.icon-icon-down-arrow:before {
  content: "\e905"; }

.icon-icon-expand:before {
  content: "\e906"; }

.icon-icon-facebook-share .path1:before {
  content: "\e907";
  color: #3b589a; }

.icon-icon-facebook-share .path2:before {
  content: "\e908";
  margin-left: -1.001953125em;
  color: white; }

.icon-icon-facebook:before {
  content: "\e909"; }

.icon-icon-gallery:before {
  content: "\e90a"; }

.icon-icon-instagram-share .path1:before {
  content: "\e90b";
  color: #527fa3; }

.icon-icon-instagram-share .path2:before {
  content: "\e90c";
  margin-left: -1.001953125em;
  color: white; }

.icon-icon-left-arrow:before {
  content: "\e90d"; }

.icon-icon-menu-close:before {
  content: "\e90e"; }

.icon-icon-menu-open:before {
  content: "\e90f"; }

.icon-icon-pinterest-share .path1:before {
  content: "\e910";
  color: #de2127; }

.icon-icon-pinterest-share .path2:before {
  content: "\e911";
  margin-left: -1.001953125em;
  color: white; }

.icon-icon-pinterest:before {
  content: "\e912"; }

.icon-icon-refresh-arrow:before {
  content: "\e913"; }

.icon-icon-right-arrow:before {
  content: "\e914"; }

.icon-icon-search:before {
  content: "\e915"; }

.icon-icon-share-arrow:before {
  content: "\e916"; }

.icon-icon-square-facebook:before {
  content: "\e917"; }

.icon-icon-square-pinterest:before {
  content: "\e919"; }

.icon-icon-square-share-arrow:before {
  content: "\e91a"; }

.icon-icon-square-twitter:before {
  content: "\e91b"; }

.icon-icon-star:before {
  content: "\e91c"; }

.icon-icon-twitter-share .path1:before {
  content: "\e91d";
  color: #68acd2; }

.icon-icon-twitter-share .path2:before {
  content: "\e91e";
  margin-left: -1.001953125em;
  color: white; }

.icon-icon-twitter:before {
  content: "\e91f"; }

.icon-icon-up-arrow:before {
  content: "\e920"; }

.icon-icon-video:before {
  content: "\e921"; }

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
CSS3 OPACITY
*********************/
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/*
.last-col {
  float: right;
  padding-right: 0 !important;
}
*/
/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-hidden {
    display: none; }
  .m-visible {
    display: block; }
  .m-all {
    float: left;
    padding: 15px;
    width: 100%;
    padding: 15px 0px; }
  .m-1of2 {
    float: left;
    padding: 15px;
    width: 50%; }
  .m-1of3 {
    float: left;
    padding: 15px;
    width: 33.33%; }
  .m-2of3 {
    float: left;
    padding: 15px;
    width: 66.66%; }
  .m-1of4 {
    float: left;
    padding: 15px;
    width: 25%; }
  .m-3of4 {
    float: left;
    padding: 15px;
    width: 75%; }
  .m-2of8 {
    float: left;
    padding: 15px;
    width: 37.5%; }
  .m-6of8 {
    float: left;
    padding: 15px;
    width: 62.5%; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-hidden {
    display: none; }
  .t-visible {
    display: block; }
  .t-all {
    float: left;
    padding: 15px;
    width: 100%; }
  .t-1of2 {
    float: left;
    padding: 15px;
    width: 50%; }
  .t-1of3 {
    float: left;
    padding: 15px;
    width: 33.33%; }
  .t-2of3 {
    float: left;
    padding: 15px;
    width: 66.66%; }
  .t-1of4 {
    float: left;
    padding: 15px;
    width: 25%; }
  .t-3of4 {
    float: left;
    padding: 15px;
    width: 75%; }
  .t-1of5 {
    float: left;
    padding: 15px;
    width: 20%; }
  .t-2of5 {
    float: left;
    padding: 15px;
    width: 40%; }
  .t-3of5 {
    float: left;
    padding: 15px;
    width: 60%; }
  .t-4of5 {
    float: left;
    padding: 15px;
    width: 80%; }
  .t-2of8 {
    float: left;
    padding: 15px;
    width: 37.5%; }
  .t-6of8 {
    float: left;
    padding: 15px;
    width: 62.5%; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-hidden {
    display: none; }
  .d-visible {
    display: block; }
  .d-all {
    float: left;
    padding: 15px;
    width: 100%; }
  .d-1of2 {
    float: left;
    padding: 15px;
    width: 50%; }
  .d-1of3 {
    float: left;
    padding: 15px;
    width: 33.33%; }
  .d-2of3 {
    float: left;
    padding: 15px;
    width: 66.66%; }
  .d-1of4 {
    float: left;
    padding: 15px;
    width: 25%; }
  .d-3of4 {
    float: left;
    padding: 15px;
    width: 75%; }
  .d-1of5 {
    float: left;
    padding: 15px;
    width: 20%; }
  .d-2of5 {
    float: left;
    padding: 15px;
    width: 40%; }
  .d-3of5 {
    float: left;
    padding: 15px;
    width: 60%; }
  .d-4of5 {
    float: left;
    padding: 15px;
    width: 80%; }
  .d-1of6 {
    float: left;
    padding: 15px;
    width: 16.6666666667%; }
  .d-1of7 {
    float: left;
    padding: 15px;
    width: 14.2857142857%; }
  .d-2of7 {
    float: left;
    padding: 15px;
    width: 28.5714286%; }
  .d-3of7 {
    float: left;
    padding: 15px;
    width: 42.8571429%; }
  .d-4of7 {
    float: left;
    padding: 15px;
    width: 57.1428572%; }
  .d-5of7 {
    float: left;
    padding: 15px;
    width: 71.4285715%; }
  .d-6of7 {
    float: left;
    padding: 15px;
    width: 85.7142857%; }
  .d-1of8 {
    float: left;
    padding: 15px;
    width: 12.5%; }
  .d-1of9 {
    float: left;
    padding: 15px;
    width: 11.1111111111%; }
  .d-1of10 {
    float: left;
    padding: 15px;
    width: 10%; }
  .d-1of11 {
    float: left;
    padding: 15px;
    width: 9.09090909091%; }
  .d-1of12 {
    float: left;
    padding: 15px;
    width: 8.33%; }
  .d-2of8 {
    float: left;
    padding: 15px;
    width: 37.5%; }
  .d-6of8 {
    float: left;
    padding: 15px;
    width: 62.5%; } }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
.btn-extended {
  display: inline-block;
  position: relative;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -moz-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .btn-extended:hover, .btn-extended:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .btn-extended:active {
    top: 1px; }

.btn-extended:hover, .btn-extended:focus {
  background-color: #656564; }

.btn-extended:active {
  background-color: #626261; }

.btn-simple {
  display: inline-block;
  position: relative;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #111111;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
  border-bottom: 1px #e5e5e5 solid;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .btn-simple:hover, .btn-simple:focus {
    color: #727272;
    text-decoration: none; }
  .btn-simple:active {
    color: #727272; }

.single-post .form-submit .submit, .btn-grey, .woocommerce .summary button.btn-grey, .woocommerce #respond input#submit {
  display: inline-block;
  position: relative;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #111111;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #f2f2f2;
  padding: 14px 38px;
  border-radius: 0;
  border: none;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .single-post .form-submit .submit:hover, .single-post .form-submit .submit:focus, .btn-grey:hover, .btn-grey:focus, .woocommerce .summary button.btn-grey:hover, .woocommerce .summary button.btn-grey:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus {
    color: #111111;
    text-decoration: none;
    background-color: #cccccc; }
  .single-post .form-submit .submit:active, .btn-grey:active, .woocommerce .summary button.btn-grey:active, .woocommerce #respond input#submit:active {
    color: #727272; }

.woocommerce .woocommerce-message .button, .woocommerce .cart .button, .woocommerce .cart input.button, .shipping-calculator-form button.button {
  display: inline-block;
  position: relative;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #111111;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #f2f2f2;
  padding: 14px 38px;
  border-radius: 0;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .woocommerce .woocommerce-message .button:hover, .woocommerce .woocommerce-message .button:focus, .woocommerce .cart .button:hover, .woocommerce .cart .button:focus, .woocommerce .cart input.button:hover, .woocommerce .cart input.button:focus, .shipping-calculator-form button.button:hover, .shipping-calculator-form button.button:focus {
    color: #111111;
    text-decoration: none;
    background-color: #cccccc; }
  .woocommerce .woocommerce-message .button:active, .woocommerce .cart .button:active, .woocommerce .cart input.button:active, .shipping-calculator-form button.button:active {
    color: #727272; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #place_order, .woocommerce-page #payment #place_order, .checkout_coupon input.button, #location_search_submit_field {
  display: inline-block;
  position: relative;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #000;
  padding: 14px 38px;
  border-radius: 0;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce #place_order:hover, .woocommerce #place_order:focus, .woocommerce-page #payment #place_order:hover, .woocommerce-page #payment #place_order:focus, .checkout_coupon input.button:hover, .checkout_coupon input.button:focus, #location_search_submit_field:hover, #location_search_submit_field:focus {
    color: #fff;
    text-decoration: none;
    background-color: #cccccc; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce #place_order:active, .woocommerce-page #payment #place_order:active, .checkout_coupon input.button:active, #location_search_submit_field:active {
    color: #727272; }

#content a.black-link, .shop-prev-btn, .shop-next-btn {
  color: #111111;
  cursor: pointer;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  #content a.black-link:hover, #content a.black-link:focus, .shop-prev-btn:hover, .shop-prev-btn:focus, .shop-next-btn:hover, .shop-next-btn:focus {
    color: #727272;
    text-decoration: none; }
  #content a.black-link:active, .shop-prev-btn:active, .shop-next-btn:active {
    color: #727272; }

#menu-main-menu-sidebar a {
  cursor: pointer;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  #menu-main-menu-sidebar a:hover, #menu-main-menu-sidebar a:focus {
    color: #6F6F6E;
    text-decoration: none; }
  #menu-main-menu-sidebar a:active {
    color: #727272; }

#menu-sidebar-secondary-menu a {
  cursor: pointer;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  #menu-sidebar-secondary-menu a:hover, #menu-sidebar-secondary-menu a:focus {
    color: #fff;
    text-decoration: none; }
  #menu-sidebar-secondary-menu a:active {
    color: #727272; }

.subscribe-btn {
  display: inline-block;
  position: relative;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #111111;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #f2f2f2;
  text-align: center;
  padding: 14px 33px;
  border-radius: 0;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .subscribe-btn:hover, .subscribe-btn:focus {
    color: #111111;
    text-decoration: none;
    background-color: #cccccc; }
  .subscribe-btn:active {
    color: #727272; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #111111;
  border-radius: 0px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -moz-transition: background-color 0.24s ease-in-out;
  -o-transition: background-color 0.24s ease-in-out;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f2f2f2;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name: Collective Hub
Author: Eli Rae

Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #111111;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

#container {
  padding-top: 80px; }

.post-wrap {
  float: left; }

.post-feed {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto; }

.post-col {
  padding: 0;
  padding: 15px 0; }

.post-col article:last-child .div-line {
  display: none; }

.div-line {
  padding: 0px 30px 0 30px;
  border-bottom: 1px solid #e5e5e5;
  float: left;
  width: 100%; }

.woocommerce #container, .page #container, .post-type-archive-press #container {
  padding-top: 80px; }

.tax-product_cat #container {
  padding-top: 80px; }

.woocommerce .header, .page:not(.page-template-classes-php) .header, .post-type-archive-press .header {
  top: 0; }

/*********************
Section Break Feature
*********************/
.section-container {
  width: 100%; }

.load-more-btn {
  text-align: left;
  padding: 28px 15px; }

.view-all-btn {
  text-align: center;
  padding: 28px 15px; }

.main-title {
  text-align: left;
  padding: 8px 15px; }

.latest-title {
  text-align: center; }

.section-break-header {
  height: 90px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 0px;
  padding: 0 15px;
  float: left;
  width: 100%; }

.tax-product_cat .section-break-header, .search .section-break-header {
  height: auto;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 15px;
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.section-container .loading .icon-icon-refresh-arrow {
  animation: spin 1s infinite linear;
  moz-transform-origin: 54% 51%;
  -o-transform-origin: 54% 51%;
  -ms-transform-origin: 54% 51%;
  -webkit-transform-origin: 54% 51%;
  transform-origin: 54% 51%; }

.icon-icon-refresh-arrow {
  padding: 0px;
  margin: 4px 15px 0 0;
  float: left;
  font-size: 20px; }

.load-more-wrap {
  float: right;
  width: 108px;
  text-align: right; }

.shop-the-post .load-more-btn {
  padding-top: 32px; }

.section-break-content {
  width: 100%;
  float: left; }

.single .section-break-content .hentry {
  margin: 0; }

.section-break-content .trending-item {
  padding: 0;
  height: 200px;
  float: left;
  margin-bottom:110px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.trending-cover {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  position: relative; }

.trending-cover:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.85) 90%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1) 0%), to(rgba(0, 0, 0, 0.85) 90%));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 90%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 90%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 90%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 90%); }

.trending-img-place {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1); }

.trending-cover:hover .trending-img-place, .trending-body:hover .trending-img-place, .trending-cover:focus .trending-img-place, .trending-body:focus .trending-img-place {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12); }

.trending-body {
  position: unset;
  left: 0;
  bottom: 0;
  /*padding: 15px 15px 20px 15px;*/
  color: #000;
  z-index: 2; }

.trending-body .icon-icon-video {
  font-size: 28px;
  position: absolute;
  left: 15px; }

.trending-title {
  float: left;
  padding-left: 0px;
  width: 100%; }

.trending-category p {
  font-size: 13px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0; }

a.trending-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.trending-title h4 {
  padding: 0;
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 1.2; }

.trending-category p a {
  color: #000;
  text-decoration: none; }

.video-break .trending-body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 15px 20px 15px;
  color: #fff;
  z-index: 2; }

.video-break .trending-body .icon-icon-video {
  font-size: 28px;
  position: absolute;
  left: 15px; }

.video-break .trending-title {
  float: left;
  padding-left: 45px; }

.video-break .trending-title h4 {
  padding: 0;
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 1.2; }

.maglink-break img {
  width: 100%;
  height: auto; }

.maglink-break .main-title {
  text-align: center; }

.maglink-break .section-break-content {
  line-height: 0; }

.maglink-break .view-all-btn {
  text-align: center;
  padding: 20px 15px; }

/*********************
LINK STYLES
*********************/
a {
  color: #6F6F6E;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus {
    color: #727272; }
  a:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-family: "WalbaumLT-Roman", Cambria, Times New Roman, Times, serif;
  -webkit-font-smoothing: antialiased; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.35em; }

h4, .h4 {
  font-size: 1.1em; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em; }

h6, .h6 {
  font-size: 0.7em;
  line-height: 1.90em;
  font-family: "WalbaumLT-Roman", Cambria, Times New Roman, Times, serif;
  text-transform: none; }

/*********************
HEADER STYLES
*********************/
.header {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 80px;
  float: left;
  width: 100%;
  position: fixed;
  z-index: 900;
  top: 0px; }

.logo-wrap .icon-icon-menu {
  color: #111111;
  font-size: 17px;
  float: left; }

.mobile-logo {
  margin: 0 auto;
  width: 100%;
  padding: 29px 30px;
  position: absolute;
  text-align: center;
  display: block; }

.mobile-logo a {
  color: #111111;
  font-size: 18px;
  text-decoration: none; }

.logo-wrap a.menu-icon {
  text-decoration: none;
  display: block;
  width: auto; }

.logo-wrap {
  padding: 29px 30px;
  float: left;
  z-index: 800;
  position: absolute; }
  .logo-wrap a {
    text-decoration: none;
    display: block;
    float: left; }

#logo {
  margin: 0;
  color: #111111;
  font-size: 18px;
  text-decoration: none;
  margin-left: 22px;
  display: none;
  float: left; }
  #logo a {
    color: #fff;
    text-decoration: none; }




/*-- logo --*/
.LisaMessenger .logo-wrap a:last-child {
	margin-top:-20px;
}

.LisaMessenger .logo-wrap a:last-child #logo {
	width:134px;
	height:60px;
	background-image:url(../../includes/images/lisa-messenger/logo.png);
	background-size:contain;
}

.LisaMessenger .logo-wrap a:last-child #logo:before {
	display:none;
}

/*-- mobile logo --*/
.LisaMessenger .mobile-logo a {
	display:block;
	width:134px;
	height:60px;
	margin:-20px auto 0;
}

.LisaMessenger .mobile-logo a .icon-icon-logo {
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../includes/images/lisa-messenger/logo.png);
	background-size:contain;
}

.LisaMessenger .mobile-logo a .icon-icon-logo:before {
	display:none;
}

/*-- side logo --*/
.LisaMessenger .sidebar-logo {
	visibility:hidden;
}

.LisaMessenger #menu-sidebar-secondary-menu {
	display:none;
}

.LisaMessenger .social-menu {
	border-top:0;
	padding-top:0;
}

.sidebar-nav-inner .subscribe-btn {
	margin-top:-5px;
}

.LisaMessenger .cart-count {
	display:none;
}

.cart-wrap {
  position: absolute;
  right: 0;
  z-index: 800; }

.cart-count {
  float: right;
  padding: 10px 30px 8px 15px;
  margin: 21px 0 10px 0;
  border-left: none;
  line-height: 1; }

.icon-icon-cart {
  margin: 1px 0 0 10px;
  float: right;
  font-size: 16px; }

.cart-count a {
  font-size: 13px;
  text-decoration: none;
  color: #111111; }

.cart-wrap .social-links {
  float: left;
  padding: 30px 15px 0 0;
  display: none; }

.cart-wrap .social-links a {
  color: #111111;
  text-decoration: none; }

.cart-wrap .social-links a span {
  padding: 5px;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #111111; }

.cart-wrap .social-links .sign-up {
	position:relative;
	top:-2px;
}

.cart-wrap .social-links .sign-up:hover span {
	color:#444444 !important;
}

.cart-wrap .social-links .sign-up span span { display:none; }

/* header Black line Text Start */
.ad-inner-black.text-center {
position: absolute;
top: 0;
z-index: 999;
text-align: center;
width: 100%;
background: #000;
color: #fff;
padding: 5px;
text-transform: uppercase;
font-size: 15px;}
/* header Black line Text End */

/*********************
SIDEBAR NAV STYLES
*********************/
body.open {
  overflow-y: hidden; }

.sidebar-bg {
  background: #000;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s ease-in-out .2s;
  pointer-events: none; }

.open .sidebar-bg {
  display: block;
  pointer-events: all;
  opacity: .8;
  transition: opacity .6s ease-in-out 0ms; }

.sidebar-nav-wrap {
  background: #000;
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 1002;
  width: 0px;
  height: 100%;
  overflow: hidden;
  -moz-transition: width 0.4s cubic-bezier(0.8, 0, 0.38, 1) 0.2s, transform 0.5s cubic-bezier(0.28, 0, 0.55, 0.82), opacity 0.7s linear 0.9s;
  -o-transition: width 0.4s cubic-bezier(0.8, 0, 0.38, 1) 0.2s, transform 0.5s cubic-bezier(0.28, 0, 0.55, 0.82), opacity 0.7s linear 0.9s;
  -webkit-transition: width 0.4s cubic-bezier(0.8, 0, 0.38, 1) 0.2s, transform 0.5s cubic-bezier(0.28, 0, 0.55, 0.82), opacity 0.7s linear 0.9s;
  transition: width 0.4s cubic-bezier(0.8, 0, 0.38, 1) 0.2s, transform 0.5s cubic-bezier(0.28, 0, 0.55, 0.82), opacity 0.7s linear 0.9s; }

.open .sidebar-nav-wrap {
  -moz-transition: width 0.8s cubic-bezier(0.7, 0, 0.034, 1) 0ms, transform 3s cubic-bezier(0.32, 0.96, 0.75, 1), opacity 0.7s linear 0.8s;
  -o-transition: width 0.8s cubic-bezier(0.7, 0, 0.034, 1) 0ms, transform 3s cubic-bezier(0.32, 0.96, 0.75, 1), opacity 0.7s linear 0.8s;
  -webkit-transition: width 0.8s cubic-bezier(0.7, 0, 0.034, 1) 0ms, transform 3s cubic-bezier(0.32, 0.96, 0.75, 1), opacity 0.7s linear 0.8s;
  transition: width 0.8s cubic-bezier(0.7, 0, 0.034, 1) 0ms, transform 3s cubic-bezier(0.32, 0.96, 0.75, 1), opacity 0.7s linear 0.8s;
  width: 100%; }

.icon-icon-menu-close {
  position: absolute;
  top: 50px;
  right: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 100; }

.sidebar-logo {
  color: #fff;
  font-size: 12px;
  color: #6F6F6E;
  margin-bottom: 15px;
  -moz-transition: transform 0.2s cubic-bezier(0.08, 0.91, 1, 0.26);
  -o-transition: transform 0.2s cubic-bezier(0.08, 0.91, 1, 0.26);
  -webkit-transition: transform 0.2s cubic-bezier(0.08, 0.91, 1, 0.26);
  transition: transform 0.2s cubic-bezier(0.08, 0.91, 1, 0.26);
  transform: matrix(1, 0, 0, 1, -400, 0); }

.open .sidebar-logo {
  color: #fff;
  font-size: 12px;
  color: #6F6F6E;
  margin-bottom: 15px;
  -moz-transition: transform 0.2s cubic-bezier(0.42, 0, 1, 1);
  -o-transition: transform 0.2s cubic-bezier(0.42, 0, 1, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.42, 0, 1, 1);
  transition: transform 0.2s cubic-bezier(0.42, 0, 1, 1);
  transform: matrix(1, 0, 0, 1, 0, 0); }

.sidebar-nav-inner {
  width: 300px;
  height: 100%;
  padding: 50px 0px 50px 30px;
  overflow-y: scroll;
  overflow-x: hidden; }

.sidebar-nav-overflow {
  width: 280px;
  overflow-x: hidden;
  height: 100%; }

.blog-menu nav {
  -moz-transition: transform 0.4s cubic-bezier(0.08, 0.91, 1, 0.26), opacity 0.6s linear 0.4s;
  -o-transition: transform 0.4s cubic-bezier(0.08, 0.91, 1, 0.26), opacity 0.6s linear 0.4s;
  -webkit-transition: transform 0.4s cubic-bezier(0.08, 0.91, 1, 0.26), opacity 0.6s linear 0.4s;
  transition: transform 0.4s cubic-bezier(0.08, 0.91, 1, 0.26), opacity 0.6s linear 0.4s;
  opacity: .2;
  transform: matrix(1, 0, 0, 1, -400, 0); }

.open .blog-menu nav {
  -moz-transition: transform 0.4s cubic-bezier(0.42, 0, 1, 1), opacity 0.3s linear 0.4s;
  -o-transition: transform 0.4s cubic-bezier(0.42, 0, 1, 1), opacity 0.3s linear 0.4s;
  -webkit-transition: transform 0.4s cubic-bezier(0.42, 0, 1, 1), opacity 0.3s linear 0.4s;
  transition: transform 0.4s cubic-bezier(0.42, 0, 1, 1), opacity 0.3s linear 0.4s;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0); }

.current-issue {
  -moz-transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26), opacity 0.3s linear 0.4s;
  -o-transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26), opacity 0.3s linear 0.4s;
  -webkit-transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26), opacity 0.3s linear 0.4s;
  transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26), opacity 0.3s linear 0.4s;
  opacity: .2;
  transform: matrix(1, 0, 0, 1, -400, 0);
  float: none;
  border-top: 1px solid #2c2c2c;
  width: 257px;
  padding: 25px 0 18px 0;
  margin: 15px 0 20px 0;
  height: 170px; }

.open .current-issue {
  -moz-transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26), opacity 0.6s linear 0.4s;
  -o-transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26), opacity 0.6s linear 0.4s;
  -webkit-transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26), opacity 0.6s linear 0.4s;
  transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26), opacity 0.6s linear 0.4s;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0); }

.info-menu {
  -moz-transition: transform 0.8s cubic-bezier(0.08, 0.91, 1, 0.26);
  -o-transition: transform 0.8s cubic-bezier(0.08, 0.91, 1, 0.26);
  -webkit-transition: transform 0.8s cubic-bezier(0.08, 0.91, 1, 0.26);
  transition: transform 0.8s cubic-bezier(0.08, 0.91, 1, 0.26);
  transform: matrix(1, 0, 0, 1, -400, 0); }

.open .info-menu {
  -moz-transition: transform 0.9s cubic-bezier(0.42, 0, 1, 1);
  -o-transition: transform 0.9s cubic-bezier(0.42, 0, 1, 1);
  -webkit-transition: transform 0.9s cubic-bezier(0.42, 0, 1, 1);
  transition: transform 0.9s cubic-bezier(0.42, 0, 1, 1);
  transform: matrix(1, 0, 0, 1, 0, 0); }

.current-issue .mag-thumb {
  float: left;
  width: 95px;
  margin-right: 10px;
  display:none;
}

.current-issue .mag-thumb a {
  display: block; }

.current-issue .mag-thumb img {
  width: 100%;
  height: auto; }

.current-issue .mag-copy {
  float: left;
  width: 110px;
  display:none;
}

.current-issue .mag-copy p {
  color: #6F6F6E;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0px;
  margin: 0; }

.subscribe-btn {
  -moz-transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26);
  -o-transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26);
  -webkit-transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26);
  transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26);
  transform: matrix(1, 0, 0, 1, -400, 0); }

.open .subscribe-btn {
  -moz-transition: transform 0.8s cubic-bezier(0.42, 0, 1, 1);
  -o-transition: transform 0.8s cubic-bezier(0.42, 0, 1, 1);
  -webkit-transition: transform 0.8s cubic-bezier(0.42, 0, 1, 1);
  transition: transform 0.8s cubic-bezier(0.42, 0, 1, 1);
  transform: matrix(1, 0, 0, 1, 0, 0); }

.search-bar {
  width: 242px;
  float: left;
  padding: 5px 0 3px 0;
  border-bottom: 1px solid #2c2c2c;
  border-top: 1px solid #2c2c2c;
  margin: 20px 0;
  -moz-transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26);
  -o-transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26);
  -webkit-transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26);
  transition: transform 0.6s cubic-bezier(0.08, 0.91, 1, 0.26);
  transform: matrix(1, 0, 0, 1, -400, 0); }

.open .search-bar {
  width: 242px;
  float: left;
  padding: 5px 0 3px 0;
  border-bottom: 1px solid #2c2c2c;
  border-top: 1px solid #2c2c2c;
  margin: 20px 0;
  -moz-transition: transform 0.8s cubic-bezier(0.42, 0, 1, 1);
  -o-transition: transform 0.8s cubic-bezier(0.42, 0, 1, 1);
  -webkit-transition: transform 0.8s cubic-bezier(0.42, 0, 1, 1);
  transition: transform 0.8s cubic-bezier(0.42, 0, 1, 1);
  transform: matrix(1, 0, 0, 1, 0, 0);
  z-index: 1000;
  position: relative; }

input[type="search"]#s {
  background: #000;
  padding: 0;
  margin: 0;
  float: left;
  width: 180px;
  line-height: 1;
  font-size: 13px;
  color: #fff;
  border: none; }

#searchsubmit {
  background: none;
  border: none;
  float: right;
  width: 20px;
  padding: 10px 0 0 0; }

#searchsubmit span {
  color: #6F6F6E; }

.social-menu {
  border-top: 1px solid #2c2c2c;
  float: left;
  width: 100%;
  padding-top: 20px; }

.info-menu .social-menu a {
  text-decoration: none; }

.info-menu .social-menu span {
  color: #6F6F6E;
  margin-right: 10px; }

.info-menu .social-menu .credit {
  float: left;
  margin-top: 8px; }

.info-menu .social-menu .credit a {
  font-size: 13px;
  text-decoration: none; }

/*********************
NAVIGATION STYLES
*********************/
.sidebar-nav-wrap .blog-menu .nav {
  border-bottom: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .sidebar-nav-wrap .blog-menu .nav li a {
    display: block;
    color: #fff;
    font-family: "WalbaumLT-Roman", Cambria, Times New Roman, Times, serif;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    padding: 0px;
	padding-right:5px;
    margin: 0;
    line-height: 1.35; }

/* end .nav */
.sidebar-nav-wrap .info-menu .nav {
  border-bottom: 0;
  margin: 0;
  padding: 0 0 18px 0;
  list-style-type: none;
  width: 200px;
  float: left;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .sidebar-nav-wrap .info-menu .nav li a {
    display: block;
    color: #6F6F6E;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0px; }
  .sidebar-nav-wrap .info-menu .nav li ul.sub-menu li a,
  .sidebar-nav-wrap .info-menu .nav li ul.children li a {
    padding: 5px 5px; }

/* end .nav */
#inner-header nav {
  border-bottom: 0;
  margin: 0;
  display: none;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  #inner-header nav li {
    /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/ }
    #inner-header nav li a {
      display: block;
      color: #111111;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px;
      padding: 30px 5px; }
    #inner-header nav li ul.sub-menu li a,
    #inner-header nav li ul.children li a {
      padding: 15px 5px; }
      #inner-header nav li.shop { margin-left:10px; }

/* end .nav */
.category-sub-wrap {
  width: 100%;
  background: #f2f2f2;
  text-align: center;
  position: relative;
  display: block; }

.category-sub-inner {
  width: 100%;
  padding: 20px 0; }

.sub-cat-filter {
  padding: 15px 0;
  text-decoration: none;
  font-size: 13px;
  color: #111111;
  outline: none; }
  .sub-cat-filter:hover, .sub-cat-filter:focus {
    outline: none; }

.sub-cat-filter .icon-icon-down-arrow {
  padding-left: 10px; }

.page-template-page-lisa .category-sub-nav ul li, .post-type-archive-press .category-sub-nav ul li, .archive .category-sub-nav ul li {
  display: none;
  font-size: 13px;
  text-transform: uppercase; }

.page-template-page-distribution .category-sub-nav ul li, .page-template-page-info .category-sub-nav ul li, .page-template-page-about .category-sub-nav ul li {
  font-size: 13px;
  text-transform: uppercase; }

.category-sub-nav ul li a {
  color: #111111;
  text-decoration: none; }

.category-sub-nav ul li.current-menu-parent, .category-sub-nav ul li.current-menu-item {
  display: block; }

.category-sub-nav ul li.current-menu-parent .sub-menu li, .category-sub-nav ul li.current-menu-item .sub-menu li {
  display: block; }

.woocommerce .category-sub-nav ul li.lisa {
  display: none; }

.sub-cat-filter .icon-icon-menu {
  margin-left: 10px; }

.category-sub-nav {
  float: left;
  width: 100%;
  background: #fff;
  display: none;
  border-bottom: none; }

.open .category-sub-nav {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e5e5e5; }

.sub-cat-nav {
  margin: 25px 0 10px 0; }

/*********************
SEARCH BAR STYLES
*********************/
.search-open .search-bar-wrap {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
  height: 80px;
  -moz-transition: height 0.3s cubic-bezier(0.8, 0, 0.38, 1) 0.2s, transform 0.2s cubic-bezier(0.28, 0, 0.55, 0.82), opacity 0.4s linear 0.3s;
  -o-transition: height 0.3s cubic-bezier(0.8, 0, 0.38, 1) 0.2s, transform 0.2s cubic-bezier(0.28, 0, 0.55, 0.82), opacity 0.4s linear 0.3s;
  -webkit-transition: height 0.3s cubic-bezier(0.8, 0, 0.38, 1) 0.2s, transform 0.2s cubic-bezier(0.28, 0, 0.55, 0.82), opacity 0.4s linear 0.3s;
  transition: height 0.3s cubic-bezier(0.8, 0, 0.38, 1) 0.2s, transform 0.2s cubic-bezier(0.28, 0, 0.55, 0.82), opacity 0.4s linear 0.3s; }

.search-bar-wrap {
  width: 100%;
  height: 0px;
  overflow: hidden;
  background: #000;
  -moz-transition: height 0.2s cubic-bezier(0.8, 0, 0.38, 1) 0.2s, transform 0.4s cubic-bezier(0.28, 0, 0.55, 0.82), opacity 0.4s linear 0.4s;
  -o-transition: height 0.2s cubic-bezier(0.8, 0, 0.38, 1) 0.2s, transform 0.4s cubic-bezier(0.28, 0, 0.55, 0.82), opacity 0.4s linear 0.4s;
  -webkit-transition: height 0.2s cubic-bezier(0.8, 0, 0.38, 1) 0.2s, transform 0.4s cubic-bezier(0.28, 0, 0.55, 0.82), opacity 0.4s linear 0.4s;
  transition: height 0.2s cubic-bezier(0.8, 0, 0.38, 1) 0.2s, transform 0.4s cubic-bezier(0.28, 0, 0.55, 0.82), opacity 0.4s linear 0.4s;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
  position: fixed;
  z-index: 100; }

.search-bar-wrap input[type="search"]#s {
  font-size: 1.35em;
  font-family: "WalbaumLT-Roman", Cambria, Times New Roman, Times, serif;
  text-transform: none;
  width: 100%;
  padding: 20px 30px;
  line-height: 1.2em; }

.search-bar-wrap #searchsubmit {
  padding: 22px 30px 0 0;
  width: auto; }

.search-bar-wrap #searchsubmit span {
  font-size: 30px; }

.search-btn {
  float: left;
  border-right: 1px solid #e5e5e5;
  padding: 8px 15px 2px 0px;
  margin: 21px 10px 10px 0;
  display: none; }

.search-btn a {
  text-decoration: none; }

/*********************
AD UNIT STYLES
*********************/
.sidebarwrap, .share-bar-vert {
  display: none; }

.sidebar {
  text-align: right;
  padding-top: 15px; }

.sidebar img {
  max-width: 100%;
  height: auto; }

.leaderboardwrap {
  width: 100%;
  padding: 25px 0;
  line-height: 0;
  float: left; }

.smartphonestatic {
  width: 100%;
  padding: 15px 0;
  line-height: 0;
  float: left; }

.smartphonestatic .ad-inner img {
  max-width: 100%;
  height: 50px; }

.block-wrap .ad-inner {
  border-bottom: 1px solid #e5e5e5; }

.single-scroll .leaderboardwrap {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0; }

.ad-inner {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  float: left; }

.block-wrap {
  float: left;
  width: 100%; }

.ad-unit-header .adcontainer {
  display: inline-block;
  margin: 0 auto; }

.ad-unit {
  width: 100%; }

.ad-unit-header {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 950; }

.ad-unit-header .ad-inner {
  padding: 10px 0;
  min-height: 80px; }

.ad-unit-header img {
  max-width: 100%;
  height: auto; }

.ad-unit img {
  max-width: 100%;
  height: auto; }

/*********************
PAGE STYLES
*********************/
.page .header-image {
  width: 100%;
  height: 212px; }

.post-type-archive-press .trending-item {
  padding: 15px;
  height: 240px; }

.post-type-archive-press #inner-content {
  max-width: inherit; }

.post-type-archive-press .article-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px; }

.about-section {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  float: left; }

.about-section .wrap {
  max-width: 585px; }

.page-template-page-about .section-break-header {
  border-top: none; }

.page-template-page-info .article-header, .page-template-page-distribution .article-header {
  border-bottom: 1px solid #e5e5e5; }

.wpcf7-form-control-wrap select, .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
  text-transform: uppercase;
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 12px; }

.wpcf7-form-control-wrap textarea {
  padding-top: 12px; }

.wpcf7-submit {
  background: #f2f2f2;
  padding: 14px;
  border: none;
  color: #111111;
  width: 100%;
  height: 100%;
  font-size: 12px; }

.wpcf7-form-control-wrap textarea.more-detail {
  display: none; }

.content-wrap {
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  min-height: auto;
  float: left; }

.content-inner {
  position: relative;
  text-align: center;
  width: 100%;
  top: auto;
  left: auto;
  float: left; }

.content-inner p {
  font-size: 13px; }

.shop-home-feature-spot img {
  width: 100%;
  height: auto; }

.event-detail {
  float: left;
  width: 100%;
  padding: 15px 15px;
  background: #f7f7f7;
  margin-bottom: 30px; }

.event-detail-label, .event-detail-content {
  padding: 0 15px; }

.event-detail-row {
  float: left;
  width: 100%;
  padding: 0; }

.event-detail-label p {
  font-weight: bold; }

.event-detail-label p, .event-detail-content p {
  padding: 0;
  margin: 5px 0;
  font-size: 13px; }

.event-detail-content ul li, ol li {
  position: relative;
  padding-left: 0.2em;
  font-size: 13px; }

.event-detail-content ul li:before, ol li:before {
  font-family: 'icomoon';
  content: '\e914';
  margin-right: 8px;
  font-size: 10px; }

.event-label {
  float: left;
  padding: 12px 0px;
  background: #f2f2f2;
  color: #111111;
  font-size: 13px;
  width: 100%;
  text-align: center;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=0.9); }

.event-status {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding-right: 15px; }

#map_search {
  margin-bottom: 50px; }

#map_search table.location_search {
  border: none; }

#map_search table tr {
  border: none;
  background: none; }

#map_search table tr.location_search_row {
  font-size: 13px;
  text-transform: uppercase; }

#map_search td {
  border: none; }

#map_search td.location_search_title {
  padding: 30px 0;
  font-size: 1em; }

#location_search_distance_fields h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  margin-bottom: 0; }

#location_search_submit_field {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: #111111; }

.location_search_submit_cell {
  text-align: center;
  height: 50px; }

#results .result_name h3 {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  font-weight: bold; }

.result_address, .result_phone {
  text-align: left;
  text-transform: inherit; }

.result_website {
  text-align: right; }

div.result {
  padding: 20px 0 15px 0;
  font-size: 12px; }

div.result small {
  font-size: 11px; }

/*********************
WOO STYLES
*********************/
.woocommerce .single-product-wrap {
  max-width: 600px;
  margin: 0 auto;
  position: relative; }

.woocommerce .woocommerce-breadcrumb {
  text-align: center;
  width: 100%;
  padding: 30px 15px 15px 15px;
  margin: 0; }

.tax-product_cat .woocommerce-breadcrumb {
  display: none; }

.woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb {
  font-size: 13px;
  color: #111111;
  text-decoration: none;
  text-transform: uppercase; }

.woocommerce #content div.product div.summary, .woocommerce #content div.product div.images {
  width: auto; }

.woocommerce #content div.product div.summary {
  padding: 0px 15px; }

.full-width-border-section {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5; }

#tab-description h2, #tab-additional_information h2 {
  text-transform: uppercase;
  font-size: 1.35em; }

.tabs li {
  text-transform: uppercase;
  font-size: 13px;
  color: #111111;
  font-weight: 500; }

.woocommerce-breadcrumb span {
  font-size: 12px;
  margin: 0 15px; }

.product-quote p {
  text-transform: uppercase;
  text-align: center;
  font-family: "WalbaumLT-Roman", Cambria, Times New Roman, Times, serif;
  font-size: 1.35em;
  line-height: 1.3em;
  padding: 0 15px; }

.single-product .product_title {
  font-size: 36px;
  line-height: 1.1em; }

.woocommerce div.product p.stock {
  display: none; }

.product_meta {
  display: none; }

.add-wrap {
  padding: 25px 0 25px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  float: left;
  width: 100%;
  margin-top: 5px; }

.woocommerce .summary button.btn-grey {
  font-weight: bold; }

.woocommerce .quantity .qty {
  height: 48px;
  margin-bottom: 0; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #111111;
  font-weight: normal;
  font-family: "WalbaumLT-Roman", Cambria, Times New Roman, Times, serif;
  text-decoration: none;
  padding: 0;
  margin: 0; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: normal;
  text-decoration: none; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0;
  padding: 0 15px 30px 15px;
  position: relative;
  width: 50%; 
  height:600px !important;
}

.woocommerce .products ul, .woocommerce ul.products {
  margin: 0; }

.woocommerce ul.products li.product .onsale {
  left: 0;
  margin: 0px 15px;
  width: 60px;
  padding: 0;
  text-transform: uppercase;
  min-height: inherit;
  min-width: inherit; }

.woocommerce .single-product-wrap .onsale {
  left: 0;
  margin: 22px 15px;
  width: 60px;
  padding: 0;
  text-transform: uppercase;
  min-height: inherit;
  min-width: inherit; }

.woocommerce span.onsale {
  border-radius: 0;
  background: #000;
  width: auto;
  line-height: 3; }

.woocommerce ul.products li.product h3 {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #111111;
  text-transform: uppercase;
  padding: 0; }

.woocommerce ul.products li.product .price {
  color: #111111; }

.woocommerce ul.products li.product .price del {
  float: left;
  margin-right: 10px; }

.woocommerce ul.products li.product .price ins {
  float: left; }

.woocommerce div.product form.cart div.quantity {
  margin: 0 15px 0 0; }

.woocommerce div.product form.cart {
  margin-bottom: 10px; }

.woocommerce .single-product-wrap .learn-more {
  font-size: 13px;
  color: #111111;
  padding-bottom: 15px;
  float: left; }

h3.product-category {
  text-transform: uppercase;
  font-size: 13px;
  padding: 0;
  font-family: "Karla", Helvetica, Arial, sans-serif; }

h3.product-category a {
  color: #111111; }

.woocommerce table.shop_attributes th {
  text-transform: uppercase;
  font-size: 13px; }

.woocommerce table.shop_attributes td p {
  padding: 8px 15px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  width: 0;
  height: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0; }

.woocommerce table.shop_attributes {
  margin-top: 20px; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none; }

.woocommerce #reviews #comments ol.commentlist li .comment-text .m-all {
  padding: 0 15px; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: none; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  padding: 0; }

.woocommerce .comment-text .star-rating {
  float: left;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  width: 6.1em;
  margin-bottom: 15px;
  float: none; }

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 13px;
  text-transform: uppercase;
  color: #111111; }

p.woocommerce-noreviews {
  text-align: center; }

#review_form {
  text-align: center; }

#review_form h3.comment-reply-title {
  text-transform: uppercase; }

#commentform input[type="text"] {
  margin: 0 auto; }

#review_form label {
  text-transform: uppercase;
  font-size: 13px; }

.woocommerce .single-product-wrap .review-status {
  text-align: center; }

.woocommerce .single-product-wrap .review-status h2 {
  padding-top: 0;
  margin-top: 0; }

.woocommerce .review-closed {
  display: none; }

.woocommerce #content .form-open {
  display: block; }

.woocommerce div.product div.images, .woocommerce div.product div.summary {
  margin: 0; }

.woocommerce .woocommerce-message {
  width: 100%;
  background: #f2f2f2;
  border-top: 0;
  text-align: center;
  color: #111111;
  font-size: 13px; }

.woocommerce .woocommerce-message .message-inner {
  padding: 20px 0; }

.woocommerce .woocommerce-message:before {
  display: none; }

.woocommerce .woocommerce-message .button {
  display: none; }

.woocommerce .woocommerce-message .message-inner:before {
  font-family: WooCommerce;
  content: "\e015";
  font-size: 16px;
  display: inline-block;
  padding: 0px 5px 0 0; }

/*********************
SHOPPING CART STYLES
*********************/
.woocommerce table.shop_table {
  border: none;
  margin-top: 30px; }

.woocommerce table.shop_table thead {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.woocommerce table.shop_table tr.cart_item {
  font-size: 13px; }

.woocommerce table.shop_table tr.cart_item .quantity input {
  font-size: 13px; }

td.product-thumbnail img {
  max-width: 65px; }

.woocommerce .product-remove a.remove {
  color: #111111; }

.cart_totals h2 {
  text-align: right;
  font-size: 24px; }

.cart_totals {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  font-size: 13px; }

.cart_totals p {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  text-transform: initial;
  position: relative;
  font-size: 13px; }

.cart_totals table {
  width: 100%; }

.cart_totals .cart-subtotal td, .cart_totals .shipping td, .cart_totals .order-total td {
  text-align: right; }

.cart_totals .cart-subtotal th, .cart_totals .shipping th {
  text-align: left;
  padding: 10px 0; }

.cart_totals .order-total th {
  text-align: left;
  padding: 15px 0;
  font-size: 24px;
  font-family: "WalbaumLT-Roman", Cambria, Times New Roman, Times, serif; }

.cart_totals .order-total td .amount {
  font-size: 24px;
  font-family: "WalbaumLT-Roman", Cambria, Times New Roman, Times, serif; }

.cart_totals .order-total td {
  padding: 18px 0; }

.cart_totals table tr {
  border-bottom: 1px #e0e0e0 solid; }

.cart_totals .cart-subtotal {
  border-top: 1px #e0e0e0 solid;
  margin: 30px; }

.woocommerce input.button {
  background: #111111;
  border-radius: 0;
  color: #fff; }

.woocommerce table.shop_table td.actions {
  padding: 15px 0; }

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  border-top: none;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #111111;
  font-size: 13px; }

.woocommerce .woocommerce-info:before {
  color: #111111; }

.woocommerce-checkout .woocommerce .woocommerce-info {
  text-transform: inherit;
  margin-top: 15px;
  float: left;
  width: 100%; }

.wc-proceed-to-checkout {
  padding: 15px 0;
  text-align: right; }

#coupon_code {
  float: left;
  font-size: 11px;
  width: 150px;
  margin-right: 10px;
  height: 34px; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  font-size: 11px;
  padding: 15px 15px; }

.woocommerce-checkout-review-order {
  background: #efefef;
  padding: 15px;
  margin-bottom: 15px; }

.woocommerce-checkout #payment {
  background: none; }

.woocommerce-checkout #payment div.payment_box {
  background: #111111;
  color: #fff;
  border-radius: 0; }

.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em; }

.woocommerce-checkout-review-order {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.woocommerce-checkout-review-order .cart_item {
  font-family: "WalbaumLT-Roman", Cambria, Times New Roman, Times, serif;
  text-transform: none; }

h3#order_review_heading, h3#ship-to-different-address, #customer_details h3 {
  text-align: center;
  text-transform: uppercase; }

.woocommerce table.shop_table th {
  font-weight: bold;
  font-size: 13px; }

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  float: left;
  width: 100%; }

.woocommerce-page #content table.cart td.actions .button {
  float: right; }

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-size: 13px;
  text-transform: uppercase; }

.select2-container .select2-choice > .select2-chosen {
  font-size: 13px; }

.woocommerce #customer_details {
  margin-top: 30px; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
  background: #f7f6f7;
  border: none; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-size: 13px;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  font-weight: normal; }

.woocommerce-checkout-review-order .cart_item {
  font-family: "Karla", Helvetica, Arial, sans-serif; }

.woocommerce-checkout .woocommerce .order_details {
  margin: 30px 0; }

.woocommerce-checkout .woocommerce form .form-row {
  padding: 0;
  margin: 15px 0; }

.woocommerce-checkout .woocommerce .order_details li strong {
  font-style: normal;
  font-family: "WalbaumLT-Roman", Cambria, Times New Roman, Times, serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 5px; }

.woocommerce-order-pay .woocommerce {
  margin: 0 auto;
  max-width: 530px; }

.woocommerce-order-pay .woocommerce form .form-row-first, .woocommerce-order-pay .woocommerce form .form-row-last {
  width: 100%;
  float: none; }

.woocommerce-order-pay .woocommerce form .form-row input {
  max-width: 100%; }

.woocommerce-order-pay .woocommerce .payment-icons {
  float: right;
  margin: 15px 0; }

.woocommerce-order-pay .woocommerce #place_order {
  float: left;
  margin: 15px 0; }

.woocommerce-order-received .woocommerce h2, .woocommerce-order-received .woocommerce h3 {
  width: 100%;
  text-align: center;
  font-size: 1.35em;
  text-transform: uppercase; }

p.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 1.35em;
  font-family: "WalbaumLT-Roman", Cambria, Times New Roman, Times, serif;
  text-transform: uppercase;
  padding: 20px 0 30px 0; }

.woocommerce-checkout .woocommerce ul.woocommerce-thankyou-order-details {
  margin: 0 auto 45px auto;
  max-width: 530px; }

.woocommerce-checkout .woocommerce .shop_table {
  font-size: 13px; }

.woocommerce-checkout .woocommerce address {
  font-size: 13px; }

.woocommerce-checkout .woocommerce {
  padding-bottom: 30px; }

.empty-cart-wrap {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 30px auto; }

/*********************
POST GALLERY STYLES
*********************/
.post-gallery-wrap {
  padding: 30px 0;
  position: relative;
  float: left;
  width: 100%;
  height: 100%; }

#galleria {
  height: 440px; }

.pager-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 5px 17px 10px;
  z-index: 1000;
  display: block; }

@media (max-width:767px) {
	.remodal .pager-wrap p {
		font-size: 10px;
	}

	.remodal .pager-wrap {
		padding-bottom:30px;
	}

	.remodal .share-bar-vert-inline { right:10px !important; bottom:30px !important; }
	.remodal .share-bar-vert-inline a span { font-size:20px; }
}

.pager-wrap p {
  font-family: "WalbaumLT-Roman", Cambria, Times New Roman, Times, serif;
  font-size: 20px;
  margin: 0;
  padding: 5px; }

.slide-header-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 74px;
  top: 0;
  padding: 5px 0px;
  z-index: 9999999999999999;
  display: block;
  /*border-bottom: 1px solid #e0e0e0;*/
  }
  
.slide-header-wrap > * { display:none; }
.slide-header-wrap > button { display:block; margin-top:-10px; margin-right:-35px; width:36px; height:36px; }
.slide-header-wrap > button span { padding:10px; }

.slide-header-wrap .icon-icon-gallery {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 24px;
  margin-left: 8px; }

.cycle-nav-center {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  font-size: 20px;
  padding: 0 5px;
  margin-top:-36px;}

.cycle-nav-center #prev {
  float: left;
  cursor: pointer;
  padding:10px; }

.cycle-nav-center #next {
  float: right;
  cursor: pointer;
  padding:10px; }
  
.cycle-nav-center #prev, .cycle-nav-center #next {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding-top: 8px;
}

.cycle-slideshow .slide-image img {
  max-width: 100%;
  max-height: 380px; }

.cycle-slideshow .slide-image {
  /*width: 80%;*/
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }

.cycle-slideshow .slide-wrap {
  width: 100%;
  height: 100%;
  float: left;
  height: inherit; }

.cycle-slideshow {
position:fixed;
top:0;
left:0;
  width: 100%;
  text-align: center;
  height: 100%;
  background-color:#EEEEEE;
 }

.cycle-slideshow .slide-footer-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
/*border-top: 1px solid #e0e0e0;*/
  padding: 15px;
  height: 85px;
  width: 100%;
  font-size: 13px;
  background-color:#FFFFFF;
  z-index:2; }

.slide-image-contain {
  float: left;
  /*height: 85vh;*/
  width: 100%;
  display: inline-block;
  padding: 80px 0; }

.cycle-slideshow .slide-image .slide-image-contain img {
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  /*height: auto;*/
  /*width: auto;*/
  width:100vw;
  height:100vh;
  object-fit:contain;
  padding-bottom:80px;
  max-width:none;
  max-height:none;
  /*filter:drop-shadow(0px 0px 1px rgba(0,0,0,.3)) drop-shadow(0px 0px 10px rgba(0,0,0,.3));*/
 }

.cycle-slideshow .slide-footer-wrap .desc {
  margin: 0px 140px 0 60px;
  height:53px;
  overflow:hidden;}
  
@media (max-width:767px) {
	.cycle-slideshow .slide-footer-wrap .desc {
		margin:-12px 70px 10px 35px;
		height:73px;
	}
}

.cycle-slideshow .slide-footer-wrap p {
  font-size: 12px;
  line-height: 1em; }

.slide-header-wrap .slideshow-title {
  width: 50%;
  margin: 0 auto; }

.slide-header-wrap .slideshow-title h3 {
  padding: 22px 0 15px 0;
  margin: 0;
  font-size: 12px; }

.slide-header-wrap .icon-icon-menu-close {
  position: static;
  color: #111111;
  top: auto;
  right: auto;
  line-height: 0; }

.remodal .share-bar-vert-inline {
  bottom: 25px;
  right: 20px;
  position: absolute;
  width: initial;
  line-height: 0;
  padding: 0;
  margin: 0;
  z-index: 1000;
  display: block;
  text-align:right; }

.post-gallery-thumb .trending-item {
  width: 100%;
  margin: 15px 0 30px 0;
  height: 300px;
  position: relative;
  float: left; }

.post-gallery-thumb .trending-body {
  top: 40px;
  bottom: auto;
  background: #111111;
  padding: 30px 30px 25px 20px; }

.post-gallery-thumb .trending-body h4 {
  font-size: 1.3em;
  float: left;
  text-transform: uppercase; }

.post-gallery-thumb .trending-body .icon-icon-gallery {
  float: left;
  font-size: 19px;
  margin-right: 20px; }

.post-gallery-thumb .trending-link {
  cursor: pointer; }

/*********************
POSTS & CONTENT STYLES
*********************/
.share-box {
  float: left;
  display: none;
  cursor: pointer; }

.share-box .icon-icon-share-arrow {
  float: left;
  padding-top: 14px;
  display:none;
}

.share-box .share-box-icons {
  float: left;
  height: 100%;
  /*opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: opacity 0.2s linear 0.2s;
  -o-transition: opacity 0.2s linear 0.2s;
  -webkit-transition: opacity 0.2s linear 0.2s;
  transition: opacity 0.2s linear 0.2s;*/
  padding-left: 5px; }

/*.active .share-box-icons {
  float: left;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
  -moz-transition: opacity 0.1s linear 0.2s;
  -o-transition: opacity 0.1s linear 0.2s;
  -webkit-transition: opacity 0.1s linear 0.2s;
  transition: opacity 0.1s linear 0.2s; }*/

.share-box .share-box-icons span {
  float: left;
  padding: 15px 0px 0 10px;
  color: #000; }

.share-bar-vert-inline {
  float: left;
  width: 100%;
  padding: 15px 0 30px 0;
  display: block; }

.share-bar-vert-inline a {
  padding: 0;
  margin: 0;
  color: #000;
  text-decoration: none;
  text-align: center; }

.share-bar-vert {
  position: absolute;
  width: 30px;
  text-align: center;
  left: -55px;
  top: 15px;
  padding: 0; }

.share-bar-vert a {
  padding: 0;
  margin: 5px 0;
  color: #000;
  text-decoration: none;
  text-align: center; }

.share-bar-vert a span, .share-bar-vert-inline a span {
  font-size: 28px;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #111111; }

.share-bar-vert a span.icon-icon-square-facebook:hover, .share-bar-vert-inline a span.icon-icon-square-facebook:hover, .cart-wrap .social-links a span.icon-icon-facebook:hover {
  color: #3B589A; }

.share-bar-vert a span.icon-icon-square-twitter:hover, .share-bar-vert-inline a span.icon-icon-square-twitter:hover, .cart-wrap .social-links a span.icon-icon-twitter:hover {
  color: #68ACD2; }

.cart-wrap .social-links a span.icon-icon-instagram:hover {
  color: #fb3958; }

.share-bar-vert a span.icon-icon-square-pinterest:hover, .share-bar-vert-inline a span.icon-icon-square-pinterest:hover {
  color: #DE2127; }

.share-bar-vert a span.icon-icon-square-share-arrow:hover, .share-bar-vert-inline a span.icon-icon-square-share-arrow:hover {
  color: #ccc; }

#post-not-found {
  text-align: center;
  padding: 30px 0;
  float: left;
  width: 100%; }

#post-not-found .search {
  margin: 0 auto;
  width: 240px; }

#post-not-found .search #searchsubmit {
  float: left;
  padding: 13px 5px; }

#post-not-found .search #s {
  float: left;
  padding: 5px 15px 2px 15px;
  background: #f2f2f2;
  color: #111111;
  margin-right: 10px; }

.distributor-wrap .stockist-wrap {
  min-height: 200px; }

.distributor-wrap .stockist-wrap p {
  padding: 0;
  margin: 0;
  font-size: 13px; }

.distributor-wrap .stockist-wrap p.country {
  font-weight: bold; }

.category-events .hentry .date-label {
  display: none; }

.page #inner-content {
  max-width: 585px; }

.page-template-page-cart #inner-content, .woocommerce-checkout #inner-content, .page-template-page-distribution #inner-content {
  max-width: 975px; }

#inner-content {
  max-width: 975px; }

.single .hentry {
  padding: 0;
  position: relative;
  margin: 20px 0 15px 0; }

.category .category-title-wrap, .woocommerce-page .category-title-wrap, .tag .category-title-wrap, .author .category-title-wrap {
  border-top: none;
  height: auto; }

.hentry {
  padding: 0 15px; }
  .hentry .article-footer {
    border-top: 1px solid #e5e5e5;
    float: left;
    padding: 30px 0 0 0;
    margin-bottom: 15px;
    width: 100%; }
  .hentry .post-thumb {
    float: left;
    padding: 20px 15px 20px 0px;
    line-height: 0;
    position: relative; }
    .hentry .post-thumb .post-type-icon {
      position: absolute;
      left: 0;
      top: 20px;
      background: #111111;
      color: #fff;
      padding: 10px; }
    .hentry .post-thumb img {
      max-width: 100%;
      height: auto; }
  .hentry .post-meta {
    float: left;
    padding: 20px 0 20px 0px; }
    .hentry .post-meta a.btn-grey {
      padding: 5px 8px;
      float: left;
      display: none; }
    .hentry .post-meta .post-preview-share {
      margin: 5px 15px 5px 0;
      border: none;
      float: left; }
      .hentry .post-meta .post-preview-share span {
        margin-left: 5px; }
  .hentry .post-title {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 14px; }
  .hentry .post-description {
	float:left;
	width:100%;
	margin-top:5px;
	font-size:14px;
	color:#767676;
  }
  .hentry .category-label {
    font-family: "Karla", Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    text-transform: uppercase; }
  .hentry .date-label {
    font-family: "Karla", Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0 10px;
    float: left;
    color: #6F6F6E;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    text-transform: uppercase; }
  .hentry header {
    width: 100%;
    margin: 0; }
  .hentry .excerpt p {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.3; }
  .hentry footer p {
    margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  margin: 15px 0 4px 0;
  padding: 0; }

.archive-title {
  text-align: center;
  text-transform: uppercase; }

h3.archive-title {
  font-size: 1.5em; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
.entry-author, .by {
  color: #727272;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase; }
a.entry-author {
	text-decoration:none;
}
a.entry-author:hover { color:#000000; }

/* post meta */
.byline {
  color: #727272;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1; }
  .byline a {
    text-decoration: none;
    color: #111111; }

/* entry content */
.page .entry-content {
  text-align: center; }

.entry-content {
  padding: 15px 0 10px 0;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/ }
  .entry-content p {
    margin: 0 0 1.5em;
    word-break: normal;
    word-wrap: normal;
    hyphens: none;
    -webkit-hyphens: none;
    -epub-hyphens: none;
    -moz-hyphens: none; }
  .entry-content b, .entry-content strong, .entry-content .strong {
    font-weight: bold;
    font-family: "Karla-Bold", Helvetica, Arial, sans-serif; }
  .entry-content ul li, .entry-content ol li {
    position: relative;
    padding-left: 0.4em;
    /* text distance to icon */ }
  .entry-content ul {
    margin: 0;
    padding: 0;
    /* make space for li's :before */
    list-style: none; }
    .entry-content ul li:before {
      font-family: 'icomoon';
      content: '\e914';
      margin-right: 8px;
      font-size: 13px; }
  .entry-content ol li {
    padding-left: 0.4em;
    list-style: decimal;
    list-style-position: inside; }
  .entry-content table {
    width: 100%;
    border: 1px solid #6F6F6E;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #727272;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #6F6F6E; }
    .entry-content tr:nth-child(even) {
      background-color: #e5e5e5; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #6F6F6E; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #e5e5e5;
    border-bottom: 1px solid #6F6F6E;
    border-right: 1px solid #6F6F6E; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #6F6F6E;
    font-style: italic;
    color: #727272; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #111111;
    color: #e5e5e5;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

	.entry-content .Sponsor {
		border-top:1px solid #E5E5E5;
		border-bottom:1px solid #E5E5E5;
		margin:20px 0;
		padding:20px 0 15px;
		overflow:hidden;
	}

	.entry-content .Sponsor > a {
		float:left;
		margin-right:20px;
	}

	.entry-content .Sponsor > a img {
		width:50px;
		margin:0;
	}

	.entry-content .Sponsor > a:hover img {
		opacity:0.8;
	}

	.entry-content .Sponsor div {
		overflow:hidden;
	}

	.entry-content .Sponsor div h2 {
		margin:0;
		font-family:"Karla", Helvetica, Arial, sans-serif;
		font-size:14px;
		text-transform:uppercase;
		font-weight:bold;
	}

	.entry-content .Sponsor div h2 a:hover {
		color:#000000;
	}

	.entry-content .Sponsor div p {
		margin:5px 0 0;
		color:#6F6F6E;
		font-size:14px;
	}



/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 0;
    padding: 10px 0 15px 0;
    text-align: left;
    color: #6F6F6E; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
  font-size: 13px;
  float: left;
  width: 60%; }

/******************************************************************
SHOP THE POST STYLES
******************************************************************/
.owl-gallery {
  padding: 15px 0px; }

.related-products {
  position: relative; }

.woocommerce .related-products .wrap {
  max-width: 975px;
  padding: 30px 30px;
  position: relative; }

.woocommerce .related-products .wrap .shop-prev-btn {
  position: absolute;
  left: 0;
  top: 50%; }

.woocommerce .related-products .wrap .shop-next-btn {
  position: absolute;
  right: 0;
  top: 50%; }

.woocommerce .related-products .owl-gallery {
  padding: 0; }

.woocommerce .related-products .instance-1 {
  padding: 30px 0; }

.related-products .owl-gallery {
  padding: 30px 0px; }

.related-products .owl-gallery .product-preview-wrap {
  padding: 0; }

.owl-gallery .item {
  padding: 0px;
  color: #FFF;
  text-align: center; }

.related-products .owl-gallery .item {
  padding: 0px 5px;
  color: #FFF;
  text-align: center; }

.owl-gallery .item img {
  width: 100%;
  height: auto; }

.single #main .owl-gallery .item p {
  padding: 5px 2px;
  text-align: center;
  color: #111111; }

.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
  position: absolute;
  top: 35%;
  width: 100%; }

.owl-pagination {
  display: none; }

.owl-theme .owl-controls .owl-prev {
  float: left;
  background: none; }

.owl-theme .owl-controls .owl-next {
  float: right;
  background: none; }

.single .owl-theme .owl-controls .owl-buttons div {
  background: none; }

.related-products .owl-controls {
  padding: 0px 15px; }

.related-products .owl-gallery .product-preview-wrap h3, .related-products .owl-gallery .product-preview-wrap span, .related-products .owl-gallery .product-preview-wrap a {
  font-size: 13px;
  text-align: left;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  width: 100%;
  margin: 10px 0 0 0;
  text-decoration: none;
  color: #111111;
  text-transform: uppercase; }

.related-products .owl-gallery .product-preview-wrap span h3 {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #6F6F6E; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #6F6F6E; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #6F6F6E;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #111111; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #111111; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
.comments {
display:none;
  float: left;
  width: 40%;
  text-align: right; }
  .comments span.comments-title {
    font-size: 13px;
    float: right;
    padding: 0 10px; }
  .comments .icon-icon-comment {
    float: right; }

#disqus_thread {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  float: left;
  padding: 20px 0 0 0;
  width: 100%; }

#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #e5e5e5; }

.single-post #commentform input[type="text"], .single-post #commentform textarea#comment {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1.1em;
  padding: 15px; }

.commentlist .comment {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5; }

.single-post .commentlist {
  border-top: 1px solid #e5e5e5;
  float: left;
  margin: 15px 0 30px 0; }

.single-post .comment-author {
  margin: 0; }

.article-footer .comments {
  float: right; }

/*-------------------*/  
/*-- Entry Content --*/
/*-------------------*/
@media (max-width:768px) {
	.entry-content img.size-full {
		max-width:306px;
	}
}

/*----------------------*/
/*-- Related Articles --*/
/*----------------------*/
.related-articles {
	margin-top:-20px;
	margin-bottom:20px;
	padding-bottom:30px;
	border-bottom:1px solid #E5E5E5;
}

.related-articles h2 {
	margin-top:0;
	margin-bottom:20px;
	font-size:1.35em;
	text-transform:uppercase;
}

.related-articles ul {
	margin:0 -10px;
	overflow:hidden;
}

.related-articles ul li {
	float:left;
	width:33.33%;
	padding:0 10px;
	box-sizing:border-box;
}

.related-articles ul li p {
	margin-top:5px;
	font-family:"WalbaumLT-Roman", Cambria, Times New Roman, Times, serif;
	font-size:14px;
}

.related-articles ul li img {
	max-width:100%;
}

.related-articles ul li p a {
	color:#000000;
	text-decoration:none;
}

@media only screen and (max-width:480px) {
	.related-articles ul li {
		float:none;
		width:auto;
		overflow:hidden;
		margin-top:20px;
	}
	
	.related-articles ul li:first-child { margin-top:0; }
	
	.related-articles ul li img {
		float:left;
		margin-right:20px;
		width:125px;
	}
	
	.related-articles ul li p {
		overflow:hidden;
		margin-top:10px;
	}
}

/*----------------*/
/*-- Author Bio --*/
/*----------------*/
.author-bio {
	margin-top:-20px;
	margin-bottom:20px;
	padding-bottom:30px;
	border-bottom:1px solid #E5E5E5;
	overflow:hidden;
}

.author-bio > div {
	overflow:hidden;
}

.author-bio > div > a {
	float:left;
	margin-right:20px;
}

.author-bio > div > a img {
	display:block;
	width:100px;
}

.author-bio > div > a:hover img {
	opacity:0.9;
}

.author-bio > div > div {
	overflow:hidden;
}

.author-bio > div > div h2 {
	margin-top:0;
	margin-bottom:0;
	font-size:1.35em;
	text-transform:uppercase;
}

.author-bio > div > div h2 a {
	color:#000000;
}

.author-bio > div > div h2 a:hover {
	color:#727272;
}

.author-bio > div > div p {
	margin:0;
	text-transform:uppercase;
	font-size:13px;
	color:#727272;
}

.author-bio > div > div p span:first-child {
	color:#000000;
}

.author-bio > div > div p a {
	text-decoration:none;
}

.author-bio > div > div p a:hover {
	color:#000000;
}

.author-bio > div > div ul {
	margin:10px 0 0;
	overflow:hidden;
}

.author-bio > div > div ul li {
	float:left;
	margin-right:10px;
}

.author-bio > div > div ul li a {
	color:#000000;
}

.author-bio > div > div ul li a:hover {
	color:#727272;
}

.author-bio > p {
	margin-top:20px !important;
	color:#727272;
}

@media only screen and (max-width:480px) {
	.author-bio > div > a {
		display:none;
	}
}

@media only screen and (max-width:480px) {
	.author-bio > p {
		margin-top:10px;
	}
}

/*-------------------*/
/*-- Author Header --*/
/*-------------------*/
.author-header {
	border-bottom:1px solid #E5E5E5;
}

.author-header .author-bio {
	max-width:1140px;
	margin:auto;
	padding:15px 15px 30px;
	border-bottom:0;
}

.author-header .author-bio > div {
	overflow:visible;
}

.author-header .author-bio > div > a {
	margin-right:30px;
}

.author-header .author-bio > div > a img {
	width:258px;
}

.author-header .author-bio > div > div h2 {
	font-size:2em;
}

.author-header .author-bio > p {
	overflow:hidden;
	max-width:720px;
}

@media only screen and (max-width: 768px) {
	.author-header .author-bio > div > a img {
		width:150px;
	}
}

.single-post .avatar {
  display: none; }

.comment-respond {
  float: left;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-top: 10px; }

p.comment-notes {
  font-size: 13px;
  margin-bottom: 10px; }

h3#reply-title {
  margin-bottom: 10px; }

/*********************
SLIDER STYLES
*********************/
#loader-start {
  background: url("/wp-content/themes/renegadecollective/library/images/loader.gif") no-repeat scroll 50% 46% #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999; }

.slider-wrap {
  width: 100%;
  position: relative; }

.slider {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden; }

.slides {
  height: 100%;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  margin: 0; }

.slide {
  height: 100%;
  float: left;
  clear: none; }

.slider-arrows {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1); }

.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: 0;
  width: 30px;
  height: 30px; }

.slider-arrow--right {
  bottom: 50%;
  right: 12px; }

.slider-arrow--left {
  bottom: 50%;
  left: 12px; }

.slider-nav {
  position: absolute;
  bottom: 30px; }

.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff; }

.slider-nav__item:hover {
  background: #ccc; }

.slider-nav__item--current {
  background: #ccc; }

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  background: #000;
  opacity: 0.02;
  -moz-opacity: 0.02;
  -khtml-opacity: 0.02;
  opacity: 0.02;
  filter: alpha(opacity=0.02); }

.box-wrap {
  float: left;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  display: table;
  overflow: hidden;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1); }

.box {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden; }

.box-inner {
  width: 250px;
  margin: 0 auto;
  text-align: center;
  color: #fff; }

.image-title {
  width: auto;
  margin: 0 auto; }

.image-title img {
  width: auto;
  margin: 0 auto;
  max-width: 250px;
  height: auto; }

.page-template-page-ourstory-php .box-wrap {
  float: left;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  display: table;
  overflow: hidden;
  color: #fff; }

.page-template-page-ourstory-php .box-wrap img {
  width: 90%;
  height: auto;
  margin: 15px auto 0px auto; }

.page-template-page-ourstory-php .single-col .box-wrap {
  float: left;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  display: table;
  overflow: hidden; }

a.readmore-shop {
  float: left;
  width: 100%;
  padding: 13px;
  text-decoration: none;
  text-transform: uppercase; }

.slider-arrow--left:before {
  content: "\e90d";
  font-family: 'icomoon';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  color: #fff;
  font-size: 18px; }

.slider-arrow--right:before {
  content: "\e914";
  font-family: 'icomoon';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  text-align: right; }

.box-inner h3 {
  font-family: "Karla-Bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal; }

.box-inner a {
  text-decoration: none;
  color: #fff; }

.box-inner a.btn-grey {
  text-decoration: none;
  color: #000; }

.box-inner h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 30px 0; }

.box-inner h2 a {
  color: #fff; }

.box-inner p {
  display: none; }

.slide-link {
  display: block;
  width: 100%;
  height: auto; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  float: left;
  background: #f2f2f2;
  width: 100%;
  padding: 15px; }
  .footer a, .footer p {
    font-size: 13px;
    color: #111111;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0; }
  .footer a.privacy-link {
    padding-left: 15px; }
  .footer a.contact-link {
    padding-right: 15px;
    border-right: 1px solid #111111; }
  .footer .copyright-col {
    text-align: center;
    padding-bottom: 0; }
  .footer .contact-col {
    text-align: center;
    padding: 0; }
  .footer .site-credit-col {
    text-align: center;
    padding-top: 0; }



    /*02-05-2019*/

.custom_item .custom_bg_white {
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 90%);*/
    width: 100%;
    height: auto;
	text-align:center;
	margin-top:30px;
}
.custom_cover:after {
    background-image: unset !important;
}
.custom_terms_cf {
    margin-bottom: 40px;
    font-size: 18px;
    margin-top: 20px !important;
}
input.wpcf7-form-control.wpcf7-submit.custom_btn_cf7 {
    display: inline-block !important;
    margin: 20px 0 !important;
    padding: 10px 20px !important;
    border: 2px solid #FFFFFF;
    background: none;
    text-transform: uppercase;
    color: #FFFFFF;
     width: 50%;
}
div.wpcf7-mail-sent-ok{
      font-size: 21px;
}


    /*02-05-2019*/

/* end .footer-links */
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  #container { padding-top: 220px; }
  /* .home #container { padding-top: 380px; }*/
  .ad-unit-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    background: #fff;
    z-index: 950; }
  .header {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    height: 80px;
    float: left;
    width: 100%;
    position: fixed;
    z-index: 900;
    top: 140px;
  }
   /*.home .header { top:300px; }*/
  .ad-unit-header .ad-inner {
    padding: 25px 0; }
  /*********************
Section Break Feature
*********************/
  .trending-item {
    padding: 0;
    height: 300px;
    position: relative;
    float: left; }
  /*********************
PAGE STYLES
*********************/
  .page .header-image {
    width: 100%;
    height: 380px; }
  /*********************
SLIDER STYLES
*********************/
  .box-inner {
    width: 350px; }
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
  /* end .entry-content */
  .hentry {
    padding: 0 15px; }
    .hentry .post-thumb {
      float: left;
      padding: 20px 15px 20px 0px;
      line-height: 0; }
      .hentry .post-thumb img {
        max-width: 100%;
        height: auto; }
    .hentry .post-meta {
      float: left;
      padding: 35px 0 20px 15px; }
      .hentry .post-meta a.btn-grey {
        padding: 14px 38px; }
      .hentry .post-meta .post-preview-share {
        margin: 15px 15px 15px 0;
        border: none; }
        .hentry .post-meta .post-preview-share span {
          margin-left: 5px; }
    .hentry .post-title {
      width: 100%;
      float: left;
      margin: 5px 0 0 0;
      font-size: 16px; }
    .hentry .category-label {
      font-family: "Karla", Helvetica, Arial, sans-serif;
      padding: 0;
      margin: 0;
      float: left; }
    .hentry .date-label {
      font-family: "Karla", Helvetica, Arial, sans-serif;
      padding: 0;
      margin: 0 10px;
      float: left;
      color: #6F6F6E; }
    .hentry header {
      width: 100%; }
    .hentry footer p {
      margin: 0; }
  /* end .hentry */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 760px; }
  .post-feed {
    max-width: 1140px;
    width: 96%;
    margin: 0 auto; }
  #container { padding-top: 220px; }
  /* .home #container { padding-top:380px; }*/
  /*********************
Section Break Feature
*********************/
  .main-title {
    text-align: center;
    padding: 8px 0px 0 0; }
  .view-all-btn {
    text-align: right;
    padding: 28px 15px; }
  .section-break-content .trending-item {
    padding: 0;
    height: 250px;
	margin-bottom:110px;  
    position: relative;
    float: left; }
  .trending-body {
    position: unset;
    left: 0;
    bottom: 0;
    /*padding: 30px 30px 25px 30px;*/
    color: #000;
    z-index: 2; }
  .trending-body .icon-icon-video {
    font-size: 28px;
    position: absolute;
    left: 30px; }
  .trending-title {
    float: left;
    padding-left: 0; }
  .trending-category p {
    font-size: 13px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0; }
  a.trending-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  .trending-title h4 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 1.1em;
    line-height: 1.2; }
  .video-break .trending-body {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    color: #fff;
    z-index: 2; }
  .video-break .trending-body .icon-icon-video {
    font-size: 28px;
    position: absolute;
    left: 30px; }
  .video-break .trending-title {
    float: left;
    padding-left: 45px; }
  .video-break .trending-title h4 {
    padding: 0;
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 1.2; }
  .comments {
    width: 35%; }
  .tags {
    width: 65%; }
  h3.archive-title {
    font-size: 2em; }
  /*********************
SIDEBAR NAV STYLES
*********************/
  body.open {
    overflow-y: auto; }
  .open .sidebar-nav-wrap {
    -moz-transition: width 0.8s cubic-bezier(0.7, 0, 0.034, 1) 0ms, transform 3s cubic-bezier(0.32, 0.96, 0.75, 1), opacity 0.7s linear 0.8s;
    -o-transition: width 0.8s cubic-bezier(0.7, 0, 0.034, 1) 0ms, transform 3s cubic-bezier(0.32, 0.96, 0.75, 1), opacity 0.7s linear 0.8s;
    -webkit-transition: width 0.8s cubic-bezier(0.7, 0, 0.034, 1) 0ms, transform 3s cubic-bezier(0.32, 0.96, 0.75, 1), opacity 0.7s linear 0.8s;
    transition: width 0.8s cubic-bezier(0.7, 0, 0.034, 1) 0ms, transform 3s cubic-bezier(0.32, 0.96, 0.75, 1), opacity 0.7s linear 0.8s;
    width: 300px; }
  .search-btn {
    display: block; }
  /*********************
AD UNIT STYLES
*********************/
  .ad-unit-header .ad-inner {
    min-height: 140px; }
  .sidebar {
    text-align: right; }
  .sidebarwrap {
    display: block;
    width: 50%; }
  .single .sidebarwrap {
    display: block;
    width: 40%; }
  .post-col {
    width: 50%; }
  /*********************
POST GALLERY STYLES
*********************/
  .cycle-slideshow .slide-image {
    width: 100%; }
  .cycle-nav-center {
    font-size: 25px; }
  .cycle-slideshow .slide-footer-wrap p {
    font-size: 13px;
    line-height: 1em; }
  .slide-header-wrap .slideshow-title h3 {
    padding: 22px 0 15px 0;
    font-size: 1em; }
  /*********************
SLIDER STYLES
*********************/
  .box-inner {
    width: 550px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 35px;
    text-align: left; }
  .slider-arrows {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
    width: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 30px; }
  .slider-arrow {
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 20px;
    height: 25px; }
  .slider-arrow--right {
    bottom: auto;
    right: auto;
    float: right; }
  .slider-arrow--left {
    bottom: auto;
    left: auto;
    float: left; }
  .slider-nav {
    position: absolute;
    bottom: 30px; }
  .slider-nav__item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff; }
  .slider-nav__item:hover {
    background: #ccc; }
  .slider-nav__item--current {
    background: #ccc; }
  .box-inner h2 {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 15px 0; }
  .box-inner p {
    font-size: 13px;
    font-weight: normal;
    display: block; }
  .box-inner .btn-grey {
    display: none; }
  .slide-link {
    display: block;
    width: 100%;
    height: 100%; }
  /******************************************************************
SHOP THE POST STYLES
******************************************************************/
  .related-products .owl-gallery .item {
    padding: 0px 15px;
    color: #FFF;
    text-align: center; }
  /******************************************************************
WOOCOMMERCE STYLES
******************************************************************/
  .tax-product_cat #inner-header nav li.current-menu-parent .sub-menu-wrap {
    top: auto;
    max-height: 80px;
    z-index: 1; }
  .tax-product_cat #inner-header nav li.current-menu-parent .sub-menu-wrap ul.sub-menu {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1); }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0;
    padding: 0 15px 30px 15px;
    position: relative;
    width: 33.33%; }
  .woocommerce .woocommerce-breadcrumb {
    text-align: center;
    width: 100%;
    padding: 50px 0 35px 0;
    margin: 0; }
  .woocommerce .single-product-wrap {
    max-width: 780px;
    margin: 0 auto;
    position: relative; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 2em; }
  .woocommerce #content div.product div.summary {
    padding: 15px 0 0 0; }
  .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
    width: 280px; }
  /*********************
PAGE STYLES
*********************/
  .page .header-image {
    width: 100%;
    height: 520px; }
  .post-type-archive-press .trending-item {
    height: 240px; }
  .content-wrap {
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    min-height: 300px; }
  .content-inner {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .content-inner p {
    font-size: 13px; }
  .shop-home-feature-spot img {
    width: 100%;
    height: auto; }
  .event-label {
    float: left;
    padding: 15px 38px;
    background: #f2f2f2;
    color: #111111;
    font-size: 13px;
    width: 100%;
    text-align: center;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=0.9); }
  /*********************
HEADER STYLES
*********************/
  .header { top: 140px; }
  /*.home .header { top:300px; }*/
  .hentry {
    padding: 0 15px; }
    .hentry .post-thumb {
      float: left;
      padding: 20px 15px 20px 0px;
      line-height: 0; }
      .hentry .post-thumb img {
        max-width: 100%;
        height: auto; }
    .hentry .post-meta {
      float: left;
      padding: 25px 0 20px 15px; }
      .hentry .post-meta a.btn-grey {
        padding: 14px 38px; }
      .hentry .post-meta .post-preview-share {
        margin: 15px 15px 15px 0;
        border: none; }
        .hentry .post-meta .post-preview-share span {
          margin-left: 5px; }
    .hentry .post-title {
      width: 100%;
      float: left;
      margin: 5px 0 0 0;
      font-size: 18px; }
    .hentry .category-label {
      font-family: "Karla", Helvetica, Arial, sans-serif;
      padding: 0;
      margin: 0;
      float: left; }
    .hentry .date-label {
      font-family: "Karla", Helvetica, Arial, sans-serif;
      padding: 0;
      margin: 0 10px;
      float: left;
      color: #6F6F6E; }
    .hentry header {
      width: 100%;
      margin: 20px 0 15px 0; }
    .hentry footer p {
      margin: 0; }
  /* end .hentry */
  /*********************
NAVIGATION STYLES
*********************/
  #inner-header nav {
    border: 0;
    position: absolute;
    width: 100%;
    height: 80px;
    text-align: center;
    z-index: 700;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    #inner-header nav ul {
      margin-top: 0;
      list-style: none;
      margin: 0 auto;
      display: inline-block; }
    #inner-header nav li {
      float: left; }
      #inner-header nav li a {
        border-bottom: 0;
        /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/ }
        #inner-header nav li a:hover, #inner-header nav li a:focus {
          color: #e5e5e5;
          text-decoration: none;
          outline: none; }
      #inner-header nav li .sub-menu-wrap {
        background: #f2f2f2;
        position: absolute;
        height: 80px;
        margin-top: 0;
        width: 100%;
        left: 0;
        text-align: center;
        -moz-transition: max-height 700ms ease;
        -o-transition: max-height 700ms ease;
        -webkit-transition: max-height 700ms ease;
        transition: max-height 700ms ease;
        max-height: 0;
        overflow: hidden;
        z-index: 2;
        /*
		plan your menus and drop-downs wisely.
		*/ }
        #inner-header nav li .sub-menu-wrap ul.sub-menu,
        #inner-header nav li .sub-menu-wrap ul.children {
          -moz-transition: opacity 0.3s linear 0.3s;
          -o-transition: opacity 0.3s linear 0.3s;
          -webkit-transition: opacity 0.3s linear 0.3s;
          transition: opacity 0.3s linear 0.3s;
          opacity: 0;
          -moz-opacity: 0;
          -khtml-opacity: 0;
          opacity: 0;
          filter: alpha(opacity=0);
          padding-top: 21px;
          /* highlight sub-menu current page */ }
          #inner-header nav li .sub-menu-wrap ul.sub-menu li,
          #inner-header nav li .sub-menu-wrap ul.children li {
            /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/ }
            #inner-header nav li .sub-menu-wrap ul.sub-menu li a,
            #inner-header nav li .sub-menu-wrap ul.children li a {
              padding: 10px;
              border-right: 0;
              display: block;
              width: auto; }
            #inner-header nav li .sub-menu-wrap ul.sub-menu li:last-child a,
            #inner-header nav li .sub-menu-wrap ul.children li:last-child a {
              border-bottom: 0; }
            #inner-header nav li .sub-menu-wrap ul.sub-menu li ul,
            #inner-header nav li .sub-menu-wrap ul.children li ul {
              top: 0;
              left: 100%; }
      #inner-header nav li:hover > .sub-menu-wrap ul.sub-menu {
        -moz-transition: opacity 0.4s linear 0.4s;
        -o-transition: opacity 0.4s linear 0.4s;
        -webkit-transition: opacity 0.4s linear 0.4s;
        transition: opacity 0.4s linear 0.4s;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=1); }
      #inner-header nav li:hover > .sub-menu-wrap {
        top: auto;
        -moz-transition: max-height 700ms ease;
        -o-transition: max-height 700ms ease;
        -webkit-transition: max-height 700ms ease;
        transition: max-height 700ms ease;
        max-height: 80px; }
    #inner-header nav li.current-menu-item,
    #inner-header nav li.current_page_item,
    #inner-header nav li.current_page_ancestor {
      /*
		.sub-menu-wrap ul.sub-menu{@include opacity(1);}
		.sub-menu-wrap{height: 80px;max-height: 80px;}
*/ }
  /* end .nav */
  #menu-main-menu li.shop a {
    background-image: url("/wp-content/themes/collectivehub/library/images/menu-pin.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px; }
  #menu-main-menu li.lisa a {
    padding-right: 15px; }
  #menu-main-menu ul.sub-menu li a {
    background-image: none;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 0px; }
  /*********************
SIDEBARS & ASIDES
*********************/
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em; }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }
  /*********************
FOOTER STYLES
*********************/
  .footer {
    clear: both;
    float: left;
    background: #f2f2f2;
    width: 100%;
    padding: 15px; }
    .footer a, .footer p {
      font-size: 13px;
      color: #111111;
      text-decoration: none;
      text-transform: uppercase;
      padding: 0;
      margin: 0; }
    .footer a.privacy-link {
      padding-left: 15px; }
    .footer a.contact-link {
      padding-right: 15px;
      border-right: 1px solid #111111; }
    .footer .copyright-col {
      text-align: left;
      padding-bottom: 15px; }
    .footer .contact-col {
      text-align: center;
      padding: 15px; }
    .footer .site-credit-col {
      text-align: right;
      padding-top: 15px; }
  /* end .footer-links */

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1200px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  .wrap {
    width: 1170px; }
  .share-box {
    display: block; }
  .share-bar-vert {
    display: block; }
  .share-bar-vert-inline {
    display: none; }
  .single-product .share-bar-vert-inline {
    display: block; }
  .sidebarwrap {
    display: block;
    width: 33.33%; }
  .post-col {
    width: 66.66%; }
  /*********************
Section Break Feature
*********************/
  .section-break-content .trending-item {
    padding: 0;
    height: 300px;
    position: relative;
    float: left; }
  .comments {
    width: 25%; }
  .tags {
    width: 75%; }
  /*********************
NAVIGATION STYLES
*********************/
  #inner-header nav {
    display: block; }
  .logo-wrap #logo {
    display: block; }
  .cart-wrap .social-links {
    display: block; }
  .cart-count {
    border-left: 1px solid #e5e5e5; }
  .mobile-logo {
    display: none; }
  .category-sub-wrap {
    display: none; }
  /*********************
PAGE STYLES
*********************/
  .page .header-image {
    width: 100%;
    height: 620px; }
  .content-wrap {
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    min-height: 480px; }
  /******************************************************************
WOOCOMMERCE STYLES
******************************************************************/
  .tax-product_cat #container {
    padding-top: 160px; }
  /*********************
HOME SLIDER STYLES
*********************/
  .box-inner {
    width: 550px;
    margin: 0;
    color: #fff; }
  .image-title {
    width: auto;
    margin: 0 auto; }
  .image-title img {
    width: auto;
    margin: 0 auto;
    max-width: 550px;
    height: auto; }
  /*
.slider-arrow--right { bottom: 50%; right: 30px; }
.slider-arrow--left { bottom:50%; left: 30px; }
*/
  .slider {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden; }
  .box-inner h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 34px; } }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  /*********************
Section Break Feature
*********************/
  .section-break-content .trending-item {
    padding: 0;
    height: 400px;
    position: relative;
    float: left; } }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,nav{display: none;} 
}
.entry-content p iframe{max-width:100%;}