/*
Theme Name: Maximize
Theme URI: http://www.woothemes.com/
Version: 1.3.1
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Tags: woothemes

	Copyright: (c) 2009-2011 WooThemes.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/*

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)

LAYOUT
Layout styles for desktop orientations is included in css/layout.css.

*/
/*------------------------------------------------------------------------------------------*/
/* LESS MIXINS */
/*------------------------------------------------------------------------------------------*/
/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
/**
 * Animations
 */
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(360deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(360deg);
    /* FF3.5+ */
    -ms-transform: rotate(360deg);
    /* IE9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    transform: rotate(360deg);
    zoom: 1;
  }
}
@-moz-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(360deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(360deg);
    /* FF3.5+ */
    -ms-transform: rotate(360deg);
    /* IE9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    transform: rotate(360deg);
    zoom: 1;
  }
}
@-o-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(360deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(360deg);
    /* FF3.5+ */
    -ms-transform: rotate(360deg);
    /* IE9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    transform: rotate(360deg);
    zoom: 1;
  }
}
@keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(360deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(360deg);
    /* FF3.5+ */
    -ms-transform: rotate(360deg);
    /* IE9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    transform: rotate(360deg);
    zoom: 1;
  }
}
/*------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
textarea {
  overflow: auto;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: none;
}
/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  font-size: 50%;
  vertical-align: super;
}
sub {
  font-size: 50%;
  vertical-align: sub;
}
/*------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*------------------------------------------------------------------------------------------*/
/* Defaults */
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-size: 1.465em;
  line-height: 1.618;
  color: #4f5558;
  font-family: "Lato", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  position: relative;
  background-color: #1c2225;
  word-wrap: break-word;
  font-weight: 400;
  overflow-x: hidden;
}
#wrapper {
  position: relative;
  width: 100%;
}
#inner #wrapper {
  background-color: #f7f7f2;
}
#inner-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-transition: left ease 0.5s;
  -moz-transition: left ease 0.5s;
  -ms-transition: left ease 0.5s;
  -o-transition: left ease 0.5s;
  transition: left ease 0.5s;
}
.add-slides {
  width: 17.942em;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8.971em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  padding: 12em 2.618em 2.618em 2.618em;
  text-align: center;
  border: 0.202em solid #98d9b6;
  box-shadow: 0 0.618em 2.618em 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0.618em 2.618em 0 rgba(0, 0, 0, 0.7);
}
.add-slides:before {
  font-family: 'FontAwesome';
  content: "\f119";
  height: 1em;
  width: 1em;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: .618em;
  margin-left: -0.5em;
  font-size: 5.874em;
  color: #333;
  color: #98d9b6;
}
::selection,
::-moz-selection {
  background: #98d9b6;
  color: #fff;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 3.631em;
}
/* Hyperlinks */
a {
  color: #98d9b6;
  text-decoration: none;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -ms-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
a:hover {
  color: #76b794;
}
/* Typography */
/*
	All typography (and layout) based on a modular scale using 12 & 14 px values scaled in accordance the golden ratio (1.618)
	http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0
	Remember to keep margins consistent and try to avoid margin-top. If everything has an appropriate margin-bottom we don't need one and vertical rhythm will be kept consistent
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #1c2225;
  margin: 0 0 .618em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1,
.alpha {
  font-size: 2.244em;
  line-height: 1.387em;
  letter-spacing: -1px;
}
h2,
.beta {
  font-size: 1.618em;
  line-height: 1.387em;
  letter-spacing: -1px;
}
h3,
.gamma {
  font-size: 1.387em;
}
h4,
.delta {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
h5 {
  font-size: 1em;
  font-weight: 400;
}
h6 {
  font-size: 0.857em;
  font-weight: 700;
}
p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: manual;
  orphans: 3;
  widows: 3;
}
ul,
ol,
dl,
p,
table,
form,
pre {
  margin: 0 0 2.244em 0;
}
li > ul,
li > ol {
  margin: 0 0 0 2.244em;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-bottom: 2.244em;
}
pre {
  padding: 1em;
  background-color: #f7f7f2;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
}
mark {
  background: none;
  color: #4f5558;
  font-weight: 700;
}
.text-center {
  text-align: center;
}
/*
@font-face icons
- Used for the subscribe & connect social icons. If you would like to add more icons to the font, you can do so by rebuilding the font at http://keyamoon.com/icomoon/app/ and replace the existing font files in the theme with the new ones.
*/
@font-face {
  font-family: 'Social';
  font-weight: normal;
  font-style: normal;
  src: url('includes/fonts//social.eot');
  src: url('includes/fonts//social.eot?#iefix') format('embedded-opentype'), url('includes/fonts/social.woff') format('woff'), url('includes/fonts/social.ttf') format('truetype'), url('includes/fonts/social.svg#woo-social') format('svg');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('includes/fonts//fontawesome-webfont.eot');
  src: url('includes/fonts//fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts//fontawesome-webfont.woff') format('woff'), url('includes/fonts//fontawesome-webfont.ttf') format('truetype'), url('includes/fonts//fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------------------------------------------------------------*/
/* 2. STRUCTURE */
/*------------------------------------------------------------------------------------------*/
html {
  overflow-x: hidden;
}
html#home {
  margin-top: 0 !important;
  overflow: hidden;
}
html#home .admin-bar {
  padding-top: 28px;
  overflow: hidden;
}
html#home .admin-bar .fluid-width-video-wrapper {
  margin-top: -28px;
}
body.home {
  min-height: 100%;
  background: #1c3947;
}
body.home.loaded:before,
body.home.loaded:after {
  opacity: 0;
  filter: alpha(opacity=@opacity * 100);
  z-index: -2;
}
body.home.loading:after {
  content: "\f110";
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3.631em;
  margin-left: -1.8155rem;
  margin-top: -1.8155rem;
  line-height: 1;
  color: #ffffff;
  -webkit-animation: spin-360 linear 1s infinite;
  -moz-animation: spin-360 linear 1s infinite;
  -o-animation: spin-360 linear 1s infinite;
  animation: spin-360 linear 1s infinite;
  z-index: 999999;
}
body.home #inner-wrapper {
  padding: 0;
}
body.home #header .site-header {
  height: 1em;
}
body.home .flexslider {
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
body.home .flexslider.loading img {
  opacity: 0;
  filter: alpha(opacity=@opacity * 100);
}
body.home .flexslider.loading li.slide .slide-content {
  opacity: 0;
  filter: alpha(opacity=@opacity * 100);
  -webkit-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  transform: translateX(-110%);
}
body.home .flexslider img {
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
  -webkit-transition: opacity ease 0.4s;
  -moz-transition: opacity ease 0.4s;
  -ms-transition: opacity ease 0.4s;
  -o-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
body.home .flexslider li.slide {
  position: relative;
  height: 100%;
  background: #1c3947;
}
body.home .flexslider li.slide object,
body.home .flexslider li.slide embed,
body.home .flexslider li.slide iframe {
  width: 100%;
  height: 100%;
}
body.home .flexslider li.slide img {
  width: auto;
  max-width: none;
  max-height: 100%;
  min-height: 100%;
  margin: 0 auto;
}
body.home .flexslider li.slide .slide-content {
  position: absolute;
  bottom: 10%;
  width: 200px;
  left: 2.244em;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateZ(0);
  opacity: 1;
}
body.home .flexslider li.slide .slide-content header h1 {
  margin: 0;
  font-weight: 400;
  display: inline;
  white-space: pre-line;
  font-size: 1em;
  position: relative;
  padding: .53em 0;
  line-height: 2.4em;
  color: #f7f7f2;
  background: rgba(33, 33, 33, 0.9);
  box-shadow: -1.244em 0 0 rgba(33, 33, 33, 0.9), 1em 0 0 rgba(33, 33, 33, 0.9);
  text-shadow: 0 0 1em rgba(79, 85, 88, 0.6);
}
body.home .flexslider li.slide .slide-content .entry {
  display: none;
}
body.home .flexslider li.slide .slide-content .entry p {
  margin: 0;
  font-weight: 400;
  display: inline;
  white-space: pre-line;
  font-size: .857em;
  position: relative;
  padding: .53em 0;
  line-height: 2.4em;
  color: #d5d5d0;
  background: rgba(50, 50, 50, 0.9);
  box-shadow: -3.244em 0 0 rgba(50, 50, 50, 0.9), 1em 0 0 rgba(50, 50, 50, 0.9);
  text-shadow: 0 0 1em rgba(79, 85, 88, 0.6);
}
body.home .flexslider li.slide .slide-content.hidden {
  -webkit-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  transform: translateX(-110%);
  opacity: 0;
  filter: alpha(opacity=@opacity * 100);
}
#inner body.home #header .site-header {
  height: auto;
}
.flex-direction-nav {
  position: absolute;
  bottom: 10%;
  right: 0;
  display: none;
}
.flex-direction-nav li {
  float: right;
  clear: right;
}
.flex-direction-nav a {
  display: inline-block;
  float: left;
  text-indent: -9999px;
  position: relative;
  font-size: 1em;
  height: 3.631em;
  width: 3.631em;
}
.flex-direction-nav a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f053";
  color: red;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  line-height: 3.631;
  text-indent: 0;
  width: 100%;
  color: #ffffff;
  text-shadow: 0 0 1em rgba(79, 85, 88, 0.6);
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.flex-direction-nav a.flex-next:after {
  content: "\f054";
}
.flex-direction-nav a:hover:after {
  box-shadow: inset -5em 0 0 0 #98d9b6;
  -webkit-box-shadow: inset -5em 0 0 0 #98d9b6;
}
.flex-direction-nav a.slide-info.active:after {
  color: #98d9b6;
}
.flex-direction-nav a.slide-info.active:hover:after {
  box-shadow: inset -5em 0 0 0 #98d9b6;
  -webkit-box-shadow: inset -5em 0 0 0 #98d9b6;
  color: #ffffff;
}
.flex-direction-nav a.slide-info:after {
  content: "\f129";
}
/* Header */
#header {
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0px;
  -webkit-transform: translateZ(0);
  z-index: 99;
}
#header #logo {
  float: left;
  margin-bottom: 1.618em;
  max-width: 65.141%;
  padding: 1.618em;
}
#header .site-header {
  position: absolute;
  max-width: 250px;
  top: 0;
  left: 0;
}
#header .site-header:before,
#header .site-header:after {
  content: " ";
  display: table;
}
#header .site-header:after {
  clear: both;
}
#header .site-header .site-title {
  font-size: 1em;
  margin: 0;
  color: #f7f7f2;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
}
#header .site-header .site-title a {
  color: #f7f7f2;
  padding: 1.387em 2.244em;
  display: inline-block;
  font-weight: 600 !important;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  text-shadow: 0 0 1em rgba(79, 85, 88, 0.6);
}
#header .site-header .site-title a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f015";
  margin-left: -1.387em;
  opacity: 0;
  filter: alpha(opacity=@opacity * 100);
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  margin-right: .53em;
}
#header .site-header .site-title a:hover {
  background: #98d9b6;
  text-shadow: none;
}
#header .site-header .site-title a:hover:before {
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
}
#header .site-header .site-description {
  font-size: 1em;
  color: #f7f7f2;
  padding: 1.387em 2.244em;
  float: left;
  margin: 0;
  clear: left;
  font-style: normal;
  font-family: "Lato", sans-serif;
  background: #1c3947;
  opacity: 0;
  filter: alpha(opacity=@opacity * 100);
  visibility: hidden;
  width: 0px;
  letter-spacing: 0;
  font-weight: 400;
}
#header .site-description {
  color: #676f73;
  font-family: "Droid Serif", sans-serif;
  font-style: italic;
}
#header #topad {
  float: right;
}
#inner #header .site-header .site-title a {
  background: #98d9b6;
  text-shadow: none;
  position: relative;
}
#inner #header .site-header .site-title a:hover:before {
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
}
#inner #header .site-header .site-title a:after {
  content: "";
  display: block;
  width: 30em;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30em;
  background-color: #98d9b6;
  z-index: -2;
}
#inner #header .site-header .site-description {
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
  width: auto;
  visibility: visible;
  position: relative;
}
#inner #header .site-header .site-description:after {
  content: "";
  display: block;
  width: 30em;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30em;
  background-color: #1c3947;
}
#inner .nav-toggle:before,
#inner .cart-contents:before {
  text-shadow: none;
  color: #4f5558;
}
#inner .nav-toggle:hover:before,
#inner .cart-contents:hover:before {
  box-shadow: inset -5em 0 0 0 #98d9b6;
  -webkit-box-shadow: inset -5em 0 0 0 #98d9b6;
  color: #ffffff;
}
#inner .nav-toggle.active:before,
#inner .cart-contents.active:before {
  background-color: #98d9b6;
}
#inner .search-toggle {
  position: relative;
}
#inner .search-toggle:before {
  text-shadow: none;
  color: #4f5558;
}
#inner .search-toggle:hover:before,
#inner .search-toggle.active:before {
  color: #98d9b6;
  background-color: #ffffff;
}
#inner .nav-toggle:before,
#inner .search-toggle:before,
#inner .cart-contents:before {
  background-color: #ffffff;
}
.nav-toggle,
.search-toggle,
.cart-contents {
  float: right;
  cursor: pointer;
}
.nav-toggle:before,
.search-toggle:before,
.cart-contents:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f0c9";
  height: 3.631em;
  width: 3.631em;
  text-align: center;
  line-height: 3.631;
  font-size: 1em;
  margin-left: 0;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  text-shadow: 0 0 1em rgba(79, 85, 88, 0.6);
  color: #ffffff;
}
.nav-toggle a,
.search-toggle a,
.cart-contents a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.nav-toggle a:hover,
.search-toggle a:hover,
.cart-contents a:hover {
  text-decoration: none;
}
.nav-toggle:hover:before,
.search-toggle:hover:before,
.cart-contents:hover:before {
  box-shadow: inset -5em 0 0 0 #98d9b6;
  -webkit-box-shadow: inset -5em 0 0 0 #98d9b6;
  color: #ffffff;
  text-shadow: none;
}
.nav-toggle.active:before,
.search-toggle.active:before,
.cart-contents.active:before {
  background: #98d9b6;
  text-shadow: none;
}
.nav-toggle.active:hover:before,
.search-toggle.active:hover:before,
.cart-contents.active:hover:before {
  padding-right: 0;
}
.nav-toggle span,
.search-toggle span,
.cart-contents span {
  display: none;
}
.nav-toggle.active:before,
#inner .nav-toggle.active:before {
  color: #ffffff;
}
.search-toggle:before {
  content: "\f002";
  text-shadow: 0 0 1em rgba(79, 85, 88, 0.6);
}
.search-toggle.active:before,
.search-toggle:hover:before {
  color: #98d9b6;
  background: #ffffff;
  box-shadow: inset -5em 0 0 0 #ffffff;
  -webkit-box-shadow: inset -5em 0 0 0 #ffffff;
  text-shadow: none;
}
.cart-contents {
  clear: right;
  margin-right: -6.854em;
  -webkit-transition: margin-right ease 0.4s;
  -moz-transition: margin-right ease 0.4s;
  -ms-transition: margin-right ease 0.4s;
  -o-transition: margin-right ease 0.4s;
  transition: margin-right ease 0.4s;
  position: relative;
}
.cart-contents span.content {
  display: inline-block;
  width: 6.854em;
  background-color: #98d9b6;
  color: #ffffff;
  height: 3.631em;
  line-height: 3.631;
}
.cart-contents span.content span {
  display: inline;
}
.cart-contents span.content span.count {
  background-color: #d998bb;
  color: #f7f7f2;
  display: block;
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  text-align: center;
  font-weight: 700;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: .857em;
  position: absolute;
  top: -0.618em;
  left: -0.618em;
  border: 0.202em solid #f7f7f2;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.cart-contents:before {
  content: "\f07a";
  line-height: 3.75;
}
.cart-contents:hover {
  margin-right: 0;
}
.cart-contents:hover span.content span.count {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#header .widget_product_search {
  float: right;
  background: #ffffff;
  clear: right;
  margin-bottom: 0 !important;
  width: 0;
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -ms-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
}
#header .widget_product_search #searchform {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
#header .widget_product_search #searchform #s {
  height: 3.65em;
  border: 0;
  color: #b5bbbe;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -ms-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  width: 0;
  padding: 0;
  max-width: 200px;
}
#header .widget_product_search #searchform ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b5bbbe;
  line-height: 1.618;
}
#header .widget_product_search #searchform :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b5bbbe;
}
#header .widget_product_search #searchform ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b5bbbe;
}
#header .widget_product_search #searchform :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b5bbbe;
}
#header .widget_product_search #searchform #searchsubmit {
  display: none;
}
#header .widget_product_search.visible {
  width: 15.379em;
}
#header .widget_product_search.visible #searchform #s {
  width: 15.379em;
  padding: 0 1em 0 0;
}
/* Content */
#main {
  margin-bottom: 4.236em;
}
#main:before,
#main:after {
  content: " ";
  display: table;
}
#main:after {
  clear: both;
}
#breadcrumbs {
  padding: 3.631em 0 1.618em;
  padding-left: 1.618em;
  font-size: .857em;
  color: #93999c;
  border-bottom: 1px solid #edede8;
  line-height: 1.387;
}
#breadcrumbs a {
  color: #93999c;
  font-weight: 700;
}
#breadcrumbs a:hover {
  color: #98d9b6;
}
#breadcrumbs .sep {
  display: inline-block;
  padding: 0 .618em;
}
#breadcrumbs a[rel="home"]:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f015";
}
.single #breadcrumbs,
.page #breadcrumbs {
  border: 0;
}
.page-template-template-blog-php #breadcrumbs {
  border-bottom: 1px solid #edede8;
}
/* Sidebar */
#sidebar {
  padding: 0 1.618em;
}
#sidebar .secondary {
  float: left;
  margin-right: 20px;
}
#sidebar .secondary.last {
  margin: 0;
}
/* Footer */
#footer {
  padding: 2.618em 1.618em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #676f73;
}
#footer p {
  margin: 0;
}
#footer #credit img {
  vertical-align: middle;
}
#footer #credit span {
  display: none;
}
#footer-widgets {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.618em 1.618em;
}
.back-to-top {
  display: block;
  text-indent: -99999px;
  position: relative;
  height: 1em;
  width: 1em;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 3.631em;
  width: 3.631em;
  text-align: center;
  font-size: 1em;
}
.back-to-top:before {
  font-family: 'FontAwesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "\f077";
  background-color: #e6e6e1;
  color: #4f5558;
  line-height: 3.631;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.back-to-top:hover:before {
  box-shadow: inset 0 -5em 0 0 #98d9b6;
  -webkit-box-shadow: inset 0 -5em 0 0 #98d9b6;
  color: #ffffff;
}
.show-nav .back-to-top {
  -webkit-transform: translateX(-280px);
}
/*------------------------------------------------------------------------------------------*/
/* 3. WORDPRESS */
/*------------------------------------------------------------------------------------------*/
#breadcrumb,
.post .video {
  margin-bottom: 1.618em;
}
.archive-header {
  display: block;
  width: 100%;
  margin: 0 0 1.618em;
  padding: 1.618em 0 0;
}
.archive-header:before,
.archive-header:after {
  content: " ";
  display: table;
}
.archive-header:after {
  clear: both;
}
.archive-header h1 {
  float: left;
  background: #fff;
  padding: .618em 0;
  margin-bottom: 0;
  margin-left: 1em;
  box-shadow: -1em 0 0 #ffffff, 1em 0 0 #ffffff;
  color: #1c2225;
}
.archive-header .archive-rss a {
  color: #4f5558;
  background: #e6e6e1;
  padding: .618em 1em;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.archive-header .archive-rss a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f09e";
}
.archive-header .archive-rss a:hover {
  color: #fff;
  background: orange;
}
.archive-description {
  clear: both;
  margin-bottom: 1.618em;
}
.post,
.type-page {
  margin: 0 0 2.618em;
  border-top: 0.236em solid #4f5558;
  overflow: hidden;
  /* Images */
}
.post .post-meta,
.type-page .post-meta {
  margin: 0;
}
.post .post-meta li,
.type-page .post-meta li {
  display: inline;
}
.post .post-more,
.type-page .post-more {
  clear: both;
}
.post .post-more:before,
.type-page .post-more:before,
.post .post-more:after,
.type-page .post-more:after {
  content: " ";
  display: table;
}
.post .post-more:after,
.type-page .post-more:after {
  clear: both;
}
.post .post-more .categories,
.type-page .post-more .categories {
  float: left;
  max-width: 80%;
}
.post .post-more .comments,
.type-page .post-more .comments {
  float: right;
}
.post .post-more .categories,
.type-page .post-more .categories,
.post .post-more .comments,
.type-page .post-more .comments,
.post .post-more .tags,
.type-page .post-more .tags {
  display: block;
}
.post .post-more .categories a,
.type-page .post-more .categories a,
.post .post-more .comments a,
.type-page .post-more .comments a,
.post .post-more .tags a,
.type-page .post-more .tags a {
  color: #a4aaad;
}
.post .post-more .categories a:hover,
.type-page .post-more .categories a:hover,
.post .post-more .comments a:hover,
.type-page .post-more .comments a:hover,
.post .post-more .tags a:hover,
.type-page .post-more .tags a:hover {
  color: #4f5558;
}
.post .post-more .categories:before,
.type-page .post-more .categories:before,
.post .post-more .comments:before,
.type-page .post-more .comments:before,
.post .post-more .tags:before,
.type-page .post-more .tags:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f114";
}
.post .post-more .comments:before,
.type-page .post-more .comments:before {
  content: "\f0e5";
}
.post .post-more .tags:before,
.type-page .post-more .tags:before {
  content: '\f02b';
}
.post p.tags,
.type-page p.tags {
  margin: 0;
}
.post .entry ul,
.type-page .entry ul,
.post .entry ol,
.type-page .entry ol {
  margin-left: 1.618em;
}
.post .entry blockquote,
.type-page .entry blockquote {
  position: relative;
  margin: 0 0 1.618em;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
}
.post .entry form,
.type-page .entry form {
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.post .entry form:before,
.type-page .entry form:before,
.post .entry form:after,
.type-page .entry form:after {
  content: " ";
  display: table;
}
.post .entry form:after,
.type-page .entry form:after {
  clear: both;
}
.post .entry .woocommerce form,
.type-page .entry .woocommerce form {
  padding: 0;
  background-color: transparent;
}
.post aside.meta,
.type-page aside.meta {
  clear: both;
  padding-bottom: 1.618em;
  margin-bottom: 1.618em;
  margin-top: .618em;
  text-transform: uppercase;
  font-size: .75em;
  position: relative;
  color: #a4aaad;
}
.post aside.meta:before,
.type-page aside.meta:before,
.post aside.meta:after,
.type-page aside.meta:after {
  content: " ";
  display: table;
}
.post aside.meta:after,
.type-page aside.meta:after {
  clear: both;
}
.post aside.meta .post-date:after,
.type-page aside.meta .post-date:after,
.post aside.meta .categories:after,
.type-page aside.meta .categories:after,
.post aside.meta .comments:after,
.type-page aside.meta .comments:after {
  content: "/";
  margin-left: 1.618em;
  opacity: 0.5;
  filter: alpha(opacity=@opacity * 100);
}
.post aside.meta .categories,
.type-page aside.meta .categories,
.post aside.meta .comments,
.type-page aside.meta .comments,
.post aside.meta .tags,
.type-page aside.meta .tags {
  display: block;
}
.post aside.meta .categories a,
.type-page aside.meta .categories a,
.post aside.meta .comments a,
.type-page aside.meta .comments a,
.post aside.meta .tags a,
.type-page aside.meta .tags a {
  color: #93999c;
}
.post aside.meta .categories a:hover,
.type-page aside.meta .categories a:hover,
.post aside.meta .comments a:hover,
.type-page aside.meta .comments a:hover,
.post aside.meta .tags a:hover,
.type-page aside.meta .tags a:hover {
  color: #4f5558;
}
.post aside.meta .categories:before,
.type-page aside.meta .categories:before,
.post aside.meta .comments:before,
.type-page aside.meta .comments:before,
.post aside.meta .tags:before,
.type-page aside.meta .tags:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  margin-right: .382em;
  content: "\f114";
  color: #98d9b6;
}
.post aside.meta .comments:before,
.type-page aside.meta .comments:before {
  content: "\f0e5";
}
.post aside.meta .tags:before,
.type-page aside.meta .tags:before {
  content: "\f02b";
}
.post aside.meta .categories,
.type-page aside.meta .categories,
.post aside.meta .comments,
.type-page aside.meta .comments,
.post aside.meta .post-date,
.type-page aside.meta .post-date {
  display: inline-block;
  margin: 0 1.618em 0 0;
}
.post aside.meta:after,
.type-page aside.meta:after {
  content: "";
  display: block;
  height: 1px;
  width: 230%;
  background-color: #f7f7f2;
  position: absolute;
  bottom: 0;
  left: -10em;
}
.post img,
.type-page img,
.post img.thumbnail,
.type-page img.thumbnail {
  max-width: 100%;
  height: auto;
}
.post img.wp-smiley,
.type-page img.wp-smiley {
  padding: 0;
  border: 0;
}
.post .alignleft,
.type-page .alignleft {
  float: left;
  margin: 0 1.618em 1em 0;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
}
.post .alignright,
.type-page .alignright {
  float: right;
  margin: 0 0 1em 1.618em;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
}
.post .aligncenter,
.type-page .aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 1.618em;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
}
.post .wp-caption,
.type-page .wp-caption {
  max-width: 100%;
  position: relative;
  font-size: .857em;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
}
.post .wp-caption img,
.type-page .wp-caption img {
  margin: 0;
  display: block;
  background: none;
  border: 0;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
  margin-bottom: 1em;
}
.post .wp-caption-text,
.type-page .wp-caption-text {
  font-style: italic;
  border-bottom: 0.236em solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1em;
  text-align: left;
}
.post .gallery .wp-caption-text,
.type-page .gallery .wp-caption-text {
  border: 0;
  font-size: .857em;
}
article.post,
article.page {
  background-color: #ffffff;
  padding: 1.618em;
  border-top: 0.327em solid #e8e8e3;
  -webkit-border-bottom-left-radius: 0.202em;
  -webkit-border-bottom-right-radius: 0.202em;
  border-bottom-left-radius: 0.202em;
  border-bottom-right-radius: 0.202em;
  padding: 0;
}
/**
 * Sensei
 */
.single-lesson article.lesson,
article.type-quiz {
  background-color: #ffffff;
  padding: 1.618em;
  border-top: 0.327em solid #e8e8e3;
  -webkit-border-bottom-left-radius: 0.202em;
  -webkit-border-bottom-right-radius: 0.202em;
  border-bottom-left-radius: 0.202em;
  border-bottom-right-radius: 0.202em;
}
.page .course-container .archive-header h1 {
  background: none !important;
  -moz-shadow: none !important;
  box-shadow: none !important;
}
.page .course-container article.course {
  border: 0;
}
.page .course-container article.course .entry {
  padding: 0;
}
article.course {
  border-bottom: 0 !important;
}
.lesson-author {
  display: block;
}
.post-type-archive-lesson #main-course .archive-header,
.post-type-archive-course #main-course .archive-header,
.tax-course-category #main-course .archive-header {
  padding-top: 1.618em;
}
.post-type-archive-lesson #main-course .archive-header h1,
.post-type-archive-course #main-course .archive-header h1,
.tax-course-category #main-course .archive-header h1 {
  background: none !important;
  -moz-shadow: none !important;
  box-shadow: none !important;
}
#main > article.post.course {
  background: none;
}
.single-course .status {
  margin-bottom: 1.618em;
}
.single-course #main .course-lessons .type-lesson,
.single-course #main .course-lessons .module {
  padding: 1.618em;
}
/**
 * End Sensei
 */
.has-masonry .post {
  float: left;
  background: #ffffff;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-right: 31px;
  margin-bottom: 31px;
}
.has-masonry .post .post-date {
  font-size: .857em;
  color: #b5bbbe;
}
.has-masonry .post header {
  border-bottom: 1px solid #f8f8f3;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.has-masonry .post header h1 {
  font-size: 1.387em;
  position: relative;
}
.has-masonry .post header h1 a:after {
  font-family: "FontAwesome";
  content: " \f105";
  color: transparent;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  margin-left: -0.202em;
  font-size: .857em;
}
.has-masonry .post header h1 a:hover:after {
  color: #98d9b6;
  margin-left: .202em;
}
.has-masonry .post header,
.has-masonry .post .entry,
.has-masonry .post .post-more {
  padding: 0 1.618em;
}
.has-masonry .post .entry * {
  font-size: .857em;
}
.has-masonry .post .post-more {
  border-top: 1px solid #f8f8f3;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #a4aaad;
  background-color: rgba(247, 247, 242, 0.4);
}
.has-masonry .post .post-more a {
  color: #a4aaad;
  border-bottom: 1px dotted #e6e6e1;
}
.has-masonry .post .post-more a:hover {
  color: #98d9b6;
}
.has-masonry .post .post-more > span {
  font-size: .857em;
}
.has-masonry .post header:first-child {
  padding-top: 1.618em;
}
.has-masonry .post .woo-image {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.has-masonry .post > a:first-child {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.has-masonry .post > a:first-child img {
  display: block;
}
.has-masonry .post > a:first-child:after,
.has-masonry .post > a:first-child:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.has-masonry .post > a:first-child:before {
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  height: 1em;
  width: 1em;
  background: #98d9b6;
  content: "\f054";
  text-align: center;
  font-family: 'FontAwesome';
  line-height: 1;
  color: #f7f7f2;
  z-index: 999999;
  margin-top: -1.5em;
  margin-left: -1.5em;
  padding: 1em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  opacity: 0;
  filter: alpha(opacity=@opacity * 100);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.has-masonry .post > a:first-child:hover:before {
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.has-masonry .post > a:first-child:hover:after {
  box-shadow: inset 30em 0 0 0 rgba(152, 217, 182, 0.8);
  -webkit-box-shadow: inset 30em 0 0 0 rgba(152, 217, 182, 0.8);
}
.has-masonry .post.format-image .post-date,
.has-masonry .post.format-gallery .post-date {
  padding-bottom: 1em;
}
.has-masonry .post.format-image > a:first-child:before {
  content: "\f00e";
}
.has-masonry .post.format-gallery header {
  margin-bottom: 0;
}
.has-masonry .post.format-gallery > a:first-child {
  margin-bottom: 0;
}
.has-masonry .post.format-gallery .entry {
  margin-top: -6px;
}
.has-masonry .post.format-gallery .gallery {
  font-size: 1em !important;
  margin: 0 -1.618em !important;
}
.has-masonry .post.format-gallery .gallery-item {
  width: 33.3% !important;
  margin: 0 !important;
}
.has-masonry .post.format-gallery .gallery-item img {
  border: 0 !important;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: translateZ(0);
}
.has-masonry .post.format-gallery .gallery-item img:hover {
  opacity: 0.9;
  filter: alpha(opacity=@opacity * 100);
}
.has-masonry .post.format-gallery .wp-caption-text {
  display: none !important;
}
.post-date {
  margin: 0;
}
.post-date:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  margin-right: .382em;
  content: "\f017";
  font-style: normal;
}
.single-post article:before,
.single-post article:after {
  content: " ";
  display: table;
}
.single-post article:after {
  clear: both;
}
.single-post article .post-more {
  padding: 1.618em;
  background: #fffffc;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/* Single post & page */
.page .page article,
.single-post article {
  background: #ffffff;
}
.page .page article .post-header,
.single-post article .post-header,
.page .page article .page-header,
.single-post article .page-header {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.page .page article .post-header img,
.single-post article .post-header img,
.page .page article .page-header img,
.single-post article .page-header img {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.page .page article .post-header h1,
.single-post article .post-header h1,
.page .page article .page-header h1,
.single-post article .page-header h1 {
  background: #ffffff;
  letter-spacing: -1px;
  margin: 0;
  font-size: 1.618em;
}
.page .page article .post-header.no-image h1,
.single-post article .post-header.no-image h1,
.page .page article .page-header.no-image h1,
.single-post article .page-header.no-image h1 {
  padding: 1em;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.page .page article .post-header.has-image,
.single-post article .post-header.has-image,
.page .page article .page-header.has-image,
.single-post article .page-header.has-image {
  background: #ffffff;
}
.page .page article .post-header.has-image h1,
.single-post article .post-header.has-image h1,
.page .page article .page-header.has-image h1,
.single-post article .page-header.has-image h1 {
  padding: .857em 0 .53em;
  padding-right: 1.387em;
  padding-left: 1em;
  display: inline-block;
  background: #ffffff;
  width: auto;
  max-width: 75%;
  float: left;
  margin-top: -1em;
  z-index: 999;
  position: relative;
}
.page .page .entry,
.single-post .entry {
  padding: 0 1.618em 1.618em 1.618em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  clear: both;
}
.page .page .entry .widget_woothemes_testimonials,
.single-post .entry .widget_woothemes_testimonials,
.page .page .entry .widget_woothemes_features,
.single-post .entry .widget_woothemes_features {
  padding: 2.618em 0;
  background-color: rgba(0, 0, 0, 0.025);
  position: relative;
  font-size: .857em;
  -webkit-box-shadow: 20em 0 0 0 rgba(0, 0, 0, 0.025), -20em 0 0 0 rgba(0, 0, 0, 0.025);
  box-shadow: 20em 0 0 0 rgba(0, 0, 0, 0.025), -20em 0 0 0 rgba(0, 0, 0, 0.025);
}
.page .page .entry .widget_woothemes_testimonials:before,
.single-post .entry .widget_woothemes_testimonials:before,
.page .page .entry .widget_woothemes_features:before,
.single-post .entry .widget_woothemes_features:before,
.page .page .entry .widget_woothemes_testimonials:after,
.single-post .entry .widget_woothemes_testimonials:after,
.page .page .entry .widget_woothemes_features:after,
.single-post .entry .widget_woothemes_features:after {
  content: "";
  display: block;
  width: 500%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: -20em;
  right: -20em;
}
.page .page .entry .widget_woothemes_testimonials:after,
.single-post .entry .widget_woothemes_testimonials:after,
.page .page .entry .widget_woothemes_features:after,
.single-post .entry .widget_woothemes_features:after {
  top: auto;
  bottom: 0;
}
.page .page .entry .widget_woothemes_testimonials img,
.single-post .entry .widget_woothemes_testimonials img,
.page .page .entry .widget_woothemes_features img,
.single-post .entry .widget_woothemes_features img {
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
}
.page .page .entry > blockquote,
.single-post .entry > blockquote {
  background-color: #1c3947;
  padding: 2.618em 0 2.618em 2.618em;
  position: relative;
  color: #f7f7f2;
  -webkit-box-shadow: 20em 0 0 0 #1c3947, -20em 0 0 0 #1c3947;
  box-shadow: 20em 0 0 0 #1c3947, -20em 0 0 0 #1c3947;
}
.page .page .entry > blockquote:after,
.single-post .entry > blockquote:after {
  content: "";
  display: block;
  width: 500%;
  height: .327em;
  background-color: #98d9b6;
  position: absolute;
  top: 0;
  left: -20em;
  right: -20em;
}
.page .page .entry > blockquote:before,
.single-post .entry > blockquote:before {
  font-family: "FontAwesome";
  display: block;
  content: "\f10d";
  position: absolute;
  top: 2.618em;
  left: 0;
  font-style: normal;
}
.page .page .entry > blockquote p:last-child,
.single-post .entry > blockquote p:last-child {
  margin-bottom: 0;
}
.page .page .entry > p:first-of-type:first-line,
.single-post .entry > p:first-of-type:first-line {
  font-weight: bold;
}
/* Pagination */
.nav-entries,
.wp-pagenavi,
.woo-pagination {
  clear: both;
}
.nav-entries a {
  display: block;
  color: #4f5558;
  text-decoration: none;
}
.nav-entries a:hover {
  text-decoration: underline;
}
.woo-pagination {
  position: absolute;
  width: 100%;
  bottom: -2.618em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woo-pagination .page-numbers {
  display: inline-block;
  text-decoration: none;
  color: #4f5558;
  padding: 1em;
  font-weight: bold;
  color: #82888b;
}
.woo-pagination .page-numbers.dots {
  background: none;
  border: 0;
}
.woo-pagination .page-numbers.current {
  box-shadow: inset 0 0.202em 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0.202em 0 0 rgba(0, 0, 0, 0.1);
  color: #4f5558;
}
.woo-pagination a.page-numbers:hover {
  box-shadow: inset 0 0.202em 0 0 #98d9b6;
  -webkit-box-shadow: inset 0 0.202em 0 0 #98d9b6;
  color: #4f5558;
}
/* Single Post Author */
#post-author {
  margin-top: -2.618em;
  padding: 3.631em 1.618em;
  clear: both;
  color: #f7f7f2;
  background: #1c3947;
}
#post-author:before,
#post-author:after {
  content: " ";
  display: table;
}
#post-author:after {
  clear: both;
}
#post-author h2 {
  color: #f7f7f2;
}
#post-author .profile-image {
  float: left;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 15%;
}
#post-author .profile-image img {
  display: block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: auto;
}
#post-author .profile-content {
  width: 80%;
  float: right;
}
#post-author + #related-posts {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* Post Entry Nav */
#post-entries {
  padding: 1.618em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
}
#post-entries a {
  background: #f1f1ec;
  display: inline-block;
  padding: .618em 1.387em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 1.618em;
  line-height: 1.387em;
  letter-spacing: -1px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
}
#post-entries a:hover {
  background: #98d9b6;
  color: #f7f7f2;
}
#post-entries .nav-prev a:hover:before {
  margin-right: 0;
}
#post-entries .nav-prev a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f104";
  -webkit-transition: margin ease 0.2s;
  -moz-transition: margin ease 0.2s;
  -ms-transition: margin ease 0.2s;
  -o-transition: margin ease 0.2s;
  transition: margin ease 0.2s;
}
#post-entries .nav-next a:hover:after {
  margin-left: 0;
}
#post-entries .nav-next a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f105";
  -webkit-transition: margin ease 0.2s;
  -moz-transition: margin ease 0.2s;
  -ms-transition: margin ease 0.2s;
  -o-transition: margin ease 0.2s;
  transition: margin ease 0.2s;
}
/*------------------------------------------------------------------------------------------*/
/* 4. NAVIGATION */
/*------------------------------------------------------------------------------------------*/
/* Top Nav */
#top,
.top-navigation {
  display: none;
}
/* Navigation */
#navigation {
  clear: both;
  width: 280px;
  right: -280px;
  position: absolute;
  top: 0;
  overflow: auto;
  -ms-overflow-y: auto;
  -ms-overflow-x: hidden;
  z-index: 99999;
  background: #98d9b6;
}
#navigation .inner-nav {
  margin: 1.387em 2.244em 0 2.244em;
  padding-bottom: 2.618em;
}
#navigation h3 {
  margin-bottom: 1em;
  color: #ffffff;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
}
#navigation ul.nav {
  list-style: none;
  margin: 0 0 1.618em 0;
}
#navigation ul.nav li {
  list-style: none;
}
#navigation ul.nav li a {
  color: #d8ffea;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: .857em;
  padding: .236em 0;
}
#navigation ul.nav li a:hover {
  color: #ffffff;
}
#navigation ul.nav li.current-menu-item > a,
#navigation ul.nav li.current_page_item > a {
  position: relative;
  color: #ffffff;
}
#navigation ul.nav ul {
  margin: 0;
}
#navigation ul.nav ul li a {
  padding-left: 1em;
}
#navigation ul.nav ul li ul li a {
  padding-left: 2em;
}
#navigation ul.nav ul li ul li ul li a {
  padding-left: 3em;
}
#navigation ul.nav ul li ul li ul li ul li a {
  padding-left: 4em;
}
#navigation .nav-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9999;
}
#navigation .nav-close:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f00d";
  height: 3.631em;
  width: 3.631em;
  text-align: center;
  line-height: 3.631;
  font-size: 1em;
  margin-left: 0;
  color: #edffff;
}
#navigation .nav-close:hover:after {
  color: #ffffff;
}
#navigation .nav-close span {
  display: none;
}
#navigation ul.rss li {
  display: inline;
  padding: 0;
}
#navigation ul.rss li a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f09e";
  float: right;
  line-height: 1.618;
}
#navigation ul.rss li.sub-rss a:after {
  color: orange;
}
#navigation ul.rss li.sub-email {
  color: #4f5558;
}
#navigation ul.rss li.sub-email a:after {
  content: "\f0e0";
}
#navigation .social {
  padding: .202em 0;
  margin-bottom: 2.618em;
  font-size: .857em;
}
#navigation .social:before,
#navigation .social:after {
  content: " ";
  display: table;
}
#navigation .social:after {
  clear: both;
}
#navigation .social h3 {
  padding-left: 0;
  padding-right: 0;
}
#navigation .social a:before {
  background-color: #87c8a5;
  color: #ffffff;
}
#navigation .social a:hover:before {
  color: #fff;
  background-color: #a9eac7;
}
#navigation .widget {
  font-size: .857em;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 2.618em 0;
  margin: 0;
  color: #edffff;
  -webkit-box-shadow: 5em 0 0 0 rgba(255, 255, 255, 0.15), -5em 0 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: 5em 0 0 0 rgba(255, 255, 255, 0.15), -5em 0 0 0 rgba(255, 255, 255, 0.15);
}
#navigation .widget h3 {
  padding-left: 0;
  padding-right: 0;
}
#navigation .widget a {
  color: #ffffff;
  font-weight: 700;
}
#navigation .widget:nth-child(2n) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#navigation .widget_woodojo_tweets ul li {
  border-color: rgba(255, 255, 255, 0.05);
}
.show-nav #navigation .top-navigation {
  display: block;
}
.show-nav #inner-wrapper {
  right: 280px;
}
.csstransitions #navigation {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.csstransitions #inner-wrapper {
  right: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  -ms-transition: -o-transform 200ms ease;
  transition: transform 200ms ease;
}
.csstransitions .show-nav #navigation {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.csstransitions .show-nav #inner-wrapper {
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
/*------------------------------------------------------------------------------------------*/
/* 5. WIDGETS */
/*------------------------------------------------------------------------------------------*/
/* General */
.widget {
  margin-bottom: 3.631em;
  position: relative;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  font-size: 1.387em;
  font-weight: 300;
}
.widget ul {
  clear: both;
  list-style: none;
}
.widget ul li a {
  text-decoration: none;
}
.widget ul li a:hover {
  text-decoration: underline;
}
.widget ul li:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  margin-right: 0;
  content: "\f0da";
}
.widget ul ul {
  margin-left: 1em;
}
.widget .button {
  padding: .382em .857em;
}
.widget_archive > h3:first-child:after,
.widget_calendar > h3:first-child:after,
.widget_categories > h3:first-child:after,
.widget_product_categories > h3:first-child:after,
.widget_shopping_cart > h3:first-child:after,
.widget_pages > h3:first-child:after,
.widget_meta > h3:first-child:after,
.widget_recent_comments > h3:first-child:after,
.widget_recent_entries > h3:first-child:after,
.widget_search > h3:first-child:after,
.widget_product_search > h3:first-child:after,
.widget_tag_cloud > h3:first-child:after,
.widget_links > h3:first-child:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  float: right;
  line-height: 1.618;
  content: "\f115";
  opacity: 0.25;
  filter: alpha(opacity=@opacity * 100);
}
.widget_calendar > h3:first-child:after {
  content: "\f133";
}
.widget_categories > h3:first-child:after,
.widget_product_categories > h3:first-child:after {
  content: "\f114";
}
.widget_pages > h3:first-child:after {
  content: "\f0f6";
}
.widget_meta > h3:first-child:after {
  content: "\f023";
}
.widget_recent_comments > h3:first-child:after {
  content: "\f0e5";
}
.widget_recent_entries > h3:first-child:after {
  content: "\f040";
}
.widget_search > h3:first-child:after,
.widget_product_search > h3:first-child:after {
  content: "\f002";
}
.widget_tag_cloud > h3:first-child:after {
  content: "\f02b";
}
.widget_links > h3:first-child:after {
  content: "\f0c1";
}
.widget_shopping_cart > h3:first-child:after {
  content: "\f07a";
}
.widget_woothemes_our_team img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 1em;
}
.widget_woothemes_our_team h3 {
  margin-bottom: 0;
}
.widget_woothemes_our_team .role {
  text-transform: uppercase;
  font-size: .857em;
}
.widget_woothemes_our_team .author-details {
  margin-left: 0 !important;
}
.widget_woothemes_our_team .author-details li:before {
  display: none;
}
#sidebar .widget {
  padding-bottom: 3.631em;
}
#sidebar .widget:last-child {
  padding-bottom: 0;
}
#sidebar .widget:last-child:after {
  display: none;
}
#sidebar a {
  color: #d998bb;
  font-weight: 700;
}
#sidebar a:hover {
  color: #b77699;
  text-decoration: none;
}
#sidebar a.button {
  color: #fff;
}
/* Search Form */
#searchform {
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#searchform .s,
#searchform #s {
  display: inline-block;
  padding: .618em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.236em;
  border-radius: 0.236em;
  font-size: 1em;
  /* Make inputs the same size as normal text */
  line-height: 1.618em;
  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */
  outline: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 65%;
  float: left;
  border: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#searchform #searchsubmit {
  width: 35%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#searchform label {
  display: none;
}
/* Flickr */
.widget_woo_flickr h3 span {
  color: #0051d8;
}
.widget_woo_flickr h3 span span {
  color: #ff1183;
}
.widget_woo_flickr .wrap {
  margin: 1em 0 0;
  text-align: center;
}
.widget_woo_flickr .wrap .flickr_badge_image {
  display: inline-block;
  margin: 0 1em 1.387em;
}
.widget_woo_flickr .wrap .flickr_badge_image a img {
  display: block;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
/* Calendar */
#wp-calendar caption {
  padding: 1em;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  padding: .53em 0;
}
/* Author Info */
.widget_woo_blogauthorinfo .avatar {
  padding: .382em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_woo_blogauthorinfo .left {
  float: left;
  margin: 0 1em .618em 0;
}
.widget_woo_blogauthorinfo .right {
  float: right;
  margin: 0 .618em 1em;
}
.widget_woodojo_instagram ul li:before,
.widget_woodojo_tabs ul li:before,
.widget_woodojo_tweets ul li:before {
  display: none;
}
.widget_woodojo_instagram img {
  padding: .327em;
  background-color: #fff;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
}
.widget_woodojo_tabs .tab-heading-latest a,
.widget_woodojo_tabs .tab-heading-popular a,
.widget_woodojo_tabs .tab-heading-comments a,
.widget_woodojo_tabs .tab-heading-tags a {
  display: block;
  text-indent: -99999px;
  position: relative;
  height: 1em;
  width: 1em;
}
.widget_woodojo_tabs .tab-heading-latest a:before,
.widget_woodojo_tabs .tab-heading-popular a:before,
.widget_woodojo_tabs .tab-heading-comments a:before,
.widget_woodojo_tabs .tab-heading-tags a:before {
  font-family: 'FontAwesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "\f0f6";
  line-height: 2.244;
}
.widget_woodojo_tabs .tab-heading-latest a:before {
  content: "\f0f6";
}
.widget_woodojo_tabs .tab-heading-popular a:before {
  content: "\f087";
}
.widget_woodojo_tabs .tab-heading-comments a:before {
  content: "\f0e6";
}
.widget_woodojo_tabs .tab-heading-tags a:before {
  content: "\f02c";
}
.widget_woodojo_tabs ul.nav-tabs li.active a {
  background-color: #f7f7f2;
}
.widget_woodojo_tabs ul.nav-tabs li.active a:hover {
  background-color: #f7f7f2;
}
.widget_woodojo_tabs ul.nav-tabs li a:hover {
  background-color: transparent;
}
.widget_woodojo_tabs .tab-pane li {
  padding-bottom: 1em;
  border-bottom: 1px solid #e6e6e1;
}
/*------------------------------------------------------------------------------------------*/
/* 6. COMMENTS */
/*------------------------------------------------------------------------------------------*/
/* Comments */
#comments {
  position: relative;
  padding: 3.631em 1.618em;
  background: rgba(0, 0, 0, 0.025);
  overflow: hidden;
}
#comments .comment {
  width: 100%;
  list-style: none;
  position: relative;
}
#comments .comment .comment-container:before,
#comments .comment .comment-container:after {
  content: " ";
  display: table;
}
#comments .comment .comment-container:after {
  clear: both;
}
#comments .comment:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 5%;
  top: 0;
  display: block;
  background-color: #e6e6e1;
  z-index: -1;
  -webkit-border-bottom-left-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
#comments .comment .comment-head {
  margin-bottom: 1.618em;
}
#comments .comment .comment-head .name {
  margin: 0;
}
#comments .comment .comment-head .name:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f007";
}
#comments .comment .comment-head .date:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f017";
}
#comments .comment .comment-head .name,
#comments .comment .comment-head .date {
  margin-right: 1.618em;
}
#comments .comment .comment-head .edit {
  position: absolute;
  top: 0;
  right: 0;
}
#comments .comment .comment-head .edit a {
  font-size: .857em;
  padding: 1em 1.387em;
  display: inline-block;
  color: #a4aaad;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#comments .comment .comment-head .edit a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f044";
}
#comments .comment .comment-head .edit a:hover {
  background-color: #fffffc;
  color: #98d9b6;
}
#comments .comment .avatar {
  float: left;
  margin: 0 1em 1em 0;
  width: 10%;
  z-index: 999;
}
#comments .comment .avatar img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 4px solid #e6e6e1;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: .236em;
  background-color: #ffffff;
}
#comments .comment .comment-content {
  margin-bottom: 2.618em;
  padding: 1em;
  width: 85%;
  float: right;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  background-color: #ffffff;
  padding: 1.618em;
  border-top: 0.327em solid #e8e8e3;
  -webkit-border-bottom-left-radius: 0.202em;
  -webkit-border-bottom-right-radius: 0.202em;
  border-bottom-left-radius: 0.202em;
  border-bottom-right-radius: 0.202em;
}
#comments .comment .comment-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.387em;
  left: -1.9em;
  border: 1em solid #ffffff;
  border-width: .857em 1em;
  border-color: transparent #ffffff transparent transparent;
}
#comments .comment .comment-content #respond {
  padding: 1.618em 0 0 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  background: none;
}
#comments .comment .reply {
  position: absolute;
  bottom: 0;
  right: 0;
}
#comments .comment .reply a {
  font-size: .857em;
  padding: 1em 1.387em;
  display: inline-block;
  color: #a4aaad;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#comments .comment .reply a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f112";
}
#comments .comment .reply a:hover {
  background-color: #fffffc;
  color: #98d9b6;
}
#comments ul.children {
  padding: 0 0 0 15%;
  margin: 0;
  position: relative;
}
#comments ul.children:before {
  content: "";
  position: absolute;
  display: block;
  top: 1.618em;
  left: 5%;
  height: 4px;
  width: 10%;
  background-color: #e6e6e1;
}
#comments ul.children:after {
  content: "";
  display: block;
  height: .618em;
  width: .618em;
  background-color: #f7f7f2;
  position: absolute;
  left: 5%;
  top: 1.618em;
  margin-left: -0.309em;
  margin-top: -0.309em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 0.236em solid #e6e6e1;
}
#comments .navigation a {
  display: block;
  text-decoration: none;
}
#comments .pingbacks li.pingback {
  margin: 0 0 1.618em;
}
#comments .pingbacks li.pingback .reply {
  display: none;
}
#comments .nocomments {
  font-weight: bold;
}
/* Comments Form */
#respond {
  padding: 3.631em 1.618em;
  background: rgba(0, 0, 0, 0.045);
}
#respond label {
  color: #676f73;
}
#respond #reply-title small {
  display: block;
  margin: 0 0 1.618em;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
  width: 30.75%;
  float: left;
  margin-right: 3.8%;
}
#respond #commentform .comment-form-url,
#respond #commentform .comment-form-rating {
  margin-right: 0;
}
#respond #commentform .comment-form-rating {
  clear: both;
}
#respond #commentform label {
  display: inline-block;
}
#respond #commentform input.txt,
#respond #commentform input[type="text"],
#respond #commentform textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#respond #commentform .comment-form-comment {
  clear: both;
}
/* Pingbacks / Trackbacks */
.pinglist li {
  margin: 0 0 0 1.618em;
  list-style-type: decimal;
}
.pinglist li .author {
  font-weight: bold;
}
.pinglist li .pingcontent {
  display: block;
  margin: 0 0 1.618em;
}
/*------------------------------------------------------------------------------------------*/
/* 7. PAGE TEMPLATES */
/*------------------------------------------------------------------------------------------*/
/* Timeline Page Template */
#timeline .archives_list {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0 0 20px;
}
#timeline .archives_list:last-child:after {
  content: '';
  position: relative;
  top: 20px;
  left: -7px;
  display: block;
  width: 5px;
  height: 5px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  background: #1c3947;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
#timeline .archives_list li {
  clear: left;
  padding: 10px 0 10px 10px;
  font-size: 0.9em;
  font-style: normal;
  list-style: none;
}
#timeline .archives_list .date {
  color: #676f73;
  position: relative;
  width: 40%;
  font-style: italic;
  display: block;
  vertical-align: top;
}
#timeline .archives_list .date:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -10px;
  display: block;
  width: 5px;
  height: 1px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
#timeline .archives_list .linked {
  padding-top: 2px;
  padding-right: 80px;
  width: auto;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2;
  vertical-align: top;
}
#timeline .archives_list .linked a {
  font-weight: bold;
}
#timeline .archives_list .comments {
  display: inline;
  margin-top: -15px;
  float: right;
  vertical-align: top;
}
#timeline .archives_list .comments a {
  display: block;
  position: relative;
  width: 30px;
  height: 27px;
  padding: 3px 0 0 0;
  text-align: center;
  background: #1c3947;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#timeline .archives_list .comments a:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: -7px;
  border: 0.3em solid #98d9b6;
  border-color: transparent #1c3947 transparent transparent;
}
h3.archive_year {
  font-weight: bold;
  font-size: 0.9em;
  text-shadow: 1px 1px 0 #fff;
  padding: 4px 15px;
  background: #f7f7f2;
  color: #4f5558;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  margin-top: 0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
/* Contact Form */
#contact-page .screenReader {
  left: -9999px;
  position: absolute;
  top: -9999px;
  display: none;
}
#contact-page ol.forms {
  margin: 0 0 2.618em;
  list-style: none;
}
#contact-page ol.forms:before,
#contact-page ol.forms:after {
  content: " ";
  display: table;
}
#contact-page ol.forms:after {
  clear: both;
}
#contact-page ol.forms li {
  clear: both;
  float: left;
  margin-bottom: 1.618em;
  position: relative;
  width: 48%;
}
#contact-page ol.forms li:first-child {
  margin-right: 3.8%;
}
#contact-page ol.forms li:nth-child(2n) {
  clear: none;
}
#contact-page ol.forms li.textarea,
#contact-page ol.forms li.screenReader,
#contact-page ol.forms li.inline,
#contact-page ol.forms li.buttons,
#contact-page ol.forms li input.txt,
#contact-page ol.forms li textarea {
  width: 100%;
}
#contact-page ol.forms li .error {
  display: block;
  color: red;
}
#contact-page ol.forms li.textarea .error {
  display: block;
}
#contact-page ol.forms li.screenReader {
  margin-bottom: 0;
}
#contact-page ol.forms li.inline {
  clear: none;
  float: left;
  width: 48%;
}
#contact-page ol.forms li.inline input {
  width: auto;
  margin-right: .53em;
  position: relative;
  top: -0.5px;
}
#contact-page ol.forms li.inline label {
  display: inline;
  float: none;
  width: auto;
  font-size: .857em;
  font-weight: normal;
  font-style: italic;
}
#contact-page ol.forms li.buttons {
  clear: none;
  float: right;
  width: 48%;
  text-align: right;
}
#contact-page ol.forms label {
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: 0 0 1em;
}
.page-template-template-contact-php #single_map_canvas img {
  max-width: inherit;
}
.page-template-template-contact-php #location-map {
  margin: 0 0 2.618em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-template-template-contact-php #location-map #location {
  margin: 0 0 2.618em;
}
.page-template-template-contact-php #location-map #location ul {
  margin: 0;
  padding: 0;
}
.page-template-template-contact-php #location-map #location ul li {
  list-style: none;
  padding: 0;
}
.page-template-template-contact-php #location-map #map {
  margin: 0 0 2.618em;
}
.page-template-template-contact-php #twitter-connect {
  margin: 0 0 2.618em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-template-template-contact-php #twitter-connect #twitter {
  margin: 0 0 2.618em;
}
.page-template-template-contact-php #twitter-connect #twitter ul {
  margin: 0 0 .857em;
  list-style: none;
}
.page-template-template-contact-php #twitter-connect #twitter a.time {
  color: #737c81;
}
.page-template-template-contact-php #twitter-connect #twitter .follow-twitter {
  font-style: italic;
  font-size: .857em;
}
.page-template-template-contact-php #twitter-connect #contact-social {
  margin: 0 0 2.618em;
}
.page-template-template-contact-php #twitter-connect #contact-social #connect {
  background: none;
  border: none;
  padding: 0;
}
.page-template-template-contact-php #twitter-connect #contact-social #connect .social {
  float: none;
  clear: both;
}
.page-template-template-contact-php #twitter-connect #contact-social #connect .social a span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-template-template-contact-php #location-map:before,
  .page-template-template-contact-php #location-map:after {
    content: " ";
    display: table;
  }
  .page-template-template-contact-php #location-map:after {
    clear: both;
  }
  .page-template-template-contact-php #location-map #location {
    float: left;
    width: 30%;
  }
  .page-template-template-contact-php #location-map #map.float {
    float: right;
    width: 65%;
  }
  .page-template-template-contact-php #twitter-connect:before,
  .page-template-template-contact-php #twitter-connect:after {
    content: " ";
    display: table;
  }
  .page-template-template-contact-php #twitter-connect:after {
    clear: both;
  }
  .page-template-template-contact-php #twitter-connect #twitter {
    float: left;
    width: 45%;
  }
  .page-template-template-contact-php #twitter-connect #contact-social.float {
    float: right;
    width: 45%;
  }
}
/* Sitemap */
.page-template-template-sitemap-php .entry ul,
.page-template-template-sitemap-php .entry ol {
  list-style: none;
  margin-left: 0;
}
.page-template-template-sitemap-php .entry ul ul,
.page-template-template-sitemap-php .entry ol ul,
.page-template-template-sitemap-php .entry ul ol,
.page-template-template-sitemap-php .entry ol ol {
  margin-left: 20px;
}
/* Business */
#main .widget_woothemes_features .features:before,
#main .widget_woothemes_testimonials .testimonials:before,
#main .widget_woothemes_features .features:after,
#main .widget_woothemes_testimonials .testimonials:after {
  content: " ";
  display: table;
}
#main .widget_woothemes_features .features:after,
#main .widget_woothemes_testimonials .testimonials:after {
  clear: both;
}
#main .widget_woothemes_testimonials .quote,
#main .widget_woothemes_features .quote,
#main .widget_woothemes_testimonials .feature,
#main .widget_woothemes_features .feature {
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-bottom: 1.618em;
}
#main .widget_woothemes_testimonials .quote blockquote,
#main .widget_woothemes_features .quote blockquote,
#main .widget_woothemes_testimonials .feature blockquote,
#main .widget_woothemes_features .feature blockquote {
  padding: 0;
  background-color: transparent;
  border: 0;
  font-style: italic;
  margin: 0 0 1.618em;
}
#main .widget_woothemes_testimonials .quote.first,
#main .widget_woothemes_features .quote.first,
#main .widget_woothemes_testimonials .feature.first,
#main .widget_woothemes_features .feature.first {
  margin-right: 0;
}
#main .widget_woothemes_testimonials .quote.last,
#main .widget_woothemes_features .quote.last,
#main .widget_woothemes_testimonials .feature.last,
#main .widget_woothemes_features .feature.last {
  clear: both;
}
#footer-widgets .widget_woothemes_features .feature,
#footer-widgets .widget_woothemes_testimonials .quote,
#footer-widgets .testimonials-text {
  margin-bottom: 1.618em;
}
#footer-widgets .widget_woothemes_features .feature,
#footer-widgets .widget_woothemes_testimonials .quote {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 1.618em;
  border-top: 0.327em solid #e8e8e3;
  -webkit-border-bottom-left-radius: 0.202em;
  -webkit-border-bottom-right-radius: 0.202em;
  border-bottom-left-radius: 0.202em;
  border-bottom-right-radius: 0.202em;
}
.page .page article .entry .widget_woothemes_testimonials .quote blockquote,
.single-post article .entry .widget_woothemes_testimonials .quote blockquote {
  background-color: transparent;
  padding: 0;
  margin: 0 0 1.618em;
  border: 0;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget_woothemes_features .feature img {
  height: auto;
  margin: 0 auto 1em;
  display: block;
}
.widget_woothemes_testimonials .quote {
  position: relative;
}
.widget_woothemes_testimonials .quote:after {
  position: absolute;
  content: "";
  border: 1em solid #fff;
  border-color: #fff transparent transparent transparent;
  bottom: -2em;
  left: 50%;
  margin-left: -1em;
}
.widget_woothemes_testimonials .quote .avatar-link {
  float: right;
}
.widget_woothemes_testimonials .quote .avatar-link img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: 1em;
}
.widget_woothemes_testimonials .quote .url {
  display: block;
}
.page-template-template-business-php .widget_woothemes_testimonials .quote,
.page-template-template-business-php .widget_woothemes_features .feature {
  width: auto;
  float: none;
  margin-right: 0;
  background-color: #ffffff;
  padding: 1.618em;
  border-top: 0.327em solid #e8e8e3;
  -webkit-border-bottom-left-radius: 0.202em;
  -webkit-border-bottom-right-radius: 0.202em;
  border-bottom-left-radius: 0.202em;
  border-bottom-right-radius: 0.202em;
}
.page-template-template-business-php .business-title {
  margin-bottom: 1.618em;
  text-transform: uppercase;
}
.page-template-template-business-php .loop-wrapper {
  padding-bottom: 4.236em;
}
.page-template-template-business-php .woo-pagination {
  bottom: .618em;
}
.page-template-template-business-php #main {
  margin-bottom: 4.236em !important;
}
/*------------------------------------------------------------------------------------------*/
/* 8. FLEXSLIDER */
/*------------------------------------------------------------------------------------------*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
.home .slides {
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/**
 * Not-on-the-homepage Flexslider styles
 */
#inner .wooslider {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#inner .wooslider-control-paging li a {
  height: .857em;
  width: .857em;
  background: none;
  border: .236em solid #333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#inner .wooslider-control-paging li a.wooslider-active,
#inner .wooslider-control-paging li a:hover {
  background: #333;
}
/*------------------------------------------------------------------------------------------*/
/* 9. MISC */
/*------------------------------------------------------------------------------------------*/
/* Floating & Alignment  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.fix:before,
.fix:after,
.col-full:before,
.col-full:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.fix:after,
.col-full:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.fix,
.col-full {
  zoom: 1;
}
/* Subscribe & Connect (& Related posts) */
#connect {
  clear: both;
  background: #f7f7f2;
  padding: 3.631em 1.618em;
  background: #f1f1ec;
}
#connect .newsletter-form {
  margin: 0;
}
#connect .newsletter-form .email {
  margin: 0 1em 1em 0;
}
#connect .newsletter-form .submit {
  margin: 0 0 1em;
}
#connect > div:before,
#connect > div:after {
  content: " ";
  display: table;
}
#connect > div:after {
  clear: both;
}
#connect > div form,
#connect > div .social {
  width: 48%;
  float: left;
}
#connect > div .social {
  float: right;
}
#sidebar #connect,
#footer-widgets #connect {
  padding: 0;
  background: none;
}
#sidebar #connect form,
#footer-widgets #connect form,
#sidebar #connect .social,
#footer-widgets #connect .social {
  width: 100% !important;
  float: none !important;
}
#sidebar #connect .social a,
#footer-widgets #connect .social a {
  color: #fff !important;
}
.social a {
  display: block;
  text-indent: -99999px;
  position: relative;
  height: 1em;
  width: 1em;
  padding: .53em;
  color: #fff;
  float: left;
  margin-right: .618em;
  margin-bottom: .618em;
}
.social a:before {
  font-family: 'FontAwesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: Social;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
  line-height: 2.075;
}
.social a.subscribe:before {
  content: '\e001';
  background-color: #FF6600;
}
.social a.twitter:before {
  content: '\e002';
  background-color: #00aced;
}
.social a.facebook:before {
  content: '\e003';
  background-color: #3b5998;
}
.social a.youtube:before {
  content: '\e004';
  background-color: #af2b26;
}
.social a.flickr:before {
  content: '\e005';
  background-color: #ff0084;
}
.social a.linkedin:before {
  content: '\e006';
  background-color: #71c5ef;
}
.social a.delicious:before {
  content: '\e007';
  background-color: #285da7;
}
.social a.googleplus:before {
  content: '\e008';
  background-color: #2d2d2d;
  font-weight: bold;
}
.social a.dribbble:before {
  content: '\e009';
  background-color: #ea4c89;
}
.social a.instagram:before {
  content: '\e010';
  background-color: #517fa4;
}
.social a.vimeo:before {
  content: '\e011';
  background-color: #33454E;
}
.social a.pinterest:before {
  content: '\e012';
  background-color: #cb2027;
}
.social a {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.social a:hover:before {
  background-color: #98d9b6;
}
#related-posts {
  padding: 3.631em 1.618em;
}
#related-posts ul {
  list-style: none;
  margin: 0;
}
#related-posts ul a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .202em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f0c1";
  color: #4f5558;
}
/* Tables */
table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
  border-collapse: separate;
}
table td,
table th {
  padding: .857em 1.387em;
  text-align: left;
  border-right: 1px dotted rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table thead th {
  background: #fff;
  border-right: 1px dotted #e6e6e1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  padding: 1.387em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  vertical-align: middle;
}
table thead th:first-child {
  -webkit-border-top-left-radius: 0.202em;
  -webkit-border-bottom-left-radius: 0.202em;
  border-top-left-radius: 0.202em;
  border-bottom-left-radius: 0.202em;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
table thead th:last-child {
  -webkit-border-top-right-radius: 0.202em;
  -webkit-border-bottom-right-radius: 0.202em;
  border-top-right-radius: 0.202em;
  border-bottom-right-radius: 0.202em;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
table tr th:last-child,
table tr td:last-child {
  border-right: 0;
}
table tbody th {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table tbody tr:nth-child(2n) td {
  background-color: #fff;
  border-right: 1px dotted #e6e6e1;
}
table tbody tr:nth-child(2n) td:last-child {
  border-right: 0;
}
table tbody td {
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}
table tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0.202em;
  -webkit-border-bottom-right-radius: 0.202em;
  border-bottom-left-radius: 0.202em;
  border-bottom-right-radius: 0.202em;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
table tbody tr:last-child td:last-child {
  -webkit-border-bottom-left-radius: 0.202em;
  -webkit-border-bottom-right-radius: 0.202em;
  border-bottom-left-radius: 0.202em;
  border-bottom-right-radius: 0.202em;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
table tbody tr:last-child td,
table tbody tr:last-child th {
  border-bottom: 0;
}
table a.button,
table input.button {
  padding: .53em .857em;
}
table input.input-text {
  padding: .327em .857em;
}
/* Forms */
input[type=text],
input.input-text,
textarea,
input.txt,
input[type=tel],
input[type=email],
input[type=password] {
  display: inline-block;
  padding: .618em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.236em;
  border-radius: 0.236em;
  font-size: 1em;
  /* Make inputs the same size as normal text */
  line-height: 1.618em;
  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */
  outline: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-appearance: none;
}
input[type=text]:active,
input.input-text:active,
textarea:active,
input.txt:active,
input[type=tel]:active,
input[type=email]:active,
input[type=password]:active,
input[type=text]:focus,
input.input-text:focus,
textarea:focus,
input.txt:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus {
  border-color: #98d9b6;
  -webkit-box-shadow: 0 0 4px rgba(152, 217, 182, 0.5);
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
/* Buttons (Includes WF chortcode buttons) */
a.button,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
#wrapper .woo-sc-button {
  display: inline-block;
  padding: .857em 1.387em;
  color: white;
  text-align: center;
  border: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 1em;
  /* Make inputs the same size as normal text */
  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */
  cursor: pointer;
  /* Inputs need pointers! */
  overflow: visible;
  /* IE fix */
  width: auto;
  /* IE fix */
  line-height: 1.618em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  white-space: nowrap;
  background: #98d9b6;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-weight: 600;
  -webkit-appearance: none;
  font-size: .857em;
  text-transform: uppercase;
  outline: none;
}
a.button:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover,
#wrapper .woo-sc-button:hover {
  text-decoration: none;
  background: #76b794;
}
a.button.large,
#commentform #submit.large,
.submit.large,
input[type=submit].large,
input.button.large,
button.button.large,
#wrapper .woo-sc-button.large {
  font-size: 1.387em;
}
a.button.small,
#commentform #submit.small,
.submit.small,
input[type=submit].small,
input.button.small,
button.button.small,
#wrapper .woo-sc-button.small {
  font-size: .857em;
}
a.button.red,
#commentform #submit.red,
.submit.red,
input[type=submit].red,
input.button.red,
button.button.red,
#wrapper .woo-sc-button.red {
  background: #d72323;
}
a.button.red:hover,
#commentform #submit.red:hover,
.submit.red:hover,
input[type=submit].red:hover,
input.button.red:hover,
button.button.red:hover,
#wrapper .woo-sc-button.red:hover {
  background: #d20000;
}
a.button.orange,
#commentform #submit.orange,
.submit.orange,
input[type=submit].orange,
input.button.orange,
button.button.orange,
#wrapper .woo-sc-button.orange {
  background: #d76b23;
}
a.button.orange:hover,
#commentform #submit.orange:hover,
.submit.orange:hover,
input[type=submit].orange:hover,
input.button.orange:hover,
button.button.orange:hover,
#wrapper .woo-sc-button.orange:hover {
  background: #d25e00;
}
a.button.green,
#commentform #submit.green,
.submit.green,
input[type=submit].green,
input.button.green,
button.button.green,
#wrapper .woo-sc-button.green {
  background: #8dc11e;
}
a.button.green:hover,
#commentform #submit.green:hover,
.submit.green:hover,
input[type=submit].green:hover,
input.button.green:hover,
button.button.green:hover,
#wrapper .woo-sc-button.green:hover {
  background: #87c000;
}
a.button.aqua,
#commentform #submit.aqua,
.submit.aqua,
input[type=submit].aqua,
input.button.aqua,
button.button.aqua,
#wrapper .woo-sc-button.aqua {
  background: #23d7af;
}
a.button.aqua:hover,
#commentform #submit.aqua:hover,
.submit.aqua:hover,
input[type=submit].aqua:hover,
input.button.aqua:hover,
button.button.aqua:hover,
#wrapper .woo-sc-button.aqua:hover {
  background: #00d2a8;
}
a.button.teal,
#commentform #submit.teal,
.submit.teal,
input[type=submit].teal,
input.button.teal,
button.button.teal,
#wrapper .woo-sc-button.teal {
  background: #23abd7;
}
a.button.teal:hover,
#commentform #submit.teal:hover,
.submit.teal:hover,
input[type=submit].teal:hover,
input.button.teal:hover,
button.button.teal:hover,
#wrapper .woo-sc-button.teal:hover {
  background: #009ed2;
}
a.button.purple,
#commentform #submit.purple,
.submit.purple,
input[type=submit].purple,
input.button.purple,
button.button.purple,
#wrapper .woo-sc-button.purple {
  background: #2356d7;
}
a.button.purple:hover,
#commentform #submit.purple:hover,
.submit.purple:hover,
input[type=submit].purple:hover,
input.button.purple:hover,
button.button.purple:hover,
#wrapper .woo-sc-button.purple:hover {
  background: #0036d2;
}
a.button.pink,
#commentform #submit.pink,
.submit.pink,
input[type=submit].pink,
input.button.pink,
button.button.pink,
#wrapper .woo-sc-button.pink {
  background: #d723d5;
}
a.button.pink:hover,
#commentform #submit.pink:hover,
.submit.pink:hover,
input[type=submit].pink:hover,
input.button.pink:hover,
button.button.pink:hover,
#wrapper .woo-sc-button.pink:hover {
  background: #bc00d2;
}
a.button.silver,
#commentform #submit.silver,
.submit.silver,
input[type=submit].silver,
input.button.silver,
button.button.silver,
#wrapper .woo-sc-button.silver {
  background: #d8d8d8;
}
a.button.silver:hover,
#commentform #submit.silver:hover,
.submit.silver:hover,
input[type=submit].silver:hover,
input.button.silver:hover,
button.button.silver:hover,
#wrapper .woo-sc-button.silver:hover {
  background: #ccc;
}
a.button.alt,
#commentform #submit.alt,
.submit.alt,
input[type=submit].alt,
input.button.alt,
button.button.alt,
#wrapper .woo-sc-button.alt {
  background-color: #d998bb;
}
a.button.alt:hover,
#commentform #submit.alt:hover,
.submit.alt:hover,
input[type=submit].alt:hover,
input.button.alt:hover,
button.button.alt:hover,
#wrapper .woo-sc-button.alt:hover {
  background-color: #b77699;
}
select {
  max-width: 100%;
}
input[type="radio"] {
  -webkit-appearance: none;
  /* Hides the default radio style */
  height: 1em;
  width: 1em;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  font-size: 1em;
  border: 0.236em solid #d5d5d0;
  background: #d5d5d0;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: inline-block;
}
input[type="radio"]:checked {
  background: #98d9b6;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  /* Hides the default checkbox style */
  height: 1em;
  width: 1em;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
  background-color: #d5d5d0;
  font-size: 1em;
  display: inline-block;
}
input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: 'FontAwesome';
  line-height: 1.8;
  font-size: .618em;
  content: "\f00c";
  display: none;
}
input[type="checkbox"]:checked:before {
  color: #4f5558;
  display: block;
}
/* Shortcode info boxes */
p.woo-sc-box,
div.woo-sc-box {
  margin: 1em 0 1.5em 0;
  padding: 9px 10px 9px 50px;
  border-width: 1px 0 1px 0;
  color: #2b2e30;
  text-shadow: none;
}
p.woo-sc-box.rounded,
div.woo-sc-box.rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
p.woo-sc-box.alert,
div.woo-sc-box.alert {
  border-color: #f0baa2;
  background-color: #ffd9c8;
}
p.woo-sc-box.download,
div.woo-sc-box.download {
  border-color: #d4ebaf;
  background-color: #edfcd5;
}
p.woo-sc-box.tick,
div.woo-sc-box.tick {
  border-color: #d4ebaf;
  background-color: #edfcd5;
}
p.woo-sc-box.info,
div.woo-sc-box.info {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f7f7f2;
}
p.woo-sc-box.note,
div.woo-sc-box.note {
  border-color: #efe3ae;
  background-color: #fef6d2;
}
p.woo-sc-box.normal,
div.woo-sc-box.normal {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f7f7f2;
}
/* Gravity forms */
ul.gform_fields {
  margin-left: 0 !important;
}
ul.gform_fields li {
  list-style: none;
}
.gfield {
  margin-bottom: 1.618em;
}
.gfield_label {
  width: 100%;
  font-weight: bold;
  margin-bottom: .618em;
  display: block;
}
.gfield_required {
  color: red;
}
.ginput_container {
  margin-bottom: 1.618em;
}
.ginput_container:before,
.ginput_container:after {
  content: " ";
  display: table;
}
.ginput_container:after {
  clear: both;
}
.ginput_container label {
  display: block;
}
.ginput_container input,
.ginput_container textarea {
  width: 100%;
}
.ginput_container .ginput_left,
.ginput_container .ginput_right,
.ginput_container .ginput_full {
  margin-bottom: 1em;
  display: block;
}
.ginput_container .ginput_left label,
.ginput_container .ginput_right label,
.ginput_container .ginput_full label {
  font-size: .875em;
}
.ginput_container .ginput_left,
.ginput_container .ginput_right {
  width: 48%;
  float: left;
  clear: left;
}
.ginput_container .ginput_right {
  float: right;
  clear: none;
}
.ginput_container .gfield_checkbox,
.ginput_container .gfield_radio {
  margin-left: 0 !important;
}
.ginput_container .gfield_checkbox label,
.ginput_container .gfield_radio label {
  display: inline-block;
  margin-left: .618em;
}
.ginput_container .gfield_checkbox input,
.ginput_container .gfield_radio input {
  width: 1em;
}
img.ui-datepicker-trigger {
  border: 0;
  padding: 0;
}
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
}
#tiptip_holder.tip_top {
  padding-bottom: .618em;
}
#tiptip_holder.tip_bottom {
  padding-top: .618em;
}
#tiptip_holder.tip_right {
  padding-left: .618em;
}
#tiptip_holder.tip_left {
  padding-right: .618em;
}
#tiptip_content {
  font-size: .857em;
  color: #fff;
  font-weight: 700;
  padding: .618em 1.387em;
  background: #98d9b6;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
  text-align: center;
  margin: 0 1em;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: .618em;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -0.618em;
  margin-left: -0.618em;
  border-top-color: transparent;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -0.618em;
  margin-left: -0.618em;
  border-bottom-color: transparent;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -0.618em;
  margin-left: -0.618em;
  border-right-color: transparent;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -0.618em;
  margin-left: -0.857em;
  border-left-color: transparent;
}
/* IE specific styling */
.ie8 .widget_woo_blogauthorinfo .avatar {
  width: auto;
}
/**
 * Animation
 */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.hinge {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.hinge {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
