/*
Theme Name: Hustle
Theme URI: http://www.woothemes.com/
Version: 1.1.11
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

*/
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,
hgroup,
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,
hgroup,
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;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 20px;
}
/* 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 {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 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;
}
/*-------------------------------------------------------------------------------------------*/
/* IMPORTS */
/*-------------------------------------------------------------------------------------------*/
@-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;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
  
    -ms-transform: rotate(180deg);
    /* IE9 */
  
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -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;
  }
}
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4em;
  line-height: 1.618;
  color: #282828;
  font-family: "Cabin", sans-serif;
  padding: 0 1.618em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
hr {
  background-color: #e5e5e5;
  border: 0;
  height: 1px;
  margin-bottom: 1.618em;
}
/* 1.2 Hyperlinks */
a {
  color: #5b5b5b;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}
a img {
  -webkit-transition: opacity ease-out 0.1s;
  -moz-transition: opacity ease-out 0.1s;
  -ms-transition: opacity ease-out 0.1s;
  -o-transition: opacity ease-out 0.1s;
  transition: opacity ease-out 0.1s;
}
a img:hover {
  opacity: 0.75;
}
/* 1.3 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: "Arvo", sans-serif;
  color: #282828;
  margin: 0 0 .618em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 2.224em;
  line-height: 1.387em;
}
h2 {
  font-size: 1.618em;
  line-height: 1.387em;
}
h3 {
  font-size: 1.387em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.857em;
}
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,
hr {
  margin: 0 0 1.618em 0;
}
li > ul,
li > ol {
  margin: 0 0 0 1.618em;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-bottom: 1.618em;
}
/*
@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#WebSymbolsRegular') 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;
}
/* 1.4 Tables */
table {
  margin-bottom: 4.236em;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fafafa;
  border-collapse: separate;
}
table td,
table th {
  padding: .857em 1.387em;
  text-align: left;
  border-right: 1px dotted #e5e5e5;
  vertical-align: top;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table thead th {
  font-family: "Arvo", sans-serif;
  font-size: .9em;
  color: #686868;
  background: #fff;
  border-right: 1px dotted #e9e9e9;
  border-bottom: 2px solid #e5e5e5;
  text-transform: uppercase;
  padding: 1.387em;
  vertical-align: middle;
}
table thead th:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table thead th:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tr th:last-child,
table tr td:last-child {
  border-right: 0;
}
table tbody th {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
table tbody tr:nth-child(2n) td {
  background: #fff;
  border-right: 1px dotted #e9e9e9;
}
table tbody tr:nth-child(2n) td:last-child {
  border-right: 0;
}
table tbody td {
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 0 1px 0 0 #fafafa, inset 0 -1px 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #fafafa, inset 0 -1px 0 #ffffff;
}
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: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tbody tr:last-child td:last-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tbody tr:last-child td {
  border-bottom: 0;
}
table tfoot tr:first-child th,
table tfoot tr:first-child td {
  border-top: 1px solid #e5e5e5;
}
table tfoot th,
table tfoot td {
  background: #fff;
}
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
/* 2.1 Containers & Columns */
/* 2.2 Navigation */
ul.nav li {
  margin-bottom: .53em;
}
ul.nav li a {
  padding: .5em 1em;
  display: block;
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 1em;
  border-left: 5px solid transparent;
}
ul.nav li a:hover {
  border-left-color: #e5e5e5;
  text-decoration: none;
  color: #282828;
}
ul.nav li.current_page_item a,
ul.nav li.current_page_parent a,
ul.nav li.current-menu-ancestor a,
ul.nav li.current-cat a,
ul.nav li.li.current-menu-item a {
  border-left: 5px solid #000;
  color: #282828;
}
ul.nav li.current_page_item ul li a,
ul.nav li.current_page_parent ul li a,
ul.nav li.current-menu-ancestor ul li a,
ul.nav li.current-cat ul li a,
ul.nav li.li.current-menu-item ul li a {
  color: #4e4e4e;
  border-left: none!important;
}
ul.nav li.current_page_item ul li a:hover,
ul.nav li.current_page_parent ul li a:hover,
ul.nav li.current-menu-ancestor ul li a:hover,
ul.nav li.current-cat ul li a:hover,
ul.nav li.li.current-menu-item ul li a:hover {
  color: #282828;
}
ul.nav li ul li a {
  text-transform: none;
  font-size: 1em;
}
ul.nav li ul li.current_page_item a,
ul.nav li ul li.current_page_parent a,
ul.nav li ul li.current-menu-ancestor a,
ul.nav li ul li.current-cat a,
ul.nav li ul li.li.current-menu-item a {
  font-weight: bold;
  color: #282828 !important;
}
#navigation {
  clear: both;
  margin: 2em 0 -3em;
  display: none;
}
#navigation:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#navigation ul {
  list-style: none;
}
/* Optional Styling */
#navigation {
  text-align: left;
}
/* 2.2.2 Top Navigation (optional) */
#top select {
  margin: 1.618em 0;
  width: 100%;
}
#top #top-nav {
  display: none;
}
/* 2.3 Header */
#header {
  margin: 0 auto 2.454em;
  padding: 0 0 4.236em;
  text-align: center;
  clear: both;
  position: relative;
  border-bottom: 5px solid #000;
}
#header #logo {
  display: block;
  padding: 4.236em 1em 2.244em;
  border-top: 5px solid #5b5b5b;
}
#header .site-title {
  margin: 0;
  display: block;
  padding: 1.2em 0 0;
  border-top: 5px solid #5b5b5b;
}
#header .site-description {
  margin: 0 0 1.387em;
}
#header .site-title,
#header .site-description {
  color: #000;
  display: none;
  text-align: center;
}
#header .site-title a,
#header .site-description a {
  color: #000000;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
}
#header .site-title a:hover,
#header .site-description a:hover {
  text-decoration: underline;
}
#header hgroup:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#header .nav-toggle {
  position: relative;
  padding: .53em 1em;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.857em;
  line-height: 2;
  background: #000;
  color: #fff!important;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#header .nav-toggle:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .618em;
  font-weight: normal;
  line-height: 1em;
  content: "\f0c9";
  height: 1.2em;
  width: 1.2em;
  text-align: center;
}
#header .nav-toggle a {
  color: #fff!important;
}
#header .nav-toggle a:hover {
  text-decoration: none;
}
#header .site-description {
  color: #424242;
  font-family: Georgia, serif;
  font-style: italic;
}
#header #topad {
  float: right;
}
/* 2.4 Content */
/* Homepage Components */
.home-section {
  margin-bottom: 6.854em;
}
.home-section > header {
  text-align: center;
}
.home-section > header h1 {
  margin: 0 0 3.631em;
  padding: 0 1em .53em;
  font-size: 1.146em;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 5px solid #e5e5e5;
  display: inline-block;
}
.home-section#intro-message {
  margin-top: -6.854em;
  padding: 6.854em 0;
  border-bottom: 5px solid #e5e5e5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-section#intro-message header h1 {
  margin: 0 0 0;
  padding: 0;
  text-transform: none;
  font-size: 3.631em;
  border: none;
  color: #000000;
}
.home-section#intro-message p {
  margin-bottom: 2.244em;
}
.home-section#blog-posts ul li {
  width: 100%;
  list-style: none;
  text-align: center;
  margin-bottom: 1.618em;
  float: left;
  clear: left;
  position: relative;
  height: 440px;
}
.home-section#blog-posts ul li.promotion {
	height: 400px;
}
.home-section#blog-posts ul li:nth-child(2n) {
  float: right;
  clear: none;
}
.home-section#blog-posts ul li h3 a {
  color: #0e0e0e;
}
.home-section#blog-posts ul li img {
  margin: 0 0 1.618em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.home-section#promotion {
  padding: 2.244em;
  background: #fafafa;
}
.home-section#promotion:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.home-section#promotion .left-section {
  margin-bottom: 1em;
}
.home-section#promotion .left-section h2 {
  margin: 0 0 1em!important;
  text-align: left;
  padding: 0!important;
  border: none!important;
  padding: none!important;
}
.home-section#promotion .left-section p {
  margin: 0;
  text-align: left;
}
.home-section#featured-slider {
  text-align: center;
}
.home #main .widget {
  margin-bottom: 6.854em;
  text-align: center;
}
.home #main .widget h2,
.home #main .widget > h3,
.home #main .widget #connect h3 {
  margin: 0 0 3.631em;
  padding: 0 1em .53em;
  font-size: 1.146em;
  text-transform: uppercase;
  border-bottom: 5px solid #e5e5e5;
  display: inline-block;
}
.home #main .widget.widget_woodojo_tabs {
  text-align: left;
}
#sidebar .widget_woothemes_features,
#footer-widgets .widget_woothemes_features {
  text-align: left;
}
#sidebar .widget_woothemes_features .feature,
#footer-widgets .widget_woothemes_features .feature {
  margin-right: 0;
  padding: 1.618em 0 2.618em;
  width: 100%;
  float: none;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
#sidebar .widget_woothemes_features .feature h3,
#footer-widgets .widget_woothemes_features .feature h3 {
  font-weight: 400;
  font-size: 1em;
  text-transform: none;
}
#sidebar .widget_woothemes_features .feature img,
#footer-widgets .widget_woothemes_features .feature img {
  float: left;
  margin: 0 1em 1em 0;
}
#sidebar .widget_woothemes_testimonials,
#footer-widgets .widget_woothemes_testimonials {
  text-align: left;
}
#sidebar .widget_woothemes_testimonials h2,
#footer-widgets .widget_woothemes_testimonials h2 {
  font-size: 1em;
  text-transform: uppercase;
}
#sidebar .widget_woothemes_testimonials .quote,
#footer-widgets .widget_woothemes_testimonials .quote {
  margin-right: 0;
  padding: 1.618em 0;
  width: 100%;
  float: none;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
#sidebar .widget_woothemes_testimonials .quote:before,
#footer-widgets .widget_woothemes_testimonials .quote:before {
  display: none;
}
#sidebar .widget_woothemes_testimonials .quote .avatar-link,
#footer-widgets .widget_woothemes_testimonials .quote .avatar-link,
#sidebar .widget_woothemes_testimonials .quote cite,
#footer-widgets .widget_woothemes_testimonials .quote cite {
  float: left;
}
#sidebar .widget_woothemes_testimonials .quote cite,
#footer-widgets .widget_woothemes_testimonials .quote cite {
  margin: 2.244em 0 0 1.618em;
}
.post .widget_woothemes_testimonials blockquote,
.page .widget_woothemes_testimonials blockquote {
  padding-left: 0!important;
}
.post .widget_woothemes_testimonials blockquote:before,
.page .widget_woothemes_testimonials blockquote:before {
  display: none;
}
.widget_woothemes_features {
  text-align: center;
}
.widget_woothemes_features:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.widget_woothemes_features .feature {
  width: 100%;
  list-style: none;
  text-align: center;
  margin-bottom: 1.618em;
  float: left;
  clear: left;
}
.widget_woothemes_features .feature:nth-child(2n) {
  float: right;
  clear: none;
}
.widget_woothemes_features .feature h3 a {
  color: #0e0e0e;
}
.widget_woothemes_features .feature img {
  margin: 0 0 1.618em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget_woothemes_testimonials {
  text-align: center;
}
.widget_woothemes_testimonials .quote {
  width: 100%;
  list-style: none;
  text-align: center;
  margin-bottom: 1.618em;
  float: left;
  clear: left;
}
.widget_woothemes_testimonials .quote:before {
  display: block;
  content: '\201C';
  font-size: 3.2em;
  line-height: 1;
  background: #000;
  color: #fff;
  width: 25px;
  margin: 0 auto .327em;
  height: 22px;
  padding: 3px 0 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget_woothemes_testimonials .quote h3 a {
  color: #0e0e0e;
}
.widget_woothemes_testimonials .quote a.avatar-link {
  position: relative;
  display: inline-block;
}
.widget_woothemes_testimonials .quote a.avatar-link img {
  margin: 2.244em 0 1.618em;
  box-shadow: 0 0 0 3px #e5e5e5;
  -webkit-box-shadow: 0 0 0 3px #e5e5e5;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget_woothemes_testimonials .quote a.avatar-link:before {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  left: 42%;
  width: 0;
  height: 0;
  border: .5em solid transparent;
  border-color: transparent transparent #e5e5e5 transparent;
}
.widget_woothemes_testimonials .quote .author {
  display: block;
  font-family: "Arvo", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.widget_woothemes_testimonials .quote .author .excerpt {
  display: block;
  font-weight: normal;
  font-style: italic;
}
.widget_woothemes_testimonials .quote .author .url {
  display: block;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
}
.widget_woothemes_testimonials .quote .author .url a {
  color: #5b5b5b;
}
/* 2.4.1 Slider */
/* 2.5 Sidebar */
#sidebar .secondary {
  float: left;
  margin-right: 20px;
}
#sidebar .secondary.last {
  margin: 0;
}
/* 2.6 Footer */
#footer {
  margin: 0 -1.618em;
  padding: 2.618em 1.618em;
  border-top: 5px solid #000;
  color: #424242;
  font-family: "Arvo", sans-serif;
  font-weight: 700;
}
#footer p {
  font-size: .857em;
}
#footer a {
  color: #282828;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer #credit img {
  vertical-align: middle;
}
#footer #credit span {
  display: none;
}
#footer-widgets {
  padding: 2.618em 0;
  border-top: 5px solid #e5e5e5;
}
/* 2.7 Breadcrumbs */
#breadcrumbs {
  margin: -2.618em 0 3.631em 0;
}
#breadcrumbs .woo-breadcrumbs {
  display: inline-block;
  padding: .857em 1.618em;
  background: #e5e5e5;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#breadcrumbs .woo-breadcrumbs a {
  font-weight: 700;
  color: #282828;
}
/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/
#breadcrumb,
.post .video {
  margin-bottom: 1.618em;
}
.archive-header {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 3.631em;
  padding: 0 0 1em;
  font-weight: bold;
  border-bottom: 5px solid #e5e5e5;
  text-transform: uppercase;
}
.archive-header h1 {
  font-size: 1em;
}
.archive-description {
  clear: both;
  margin-bottom: 1.618em;
}
.post,
.search-results .type-page,
.search-results .type-feature,
.search-results .type-product {
  padding-bottom: 3.631em;
  border-bottom: 5px solid #e5e5e5;
}
.type-page header h1 {
  margin-bottom: 1em!important;
}
#main .post,
#main .type-page,
#main .type-feature,
#main .search-results .type-product {
  position: relative;
  margin: 0 0 3.631em;
  /* 3.1 Images */

}
#main .post header h1,
#main .type-page header h1,
#main .type-feature header h1,
#main .search-results .type-product header h1 {
  font-weight: bold;
  margin-bottom: 0.327em;
  margin-right: 1.2em;
}
#main .post header h1 a:link,
#main .type-page header h1 a:link,
#main .type-feature header h1 a:link,
#main .search-results .type-product header h1 a:link,
#main .post header h1 a:visited,
#main .type-page header h1 a:visited,
#main .type-feature header h1 a:visited,
#main .search-results .type-product header h1 a:visited {
  color: #000000;
}
#main .post .post-meta,
#main .type-page .post-meta,
#main .type-feature .post-meta,
#main .search-results .type-product .post-meta {
  margin: 0 0 1.618em 0;
  font-style: italic;
  color: #8e8e8e;
}
#main .post .post-meta li,
#main .type-page .post-meta li,
#main .type-feature .post-meta li,
#main .search-results .type-product .post-meta li {
  display: inline;
}
#main .post .post-meta a,
#main .type-page .post-meta a,
#main .type-feature .post-meta a,
#main .search-results .type-product .post-meta a {
  color: #8e8e8e;
  text-decoration: underline;
}
#main .post .post-meta a:hover,
#main .type-page .post-meta a:hover,
#main .type-feature .post-meta a:hover,
#main .search-results .type-product .post-meta a:hover {
  text-decoration: none;
}

#main .post .post-more,
#main .type-page .post-more,
#main .type-feature .post-more,
#main .search-results .type-product .post-more {
  clear: both;
}
#main .post .post-more .comments,
#main .type-page .post-more .comments,
#main .type-feature .post-more .comments,
#main .search-results .type-product .post-more .comments {
  position: absolute;
  top: 0;
  right: 0;
}
#main .post .post-more .comments a,
#main .type-page .post-more .comments a,
#main .type-feature .post-more .comments a,
#main .search-results .type-product .post-more .comments a,
#main .post .post-more .comments span,
#main .type-page .post-more .comments span,
#main .type-feature .post-more .comments span,
#main .search-results .type-product .post-more .comments span {
  display: block;
  text-align: center;
  width: 30px;
  height: 26px;
  padding-top: 4px;
  font-weight: bold;
  font-family: "Arvo", sans-serif;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #5b5b5b;
  border: 2px solid #125a8c;
  box-shadow: 0 0 0 2px #ffffff;
  -webkit-box-shadow: 0 0 0 2px #ffffff;
  color: #fff!important;
}
#main .post .post-more .comments a:hover,
#main .type-page .post-more .comments a:hover,
#main .type-feature .post-more .comments a:hover,
#main .search-results .type-product .post-more .comments a:hover,
#main .post .post-more .comments span:hover,
#main .type-page .post-more .comments span:hover,
#main .type-feature .post-more .comments span:hover,
#main .search-results .type-product .post-more .comments span:hover {
  text-decoration: none;
  background: #1877b9;
}
#main .post .post-more .comments a:after,
#main .type-page .post-more .comments a:after,
#main .type-feature .post-more .comments a:after,
#main .search-results .type-product .post-more .comments a:after,
#main .post .post-more .comments span:after,
#main .type-page .post-more .comments span:after,
#main .type-feature .post-more .comments span:after,
#main .search-results .type-product .post-more .comments span:after {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  bottom: -3px;
  width: 0;
  height: 0;
  border: .382em solid transparent;
  border-color: #125a8c transparent transparent transparent;
  -webkit-transform: rotate(45deg);
  /* Saf3.1+, Chrome */

  -moz-transform: rotate(45deg);
  /* FF3.5+ */

  -ms-transform: rotate(45deg);
  /* IE9 */

  -o-transform: rotate(45deg);
  /* Opera 10.5 */
  transform: rotate(45deg);
  zoom: 1;
}
#main .post p.tags,
#main .type-page p.tags,
#main .type-feature p.tags,
#main .search-results .type-product p.tags {
  margin: 3.631em 0 0;
  width: 100%;
  clear: both;
  font-weight: 700;
}
#main .post p.tags:before,
#main .type-page p.tags:before,
#main .type-feature p.tags:before,
#main .search-results .type-product p.tags:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  content: '\f02c';
}
#main .post p.tags a,
#main .type-page p.tags a,
#main .type-feature p.tags a,
#main .search-results .type-product p.tags a {
  color: #282828;
  font-weight: 400;
}
#main .post .entry ul,
#main .type-page .entry ul,
#main .type-feature .entry ul,
#main .search-results .type-product .entry ul,
#main .post .entry ol,
#main .type-page .entry ol,
#main .type-feature .entry ol,
#main .search-results .type-product .entry ol {
  margin-left: 1.618em;
}

#main .post .post-meta ul,
#main .type-page .post-meta ul,
#main .type-feature .post-meta ul,
#main .search-results .type-product .post-meta ul {
	margin-left: 0px;
}

#main .post .entry blockquote,
#main .type-page .entry blockquote,
#main .type-feature .entry blockquote,
#main .search-results .type-product .entry blockquote {
  position: relative;
  margin: 0 0 1.618em;
  padding: 0 0 0 2.618em;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
}
#main .post .entry blockquote:before,
#main .type-page .entry blockquote:before,
#main .type-feature .entry blockquote:before,
#main .search-results .type-product .entry blockquote:before {
  content: open-quote;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Georgia, serif;
  font-size: 4em;
  line-height: 1;
  margin: 0;
  vertical-align: -0.4em;
}
#main .post img,
#main .type-page img,
#main .type-feature img,
#main .search-results .type-product img,
#main .post img.thumbnail,
#main .type-page img.thumbnail,
#main .type-feature img.thumbnail,
#main .search-results .type-product img.thumbnail {
  max-width: 100%;
  height: auto;
}
#main .post img.noresize {
	max-width: auto;
}
#main .post img:hover,
#main .type-page img:hover,
#main .type-feature img:hover,
#main .search-results .type-product img:hover,
#main .post img.thumbnail:hover,
#main .type-page img.thumbnail:hover,
#main .type-feature img.thumbnail:hover,
#main .search-results .type-product img.thumbnail:hover {
  border-color: #cccccc;
}
#main .post img.thumbnail,
#main .type-page img.thumbnail,
#main .type-feature img.thumbnail,
#main .search-results .type-product img.thumbnail {
  -webkit-border-radius: none;
  border-radius: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#main .post img.wp-smiley,
#main .type-page img.wp-smiley,
#main .type-feature img.wp-smiley,
#main .search-results .type-product img.wp-smiley {
  padding: 0;
  border: 0;
}
#main .post .alignleft,
#main .type-page .alignleft,
#main .type-feature .alignleft,
#main .search-results .type-product .alignleft {
  float: left;
  margin: 0 1.618em 1em 0;
}
#main .post .alignright,
#main .type-page .alignright,
#main .type-feature .alignright,
#main .search-results .type-product .alignright {
  float: right;
  margin: 0 0 1em 1.618em;
}
#main .post .aligncenter,
#main .type-page .aligncenter,
#main .type-feature .aligncenter,
#main .search-results .type-product .aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 1.618em;
}
#main .post .wp-caption,
#main .type-page .wp-caption,
#main .type-feature .wp-caption,
#main .search-results .type-product .wp-caption {
  padding: .077em;
  text-align: center;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  max-width: 100%;
}
#main .post .wp-caption img,
#main .type-page .wp-caption img,
#main .type-feature .wp-caption img,
#main .search-results .type-product .wp-caption img {
  margin: 0;
  padding: .327em 0;
  background: none;
  border: 0;
}
#main .post .wp-caption-text,
#main .type-page .wp-caption-text,
#main .type-feature .wp-caption-text,
#main .search-results .type-product .wp-caption-text {
  margin: 0;
  padding: 0;
  text-align: center;
}
/* 3.2 Pagination / WP-Pagenavi / Woo-Pagination */
.nav-entries,
.wp-pagenavi,
.woo-pagination,
#post-entries {
  margin: 0 0 3.631em;
}
.nav-entries span.nav-prev,
#post-entries span.nav-prev,
.nav-entries span.nav-next,
#post-entries span.nav-next,
.nav-entries div.nav-prev a,
#post-entries div.nav-prev a,
.nav-entries div.nav-next a,
#post-entries div.nav-next a {
  display: block;
  color: #282828;
  text-decoration: none;
  line-height: 1.618em;
  padding: .53em 1.618em;
  background: #e5e5e5;
  -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-radius: 300px;
  border-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-entries span.nav-prev:hover,
#post-entries span.nav-prev:hover,
.nav-entries span.nav-next:hover,
#post-entries span.nav-next:hover,
.nav-entries div.nav-prev a:hover,
#post-entries div.nav-prev a:hover,
.nav-entries div.nav-next a:hover,
#post-entries div.nav-next a:hover {
  text-decoration: none;
  color: #fff;
  background: #5b5b5b;
}
.nav-entries span.nav-prev:hover a,
#post-entries span.nav-prev:hover a,
.nav-entries span.nav-next:hover a,
#post-entries span.nav-next:hover a,
.nav-entries div.nav-prev a:hover a,
#post-entries div.nav-prev a:hover a,
.nav-entries div.nav-next a:hover a,
#post-entries div.nav-next a:hover a {
  color: #fff!important;
}
.woo-pagination {
  text-align: center;
}
.woo-pagination .page-numbers {
  display: inline;
  text-decoration: none;
  color: #5b5b5b;
  padding: .327em .857em;
  font-weight: bold;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woo-pagination .page-numbers:hover {
  background: #fff;
  color: #282828;
}
.woo-pagination .page-numbers.current {
  background: #5b5b5b;
  color: #fff;
}
#post-entries .fl,
#post-entries .fr {
  float: none;
}
#post-entries .fl {
  margin-bottom: .53em;
}
#post-entries .fr {
  text-align: right;
}
/* 3.3 Single Post Author */
#post-author {
  margin: 0 0 3.631em 0;
  padding: 0 0 3.631em 0;
  border-bottom: 5px solid #e5e5e5;
  clear: both;
}
#post-author .profile-image {
  float: right;
  margin: 0 0 .382em 1.618em;
}
#post-author .profile-image img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#post-author .profile-link {
  margin-top: 1em;
}
/* 3.5 Connect */
#connect {
  background: #fafafa;
  margin: 0 0 3.631em;
  padding: 1.618em;
  clear: both;
}
#connect .newsletter-form .email {
  width: 140px;
}
#connect .social a {
  opacity: 0.8;
  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;
}
#connect .social a:hover {
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
}
#connect .related-posts {
  border-left: 1px solid #e5e5e5;
  padding-left: 1em;
}
#connect .related-posts ul {
  list-style: none;
}
#connect .social a:hover {
  text-decoration: none;
}
#connect .social a:before {
  font-family: Social;
  font-size: 1.9em;
  line-height: 1;
  margin-right: 0.2em;
}
#connect .social a.subscribe:before {
  content: '\e002';
}
#connect .social a.twitter:before {
  content: '\e004';
}
#connect .social a.facebook:before {
  content: '\e005';
}
#connect .social a.youtube:before {
  content: '\e008';
}
#connect .social a.flickr:before {
  content: '\e006';
}
#connect .social a.linkedin:before {
  content: '\e000';
}
#connect .social a.delicious:before {
  content: '\e001';
}
#connect .social a.googleplus:before {
  content: '\e003';
}
.widget #connect {
  background: none;
  padding: 0;
  border: none;
}
.widget #connect .fl,
.widget #connect .fr {
  float: none;
}
#main #connect .col-left,
#main #connect .col-right {
  width: 48%;
}
/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/
/* 4.1 Generic Widgets */
.widget {
  margin-bottom: 3.361em;
  color: #5b5b5b;
}
.widget h3 {
  font-size: 1em;
  text-transform: uppercase;
}
.widget ul {
  clear: both;
  list-style: none;
}
.widget ul li {
  padding: .236em 0;
}
.widget ul li a {
  text-decoration: none;
  color: #5b5b5b;
}
.widget ul li a:hover {
  text-decoration: underline;
}
#sidebar .widget {
  font-size: .9em;
}
/* 4.2 Specific Widgets */
/* SEARCH FORM */
#searchform {
  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+ */

  position: relative;
  border-color: #d1d1d1 #e5e5e5 #e5e5e5 #d1d1d1;
  border-width: 1px;
  border-style: solid;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#searchform .s,
#searchform #s {
  padding: .857em 2.618em .857em 1.618em;
  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: 0;
  border: 0;
  background: none;
  color: #282828;
}
#searchform .search-submit,
#searchform #searchsubmit {
  position: absolute;
  top: 31%;
  right: .857em;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 20px 0 0;
  width: 20px;
  height: 0;
  background: url('images/ico-search.png') no-repeat left top;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#searchform .search-submit:active,
#searchform #searchsubmit:active {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#searchform .search-submit:hover,
#searchform #searchsubmit:hover {
  background: url('images/ico-search.png') no-repeat left top;
}
#searchform label {
  display: none;
}
/* FLICKR */
.widget_woo_flickr h3 span {
  color: #0051d8;
}
.widget_woo_flickr h3 span span {
  color: #ff1183;
}
.widget_woo_flickr .flickr_badge_image {
  float: left;
  margin: 0.236em;
}
.widget_woo_flickr .wrap {
  position: relative;
  margin-bottom: 1.618em;
  padding: 0;
}
.widget_woo_flickr a img {
  float: left;
  margin: 0 0 0.618em 0.618em;
  display: block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget_woo_flickr a:hover img {
  border-color: #cccccc;
}
/* CALENDAR */
#wp-calendar {
  width: 95%;
  margin-bottom: 1.618em;
  clear: both;
  padding: 0;
}
#wp-calendar caption {
  padding: 1em;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  background: #e1e1e1;
  padding: .236em 0;
}
#wp-calendar td {
  background: transparent;
  color: #424242;
}
/* BLOG AUTHOR */
.widget_woo_blogauthorinfo .avatar {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget_woo_blogauthorinfo .left {
  float: left;
  margin: 0 1em .618em 0;
}
.widget_woo_blogauthorinfo .right {
  float: right;
  margin: 0 .618em 1em;
}
/* TWITTER */
.widget_woodojo_tweets h3 {
  margin: 0;
}
.widget_woodojo_tweets ul {
  background: #fff;
}
.widget_woodojo_tweets ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 1em .53em 2.244em;
  list-style: none;
}
.widget_woodojo_tweets ul li:last-child {
  border: none;
}
.widget_woodojo_tweets ul li a {
  padding: 0;
}
.widget_woodojo_tweets ul li .time {
  color: #424242;
}
.widget_woodojo_tweets p {
  font-weight: bold;
  color: #424242;
}
.widget_woodojo_tweets p a {
  color: #000000;
}
/* WOOTABS */
.widget_woodojo_tabs,
.woocommerce_tabs,
.woocommerce-tabs {
  clear: both;
  padding-bottom: 1em;
  border-bottom: 5px solid #e5e5e5;
}
.widget_woodojo_tabs .thumbnail,
.woocommerce_tabs .thumbnail,
.woocommerce-tabs .thumbnail,
.widget_woodojo_tabs .avatar,
.woocommerce_tabs .avatar,
.woocommerce-tabs .avatar {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget_woodojo_tabs ul.nav-tabs,
.woocommerce_tabs ul.nav-tabs,
.woocommerce-tabs ul.nav-tabs,
.widget_woodojo_tabs ul.tabs,
.woocommerce_tabs ul.tabs,
.woocommerce-tabs ul.tabs {
  margin-bottom: 2.244em;
  list-style: none;
  border-bottom: 5px solid #e5e5e5;
}
.widget_woodojo_tabs ul.nav-tabs:after,
.woocommerce_tabs ul.nav-tabs:after,
.woocommerce-tabs ul.nav-tabs:after,
.widget_woodojo_tabs ul.tabs:after,
.woocommerce_tabs ul.tabs:after,
.woocommerce-tabs ul.tabs:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.widget_woodojo_tabs ul.nav-tabs li,
.woocommerce_tabs ul.nav-tabs li,
.woocommerce-tabs ul.nav-tabs li,
.widget_woodojo_tabs ul.tabs li,
.woocommerce_tabs ul.tabs li,
.woocommerce-tabs ul.tabs li {
  float: left;
  margin-bottom: 0;
  display: block;
  font-family: "Arvo", sans-serif;
}
.widget_woodojo_tabs ul.nav-tabs li a,
.woocommerce_tabs ul.nav-tabs li a,
.woocommerce-tabs ul.nav-tabs li a,
.widget_woodojo_tabs ul.tabs li a,
.woocommerce_tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a {
  display: block;
  border: none!important;
  background: none!important;
  color: #8e8e8e;
  margin: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: .382em 1em !important;
}
.widget_woodojo_tabs ul.nav-tabs li a:hover,
.woocommerce_tabs ul.nav-tabs li a:hover,
.woocommerce-tabs ul.nav-tabs li a:hover,
.widget_woodojo_tabs ul.tabs li a:hover,
.woocommerce_tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:hover {
  color: #5b5b5b;
  text-decoration: none;
}
.widget_woodojo_tabs ul.nav-tabs li.active,
.woocommerce_tabs ul.nav-tabs li.active,
.woocommerce-tabs ul.nav-tabs li.active,
.widget_woodojo_tabs ul.tabs li.active,
.woocommerce_tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs li.active {
  position: relative;
}
.widget_woodojo_tabs ul.nav-tabs li.active a,
.woocommerce_tabs ul.nav-tabs li.active a,
.woocommerce-tabs ul.nav-tabs li.active a,
.widget_woodojo_tabs ul.tabs li.active a,
.woocommerce_tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a {
  position: relative;
  background: #fff;
  color: #282828;
}
.widget_woodojo_tabs ul.nav-tabs li.active a:after,
.woocommerce_tabs ul.nav-tabs li.active a:after,
.woocommerce-tabs ul.nav-tabs li.active a:after,
.widget_woodojo_tabs ul.tabs li.active a:after,
.woocommerce_tabs ul.tabs li.active a:after,
.woocommerce-tabs ul.tabs li.active a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: #282828;
}
.widget_woodojo_tabs ul.nav-tabs,
.woocommerce_tabs ul.nav-tabs,
.woocommerce-tabs ul.nav-tabs {
  margin-bottom: 1em;
}
.widget_woodojo_tabs .tab-pane ul li,
.woocommerce_tabs .tab-pane ul li,
.woocommerce-tabs .tab-pane ul li {
  padding-bottom: 1em;
}
.widget_woodojo_tabs .tab-pane ul li a,
.woocommerce_tabs .tab-pane ul li a,
.woocommerce-tabs .tab-pane ul li a {
  font-weight: 700;
}
.widget_woodojo_tabs .tab-pane ul li:last-child,
.woocommerce_tabs .tab-pane ul li:last-child,
.woocommerce-tabs .tab-pane ul li:last-child {
  padding-bottom: 0;
}
/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/
/* 5.1 Comments */
#comments {
  position: relative;
}
#comments h3 {
  text-align: right;
}
#comments .nocomments {
  display: none;
}
#comments .comment {
  width: 100%;
  list-style: none;
}
#comments .comment.bypostauthor .comment-container {
  border-left: 5px solid #5b5b5b;
}
#comments .comment.bypostauthor .gravatar img {
  box-shadow: 0 0 0 5px #5b5b5b;
  -webkit-box-shadow: 0 0 0 5px #5b5b5b;
}
#comments .comment .comment-container {
  position: relative;
  margin: 0 0 1.618em;
  padding: 1.618em;
  background: #fafafa;
  border-left: 5px solid #e5e5e5;
}
#comments .comment .comment-head {
  margin: 0 0 2.244em 0;
  font-style: italic;
  color: #757575;
  font-size: .857em;
}
#comments .comment .comment-head .name {
  margin: 0;
  font-size: 1.387em;
  font-weight: bold;
  font-style: normal;
  display: block;
  font-family: "Arvo", sans-serif;
  color: #282828;
}
#comments .comment .gravatar {
  float: right;
  margin: 0 0 1em 2em;
}
#comments .comment .gravatar img {
  margin: 0;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0 0 5px #ffffff;
  -webkit-box-shadow: 0 0 0 5px #ffffff;
}
#comments .comment .comment-entry ul,
#comments .comment .comment-entry ol {
  margin-left: 1.618em;
}
#comments .comment .reply {
  padding-top: .857em;
}
#comments .comment .reply a {
  background: #f5f5f5;
  border-color: #d3d3d3;
  color: #282828 !important;
  text-shadow: none;
  margin: 0;
  padding: .382em 1.618em;
  font-size: .857em;
}
#comments .comment .reply a:hover {
  background: #e5e5e5;
}
#comments ul.children {
  margin: 0 0 0 1.618em;
  padding: 0;
}
#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 #respond {
  margin-top: 1em;
}
#comments #respond h3#reply-title small {
  display: block;
}
#comments #respond #submit {
  padding: .382em 1.618em;
  font-size: .857em;
}
/* 5.2 Comments Form */
#respond {
  margin: 3.631em 0;
}
#respond h3#reply-title {
  margin: 0 0 1.618em;
  padding: 0 0 1em;
  text-align: center;
  border-bottom: 5px solid #e5e5e5;
}
#respond h3#reply-title small {
  display: none;
  font-size: .618em;
  font-family: "Cabin", sans-serif;
}
#respond .logged-in-as {
  text-align: center;
  font-style: italic;
}
#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 {
  margin-right: 0;
}
#respond #commentform label {
  display: block;
  margin: .857em 0;
  font-weight: 700;
  font-size: .857em;
  text-transform: uppercase;
  text-align: center;
  color: #8e8e8e;
  font-family: "Arvo", sans-serif;
}
#respond #commentform input.txt,
#respond #commentform textarea {
  width: 100%;
}
/* 5.3 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;
}
/*-------------------------------------------------------------------------------------------*/
/* 6. PAGE TEMPLATES */
/*-------------------------------------------------------------------------------------------*/
/* 6.1 Timeline Page Template */
#archives {
  padding: 10px 0 0;
}
#archives .archives_list {
  border-left: 1px solid #e5e5e5;
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0 0 20px;
}
#archives .archives_list:last-child:after {
  content: '';
  position: relative;
  top: 20px;
  left: -7px;
  display: block;
  width: 5px;
  height: 5px;
  border: 4px solid #e5e5e5;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #d3d3d3;
}
#archives .archives_list li {
  clear: left;
  padding: 10px 0 10px 10px;
  font-size: 0.9em;
  font-style: normal;
  list-style: none;
}
#archives .archives_list .date {
  color: #424242;
  position: relative;
  width: 40%;
  font-style: italic;
  display: block;
  vertical-align: top;
}
#archives .archives_list .date:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -10px;
  display: block;
  width: 5px;
  height: 1px;
  border-top: 2px solid #e5e5e5;
}
#archives .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;
}
#archives .archives_list .linked a {
  font-weight: bold;
}
#archives .archives_list .comments {
  display: inline;
  margin-top: -15px;
  float: right;
  vertical-align: top;
}
#archives .archives_list .comments a {
  display: block;
  position: relative;
  width: 30px;
  height: 27px;
  padding: 3px 0 0 0;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#archives .archives_list .comments a:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: -7px;
  border: 0.3em solid #5b5b5b;
  border-color: transparent #000 transparent transparent;
}
h3.archive_year {
  font-weight: bold;
  font-size: 0.9em;
  text-shadow: 1px 1px 0 #fff;
  padding: 4px 15px;
  background: #fafafa;
  color: #282828;
  border: 1px solid #e5e5e5;
  display: inline;
  margin-top: 0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* 6.2 Contact Form */
#contact-page:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#contact-page .screenReader {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
#contact-page ol.forms {
  float: left;
  list-style: none;
  width: 100%;
}
#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 {
  width: 100%;
}
#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 input {
  width: auto;
}
#contact-page ol.forms li.inline label {
  display: inline;
  float: none;
  width: auto;
}
#contact-page ol.forms label {
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: 0 0 1em;
}
#contact-page ol.forms input#sendCopy {
  border: none;
  margin-right: 1em;
}
#contact-page #single_map_canvas {
  color: #282828 !important;
}
.entry #contact-page ol.forms li {
  list-style: none;
}
.page-template-template-contact-php #single_map_canvas img {
  max-width: inherit;
}
.page-template-template-contact-php .location-twitter {
  margin: 0 0 1em;
  padding: 0 0 1.618em;
  border-bottom: 1px solid #e5e5e5;
}
.page-template-template-contact-php .location-twitter .col-left {
  float: none;
}
.page-template-template-contact-php .location-twitter ul {
  margin: 0;
  padding: 0;
}
.page-template-template-contact-php .location-twitter ul li {
  list-style: none;
  padding: 0;
}
.page-template-template-contact-php .location-twitter #office-location {
  margin: 0 0 1.618em;
}
.page-template-template-contact-php .location-twitter #office-location a {
  text-decoration: underline;
}
.page-template-template-contact-php .location-twitter #office-location ul li {
  margin: 0 0 1em;
}
.page-template-template-contact-php .location-twitter .contact-social {
  float: none;
}
.page-template-template-contact-php .location-twitter .contact-social #twitter {
  margin: 0 0 1.618em;
}
.page-template-template-contact-php .location-twitter .contact-social #twitter ul li a.time {
  color: #4e4e4e;
}
.page-template-template-contact-php .location-twitter .contact-social #connect {
  padding: 1.618em 0 0;
  margin-top: 1.618em;
  background: none;
  border: none;
  border-top: 1px solid #e5e5e5;
}
.page-template-template-contact-php .location-twitter .contact-social #connect h3 {
  display: none;
}
.page-template-template-contact-php .location-twitter .contact-social #connect .social {
  float: none;
}
/* 6.3 Image Gallery */
#main div.gallery {
  margin-left: -10px;
}
#main div.gallery dl.gallery-item dt.gallery-icon {
  margin: 7%;
}
#main div.gallery dl.gallery-item img {
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.image-gallery-item img {
  max-width: 100%;
  padding: .236em;
  margin: 0 1em 1em 0;
  border: 1px solid #e1e1e1;
  background: #fafafa;
  -webkit-border-radius: 0.236em;
  border-radius: 0.236em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.image-gallery-item img:hover {
  border: 1px solid #c7c7c7;
  box-shadow: 0 1px 0.327em 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0.327em 0px rgba(0, 0, 0, 0.2);
}
/* 6.4 Archives & Sitemap */
.page-template-template-archives-php #main .post h3,
.page-template-template-sitemap-php #main .post h3,
.page-template-template-archives-php #main .page h3,
.page-template-template-sitemap-php #main .page h3,
.page-template-template-archives-php #main .post h4,
.page-template-template-sitemap-php #main .post h4,
.page-template-template-archives-php #main .page h4,
.page-template-template-sitemap-php #main .page h4 {
  font-weight: bold;
}
.page-template-template-archives-php #main .post ul,
.page-template-template-sitemap-php #main .post ul,
.page-template-template-archives-php #main .page ul,
.page-template-template-sitemap-php #main .page ul,
.page-template-template-archives-php #main .post ol,
.page-template-template-sitemap-php #main .post ol,
.page-template-template-archives-php #main .page ol,
.page-template-template-sitemap-php #main .page ol {
  list-style: none;
  margin-left: 0;
}
.page-template-template-archives-php #main .post ul ul,
.page-template-template-sitemap-php #main .post ul ul,
.page-template-template-archives-php #main .page ul ul,
.page-template-template-sitemap-php #main .page ul ul,
.page-template-template-archives-php #main .post ol ul,
.page-template-template-sitemap-php #main .post ol ul,
.page-template-template-archives-php #main .page ol ul,
.page-template-template-sitemap-php #main .page ol ul,
.page-template-template-archives-php #main .post ul ol,
.page-template-template-sitemap-php #main .post ul ol,
.page-template-template-archives-php #main .page ul ol,
.page-template-template-sitemap-php #main .page ul ol,
.page-template-template-archives-php #main .post ol ol,
.page-template-template-sitemap-php #main .post ol ol,
.page-template-template-archives-php #main .page ol ol,
.page-template-template-sitemap-php #main .page ol ol {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-template-archives-php #main .fl,
  .page-template-template-sitemap-php #main .fl,
  .page-template-template-archives-php #main .fr,
  .page-template-template-sitemap-php #main .fr {
    float: none!important;
  }
}
/*-------------------------------------------------------------------------------------------*/
/* 7. FEATURED SLIDER */
/*-------------------------------------------------------------------------------------------*/
/* 7.1 Core Styles */
/* 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 {
  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 {
  max-width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.flexslider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .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 .flexslider .slides > li:first-child {
  display: block;
}
/* 7.2 Theme Styles */
.flexslider {
  position: relative;
  margin: 0 0 60px;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 0;
  height: 90%;
  display: inline-block;
  position: absolute;
  text-align: center;
  overflow: hidden;
  padding-left: 50px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=@opacity * 100);
  color: transparent!important;
}
.flex-direction-nav a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 20px;
  height: 16px;
  padding-top: 4px;
  margin: 0;
  font-size: 1em;
  color: #fff;
  vertical-align: middle;
  line-height: 100%;
  position: absolute;
  bottom: -9%;
  left: 30%;
  background: #282828;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flex-direction-nav .flex-next {
  right: 10px;
}
.flex-direction-nav .flex-next:before {
  content: '\f054';
}
.flex-direction-nav .flex-prev {
  left: 10px;
}
.flex-direction-nav .flex-prev:before {
  content: '\f053';
}
.flex-direction-nav .flex-disabled {
  opacity: 0.3;
  filter: alpha(opacity=@opacity * 100);
  cursor: default;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
}
@media screen and (min-width: 1150px) {
  .flex-direction-nav a:before {
    width: auto;
    height: auto;
    padding-top: 0;
    font-size: 2em;
    color: #282828;
    bottom: auto;
    top: 45%;
    left: 30%;
    background: transparent;
  }
  .flex-direction-nav .flex-next {
    right: -65px;
  }
  .flex-direction-nav .flex-prev {
    left: -65px;
  }
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* 7.3 Content Styles */
.flexslider .has-image .slide-content img {
  height: auto;
}
.flexslider .has-image .slide-media {
  margin-bottom: 2.224em;
}
.flexslider .has-image .slide-media img {
  height: auto;
}
.flexslider .has-slide-background {
  position: relative;
}
.flexslider .has-slide-background .slide-content {
  padding: 1.618em;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
}
.flexslider .has-slide-background .slide-content h1,
.flexslider .has-slide-background .slide-content h2 {
  color: #fff;
}
.flexslider .has-slide-background .slide-content img {
  height: auto;
}
.flexslider .has-video .slide-content {
  margin-top: 2.244em;
}
.flexslider.full-width-slide .has-video .slide-media {
  float: none;
  width: 100%;
  height: auto;
}
.wooslider .wooslider-control-nav > li {
  margin: 0 0 0 20px;
}
/*-------------------------------------------------------------------------------------------*/
/* 8. MISC */
/*-------------------------------------------------------------------------------------------*/
/* 8.1 Forms */
input[type=text],
input.input-text,
textarea,
input.txt,
input[type=tel],
input[type=email] {
  padding: .236em .5em;
  border: 1px solid #e5e5e5;
  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+ */

}
input[type=text],
input.input-text,
input.txt,
input[type=tel],
input[type=email] {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* 8.2 Buttons (Includes WF chortcode buttons) */
a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
#wrapper .woo-sc-button {
  display: inline-block;
  padding: .382em 1.618em;
  border: none;
  color: white!important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  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;
  width: auto;
  /* IE fix */

  line-height: 1.618em;
  background: #5b5b5b;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.button:hover,
a.comment-reply-link: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: #1c88d4;
}
a.button.alt,
a.comment-reply-link.alt,
#commentform #submit.alt,
.submit.alt,
input[type=submit].alt,
input.button.alt,
button.button.alt,
#wrapper .woo-sc-button.alt {
  background: #000;
}
a.button.alt:hover,
a.comment-reply-link.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: #b11818;
}
a.button.large,
a.comment-reply-link.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;
  padding: 1em 3.631em;
}
a.button.small,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.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,
a.comment-reply-link.silver,
#commentform #submit.silver,
.submit.silver,
input[type=submit].silver,
input.button.silver,
button.button.silver,
#wrapper .woo-sc-button.silver {
  color: #444 !important;
  background: #d8d8d8;
}
a.button.silver:hover,
a.comment-reply-link.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;
}
/* 8.3 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: #020202;
  text-shadow: none;
}
p.woo-sc-box.rounded,
div.woo-sc-box.rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
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: #e5e5e5;
  background-color: #fafafa;
}
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: #e5e5e5;
  background-color: #fafafa;
}
/* 8.4 Gravity forms */
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:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  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;
}
.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: auto;
}
img.ui-datepicker-trigger {
  border: 0;
  padding: 0;
}
/* 8.5 IE specific styling */
.ie8 .widget_woo_blogauthorinfo .avatar {
  width: auto;
}
.ie8 #sidebar {
  overflow: hidden;
}
.ie8 #comments img.avatar {
  width: auto!important;
}
.ie8 #featured-slider img {
  width: auto!important;
}
.ie8 .widget_woodojo_instagram img {
  width: auto!important;
}
.ie8 .widget_woothemes_testimonials .quote:before {
  display: none;
}
.ie8 .widget_woothemes_testimonials .quote a.avatar-link img {
  width: auto;
}
.ie8 .widget_woothemes_testimonials .quote a.avatar-link:before {
  display: none;
}


.sticky {}
.gallery-caption {}
