/*  
Theme Name: Grown Up Money
Theme URI: http://www.onepixelwide.co.uk
Version: 1.0.0
Description: Grown Up Money adaption of woothemes, canvas theme.
Author: Caleb Al-Jorani & Peter Browse
Author URI: http://www.onepixelwide.co.uk
Tags: GrownUpMoney, canvas, woothemes, buddypress
	
	Copyright: (c) 2009-2010 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! :)

*/
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
-1.3 @font-face

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
	-2.2.1 Drop-down menus
	-2.2.2 Optional Top Navigation (WP Menus)
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / Woo Pagination
-3.4 Single Post Author
-3.5 Tumblog Styling
-3.6 Guides

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 WooTabs

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons
-6.2 Info Boxes
-6.3 Contact Form
-6.4 Gravity forms
-6.5 Tumblog
-6.6 Subscribe & Connect
-6.7 Featured Posts Shortcode

7. LAYOUTS
-7.1 Site Width
-7.2 two-col-left
-7.3 two-col-right
-7.4 three-col-left
-7.5 three-col-middle
-7.6 three-col-right

8. TEMPLATES / SLIDER
-8.1 Slider
-8.2 Magazine template
-8.3 Business template
-8.4 Footer Widgets 1-4 Columns
-8.5 Portfolio
-8.5.1 Single Portfolio Item
-8.5.2 Portfolio Items In Archive Screens
-8.6 Contact Page Template
-8.7 Timeline Page Template

9. WOODOJO
10. BROWSER SPECIFIC

-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
body,
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
/* remember to define focus styles! */
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* GENERAL STYLES */
/* Floating & Alignment */
.fl {
  float: left;
}
.fr {
  float: right;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
/* Clear Floats */
.col-full:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fix {
  clear: both;
  height: 0;
  margin: -1px 0 0;
  overflow: hidden;
}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://sonspring.com/journal/clearing-floats */
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
body {
  padding: 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 13px;
  color: #323a45;
  background-color: #eaedf1;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #323a45;
  font-weight: bold;
  line-height: 1.2em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.8em;
}
p {
  margin: 0;
  font: 300 14px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
strong {
  font-weight: bold;
}
hr {
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}
input,
textarea {
  padding: 5px;
  background: #fafafa;
  border-color: #ccc #efefef #efefef #ccc;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
input:focus,
textarea:focus {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 0 6px rgba(48, 136, 255, 0.7);
  -moz-box-shadow: 0 0 6px rgba(48, 136, 255, 0.7);
  -webkit-box-shadow: 0 0 6px rgba(48, 136, 255, 0.7);
}
.hide {
  display: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
/* 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;
}
/* 1.2 Hyperlinks */
a:link,
a:visited {
  color: #3088ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: red;
}
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
/* 1.3 @font-face */
/* Setup Web Symbols Font */
@font-face {
  font-family: 'WebSymbolsRegular';
  src: url('includes/fonts/websymbols-regular-webfont.eot');
  src: url('includes/fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts/websymbols-regular-webfont.woff') format('woff'), url('includes/fonts/websymbols-regular-webfont.ttf') format('truetype'), url('includes/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@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;
}
.icon:before,
.icon:after {
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  *display: inline;
  font-family: "WebSymbolsRegular";
}
.icon:before {
  margin-right: 0.618em;
}
.icon:after {
  margin-left: 0.618em;
}
.icon:hover:before,
.icon:hover:after {
  color: #aaa;
}
/* Nav Toggle */
.nav-toggle:after {
}
/* Menu Subscribe Icons */
#navigation ul.rss li a:after {
  content: 'B';
  text-shadow: 1px 1px 0 #fff;
}
#navigation ul.rss li a:hover:after {
  color: #222;
}
#navigation ul.rss li.sub-email a:after {
  content: '@';
  text-shadow: 1px 1px 0 #fff;
}
/* Post Tags */
.post p.tags:before {
  content: ',';
}
.post p.tags:hover:before {
  color: #999;
}
/* Pagination */
.post-entries .nav-prev {
	width: 45%;
}
.post-entries .nav-next {
	width: 45%;
	text-align: right;
}
.post-entries .nav-prev a:before,
.nav-entries .nav-prev:before {
  content: '<';
  margin-right: 0.618em;
}
.post-entries .nav-next a:after,
.nav-entries .nav-next:after {
  content: '>';
  margin-left: 0.618em;
}
.post-entries .nav-prev a:before,
.post-entries .nav-next a:after,
.nav-entries .nav-prev:before,
.nav-entries .nav-next:after {
  position: relative;
  top: -0.2em;
  font-size: 0.7em;
  font-family: "WebSymbolsRegular";
}
/* Sliders */
.feedback .flex-prev:before,
.feedback .flex-next:before {
  font-family: "WebSymbolsRegular";
}
#post-gallery .pagination .jcarousel-prev:before {
  content: '(';
}
#post-gallery .pagination .jcarousel-next:after {
  content: ')';
}
a.flex-prev:before,
a.flex-next:before,
#post-gallery .pagination .jcarousel-prev:before,
#post-gallery .pagination .jcarousel-next:after {
  position: absolute;
  top: 3px;
  left: 2px;
  font-size: 24px;
  color: #666;
  color: rgba(0, 0, 0, 0.6);
}
a.flex-prev:hover:before,
a.flex-next:hover:before,
#post-gallery .pagination .jcarousel-prev:hover:before,
#post-gallery .pagination .jcarousel-next:hover:after {
  color: #222;
}
/* Tumblog */
.post .post-icon a:before {
  display: block;
  height: 50px;
  width: 50px;
  padding-top: 0.6em;
  font-size: 1.7em;
  color: #fff;
  text-align: center;
}
.post .post-icon.link a:before {
  content: 'K';
}
.post .post-icon.video a:before {
  content: 'M';
}
.post .post-icon.article a:before {
  content: 'a';
}
.post .post-icon.audio a:before {
  content: 'u';
}
.post .post-icon.image a:before {
  content: 'I';
}
.post .post-icon.quote a:before {
  content: '\201C';
  font-size: 6em;
  padding-top: 0.1em;
}
/* Timeline template comments */
#archives .archives_list li span.comments a:before {
  content: 'd';
  font-family: "WebSymbolsRegular";
  font-size: 0.6em;
  margin-right: 5px;
  position: relative;
  top: -0.4em;
}
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
/* 2.1 Containers & Columns */
#wrapper {
  padding: 0 20px 40px;
}
/* 2.2 Navigation */
#navigation {
  position: relative;
  clear: both;
  display: none;
  background: #ffffff;
  color: #014358;
}
#navigation ul.rss {
  float: none;
  position: absolute;
  top: 10px;
  right: 9px;
}
#navigation ul.rss li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1em;
}
#navigation ul.rss li a {
  color: #555555;
  text-decoration: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  position: relative;
}
#navigation ul.rss li a:hover {
  color: #222;
}
ul.nav {
  width: 100%;
}
ul.nav li a {
  padding-left: 3px;
  padding-right: 3px;
  display: block;
  color: #014358;
}
ul.nav li a:hover {
  color: #FFF;
}
ul#main-nav li.fpp-menu-one,
ul#main-nav li.fpp-menu-one:hover,
ul#main-nav li.fpp-menu-one a:hover,
ul#main-nav li.fpp-menu-one.current-menu-item a,
ul#main-nav li.fpp-menu-one.current_page_parent a,
ul#main-nav li.fpp-menu-one.current-menu-ancestor a,
ul#main-nav li.fpp-menu-one.current_page_item a {
  background: #39a1bf;
}
ul#main-nav li.fpp-menu-two,
ul#main-nav li.fpp-menu-two:hover,
ul#main-nav li.fpp-menu-two a:hover,
ul#main-nav li.fpp-menu-two.current-menu-item a,
ul#main-nav li.fpp-menu-two.current_page_parent a,
ul#main-nav li.fpp-menu-two.current-menu-ancestor a,
ul#main-nav li.fpp-menu-two.current_page_item a {
  background: #1f8a70;
}
ul#main-nav li.fpp-menu-three,
ul#main-nav li.fpp-menu-three:hover,
ul#main-nav li.fpp-menu-three a:hover, 
ul#main-nav li.fpp-menu-three.current-menu-item a,
ul#main-nav li.fpp-menu-three.current_page_parent a,
ul#main-nav li.fpp-menu-three.current-menu-ancestor a,
ul#main-nav li.fpp-menu-three.current_page_item a {
  background: #f47421;
}
ul#main-nav li.fpp-menu-four,
ul#main-nav li.fpp-menu-four:hover,
ul#main-nav li.fpp-menu-four a:hover, 
ul#main-nav li.fpp-menu-four.current-menu-item a,
ul#main-nav li.fpp-menu-four.current_page_parent a,
ul#main-nav li.fpp-menu-four.current-menu-ancestor a,
ul#main-nav li.fpp-menu-four.current_page_item a {
  background: #F4D817;
}
ul#main-nav li.fpp-menu-five,
ul#main-nav li.fpp-menu-five:hover,
ul#main-nav li.fpp-menu-five a:hover,
ul#main-nav li.fpp-menu-five.current-menu-item a,
ul#main-nav li.fpp-menu-five.current_page_parent a,
ul#main-nav li.fpp-menu-five.current-menu-ancestor a,
ul#main-nav li.fpp-menu-five.current_page_item a {
  background: #bed73c;
}
ul#main-nav li.menu-item a {
	background: #FFF;
	text-align: center;
}
ul#main-nav li.fpp-menu-one a {
	border-bottom: solid 4px #39a1bf;	
}
ul#main-nav li.fpp-menu-two a {
	border-bottom: solid 4px #1f8a70;	
}
ul#main-nav li.fpp-menu-three a {
	border-bottom: solid 4px #f47421;	
}
ul#main-nav li.fpp-menu-four a {
	border-bottom: solid 4px #F4D817;	
}
ul#main-nav li.fpp-menu-five a {
	border-bottom: solid 4px #bed73c;	
}
ul#main-nav li.menu-item ul li a {
	border: none;
	color: #FFF;
	background: none;
	text-decoration: none;
}
ul#main-nav li.current_page_item a,
ul#main-nav li.current_page_parent a,
ul#main-nav li.current-menu-ancestor a,
ul#main-nav li.current-cat a,
ul#main-nav li.current-menu-item a {
  color: #FFF;
}
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.current-menu-item a {
  color: #FFF;
}
ul.nav li ul li a {
  background: none;
}
ul.nav ul li.current_page_item a,
ul.nav ul li.current_page_parent a,
ul.nav ul li.current-menu-ancestor a,
ul.nav ul li.current-cat a,
ul.nav ul li.current-menu-item a {
  font-style: italic;
}
ul#main-nav li.current-menu-item a {
	color: #FFF;
}
#header .nav-toggle {
  text-align: center;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  height: 48px;
  line-height: 48px;
  background: url('./images/mobile-nav-shape.png') no-repeat center right #014358;
}
#header .nav-toggle a {
  color: #fff;
  display: block;
}
#header .nav-toggle a:hover {
  text-decoration: none;
}
#top select {
  margin: 1.618em 0 0;
  width: 100%;
}
#top #top-nav {
  display: none;
}
/* 2.3 Header */

.header-wrapper {
	background: #FFF;
	padding: 0 20px;
	margin-bottom: 3em;
}

#header {
  padding: 0;
  clear: both;
  position: relative;
  background-size: cover;
}

#header .header_search_area {
	position: absolute;
	right: 0px;
	margin-top: 20px;
	width: 23.4%;
}

#header #logo {
	text-align: left;
	padding-top: 30px;
	margin-bottom: 30px;
}

#header #logo a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: auto;
}

#header #logo a img {
	max-width: 245px;
}

@media only screen and (max-width: 390px) {
	.header-wrapper {
		margin-bottom: 1.5em;
	}

	#header .header_search_area {
		margin-top: 8.5px;
		width: 40%;
	}

	#header #logo {
		padding-top: 15px;
		margin-bottom: 15px;
	}

	#header #logo a {
		height: 48px;
		background-size: cover;
	}
	
	#header #logo a img {
		max-width: 161px;
	}
}

#logo .site-title {
  line-height: inherit;
  margin-bottom: 5px;
  font-weight: bold;
}
#logo .site-title,
#logo .site-description {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  display: none;
}
#logo .site-title a {
  color: #222;
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
  text-decoration: none;
}
#logo .site-title a:hover {
  text-decoration: underline;
}
#logo .site-description {
  color: #999;
  font-weight: 300;
}
#topad {
  margin: 2em 0 0.5em;
}
/* 2.4 Content */
#content {
  padding: 0 0 40px;
  position: relative;
}
#content #main {
	background: #FFF;
}

#content.magazine #main {
	padding: 0;
	background: none;
}

.error404 #content #main > div {
	padding: 0 20px 20px 20px;
}
/* 2.5 Sidebar */
#sidebar {
  margin-top: 3em;
}
#sidebar .secondary {
  float: left;
  margin-right: 20px;
}
#sidebar .tertiary {
  float: left;
  margin-right: 0;
}
#sidebar .last {
  margin: 0;
}

#sidebar .widget {
	background-color: #FFF;
	padding: 20px;
}

	#sidebar .widget_woo_tabs {
		padding: 0;
	}

/* 2.6 Footer */
.footer-wrapper {
	background: #014358;
	padding: 0 20px;
}

#footer {
  padding: 20px 0;
  color: #FFF;
}
#footer #credit img {
  vertical-align: middle;
}
#footer #credit span {
  display: none;
}
#footer .col-left {
  margin-bottom: 10px;
}
/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/
.breadcrumbs {
  margin-bottom: 1.5em;
}
.archive_header_container {
  background: #FFF;
}
.archive_header {
	padding: 20px;
	margin-bottom: 20px;
}
.archive_header {
  font-weight: bold;
  font-size: 1.5em;
}
.archive_header h1 {
  font-size: 1em;
}
.archive_header .catrss a {
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
  line-height: 22px;
}

#main .page {
	padding: 0 20px 20px;
}

.post {
  margin: 0 20px 20px 20px;
}
.search #content #main .page {
	margin: 0 0 20px;
	padding: 0 20px 0 20px;
	background: #FFF;
}
.search #content #main .post,
.tag #content #main .post,
.search #content #main .guides,
.tag #content #main .guides,
.search #content #main .tables,
.tag #content #main .tables {
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
	background: #FFF;
	min-height: 220px;
}

.search #content #main .tables,
.tag #content #main .tables {
	min-height: 1px;
}

.search-no-results #content #main .post {
	min-height: 0px;
}
.search #content #main,
.tag #content #main {
	background: none;
}
.search-no-results #content #main {
	background: #FFF;
}
.search-no-results #content #main .post {
	margin: 20px;
}
.block .post,
.block .guides,
.block .tables {
	margin: 0;
}

.error404 #content #main > div .title {
  font: normal bold 18px/22px "Helvetica Neue", Helvetica, Arial sans-serif;
  margin: 0 20px 0 0;
  padding: 30px 0px 30px 00px;
}

.guides .title,
.tables .title,
.post .title,
.page .title {
  font: normal bold 18px/22px "Helvetica Neue", Helvetica, Arial sans-serif;
  padding: 30px 20px 15px 20px;	
}

.post .title,
.page .title {
	padding-left: 0;
}

.fpp-main .post .title,
.fpp-main .guides .title,
.search #content #main .title,
.tag #content #main .title {
	font-size: 18px;
	line-height: 22px;
	padding: 20px 0 5px 10px;
	margin-left: 10px;
}

.post .title a,
.post .title a:visited,
.guides .title a,
.gudies .title a:visited,
.tables .title a,
.tables .title a:visited,
.page .title a,
.page .title a:visited {
  color: #323a45;
}
.post-meta {
  margin: 0 0 1.8em 0;
  font: 1em/1em sans-serif;
  color: #999;
  font: 300 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post-meta .small {
  text-transform: lowercase;
}
.post-meta .author {
  text-transform: capitalize;
}
.post-more {
}
.post-more .sep {
  display: none;
}
.post-meta .post-edit-link {
  background: #F0F0F0;
  border-radius: 3px;
  float: right;
  font-weight: 300;
  padding: 2px 5px;
  margin-top: -2px;
}
.post p.tags {
  color: #999;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.post-meta a:link,
.post-meta a:visited,
.post p.tags a:link,
.post p.tags a:visited {
  font-weight: bold;
  color: #888;
}
.post-more a:hover,
.post-meta a:hover,
.post p.tags a:hover {
  text-decoration: underline;
  color: red;
}
.post .post-embed {
  margin-bottom: 30px;
}
.entry .page-link {
  font-weight: bold;
  margin: 0 0 2em;
}
/* 3.1 Typographic Elements */
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin: 10px 0 0.5em;
  line-height: 1.5em;
}
.entry,
.entry p {
  color: #323a45;
  font: 300 15px/1.5em "Helvetica Neue", Helvetica, sans-serif;
}
.entry p {
  margin: 0;
}
.search #content #main .post p,
.tag #content #main .post p,
.search #content #main .guides p,
.tag #content #main .guides p {
	padding-left: 20px;
}
.search-no-results #content #main .post p {
	padding-left: 0px;
}
.fpp-main .entry p,
.search #content #main .entry p,
.tag #content #main .entry p {
  margin: 15px 20px 0 20px;
  font-size: 14px;
  line-height: 22px;
}
.search #content #main .page .entry p {
	margin: 15px 0 0 0;
}
.excerpt-read-more,
.post-more {
  padding: 20px 0 20px 20px;
  font-size: 14px;
  line-height: 22px;
}
.search #content #main .page .post-more,
.tag #content #main .page .post-more {
	padding-left: 0;
}
.excerpt-read-more a,
.post-more span.read-more a {
	color: #f47421;
	text-decoration: none;
}
.excerpt-read-more a:hover,
.excerpt-read-more a:visited,
.post-more span.read-more a:hover,
.post-more span.read-more a:visited {
	color: #e4c80a;
	text-decoration: none;
}
.entry blockquote {
  position: relative;
  padding: 10px 20px 10px 50px;
  color: #444;
  margin-left: 20px;
}
.entry blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0.5em;
  left: 0;
  font-size: 7em;
  color: #999;
  font-family: Georgia, serif;
}
.entry blockquote p {
  font-style: italic;
}
.entry ul {
  margin: 0 0 15px 0;
  padding: 0 20px 0 30px;
}
.entry ul ul {
  margin: 0;
}
.entry ul li {
  list-style-type: disc;
}
.entry ul ul li {
  list-style-type: circle;
}
.entry ol {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
}
.entry ol ol {
  margin: 0;
}
.entry ol li {
  list-style-type: decimal;
}
.entry ol li ol li {
  list-style-type: lower-latin;
}
/* 3.2 Images */
.entry img,
img.thumbnail,
#portfolio .group.portfolio-img img {
  height: auto;
  display: block;
}
img.wp-smiley {
  padding: 0;
  border: none;
}
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.block .alignleft,
.search #content #main .post .alignleft,
.tag #content #main .post .alignleft,
.search #content #main .guides .alignleft,
.tag #content #main .guides .alignleft {
	margin: 0 20px 0 0;
}
.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}
.aligncenter {
  text-align: center;
  margin-bottom: 15px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.entry .wp-caption {
  max-width: 100%;
  width: 100%;
  padding: 1px;
  text-align: center;
  background: #F8F8F8;
  border: solid 1px #e6e6e6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 0 1px 1px #fff;
  -moz-box-shadow: inset 0 0 1px 1px #fff;
  -webkit-box-shadow: inset 0 0 1px 1px #fff;
}
.entry .wp-caption img {
  margin: 0!important;
  padding: 4px 0;
  background: none;
  border: 0;
}
.entry .wp-caption-text {
  margin: 0 0 0.3em;
  padding: 0;
  font: 300 12px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}
.entry .wp-caption a {
  margin: 0!important;
}
.entry .wp-caption.aligncenter {
  margin: 0 auto 15px;
}
/* 3.3 Pagination */
.nav-entries {
  clear: both;
  font-size: 11px;
}
.post-entries {
  clear: both;
  margin-top: 20px;
  padding: 0 20px 20px;
}
.post-entries a:link,
.post-entries a:visited {
  font-size: 0.9em;
  color: #888;
}
.post-entries a:hover {
  text-decoration: none;
  color: #666;
}
.woo-pagination {
  padding: 20px 0 0;
  text-align: center;
  clear: both;
  display: block;
}
.woo-pagination a:link,
.woo-pagination a:visited,
.nav-entries a span {
  display: inline;
  text-decoration: none;
  color: #666;
  padding: 3px 7px;
  border: 1px solid #DDDDDD;
}
.nav-entries a {
  font-size: 1.2em;
}
.woo-pagination span.extend,
.woo-pagination .page-numbers {
  border: none;
  color: #666;
}
.woo-pagination a:link,
.woo-pagination a:visited,
.woo-pagination a:active,
.nav-entries a span {
  /* Border Radius */

  font-weight: bold;
  font-size: 0.9em;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -webkit-linear-gradient(#ffffff, #f5f5f5);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f5f5f5 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f5f5f5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f5f5f5)";
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
}
.woo-pagination span.current {
  border: none;
  background: none;
  font-weight: bold;
  font-size: 0.9em;
}
.woo-pagination a:link,
.woo-pagination a:visited,
.woo-pagination a:active {
  border: none;
  background: #f0f0f0;
}
.woo-pagination .current,
.woo-pagination a:hover {
  padding: 3px 7px;
  background: #e0e0e0;
}
/* 3.4 Single Post Author */
#post-author {
  padding: 15px;
  margin: 0 0 1.5em;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#post-author h4 {
  margin-bottom: 0.4em;
}
#post-author .profile-image img {
  float: left;
  margin: 0 15px 5px 0;
  padding: 0;
  border: none;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
#post-author .profile-content {
  font-size: 13px;
}
.author #post-author {
  margin-bottom: 30px;
}
/* 3.5 Tumblog Styling */
.post {
  position: relative;
}
.post .post-icon a {
  float: right;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 100px;
}
.post .post-icon a:hover {
  background: #111;
  text-decoration: none;
}
.post .audio {
  margin-bottom: 1.8em;
}

/* 3.6 Guides Styling */
.single-guides {}
img.guides_featured_image {
	width: 100%;
	margin-bottom: 20px;
}
.single-guides #content #main p {
	font-size: 14px;
	line-height: 22px;
}
.single-guides #content #main .entry > p {
	padding: 0 20px 20px 20px;
}
/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/
/* 4.2 Generic Widgets */
.widget {
  margin: 0 0 20px 0;
  font-size: 12px;
}
.widget h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 30px 0;
  font: bold "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #323a45;
}

.footer-wrapper .widget h3 {
	border-bottom: none;
	font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
	color: #FFF;
	margin-bottom: 0px !important;
	padding: 0 0 24px;
}

.widget p {
  font: 300 14px/22px "Helvetica Neue", Helvetica, sans-serif;
  color: #323a45;
  margin-bottom: 15px;
}

.footer-wrapper .widget p {
  font: 300 14px/22px "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 15px;
  color: #FFF;
}

.widget ul {
  clear: both;
  list-style-position: inside;
  list-style-type: disc;
}

.footer-wrapper .widget ul {
  clear: both;
  list-style-position: inside;
  list-style-type: none;
}

.footer-wrapper .widget ul li, .footer-wrapper .textwidget {
	color: #FFF;
	font: 300 14px/22px "Helvetica Neue", Helvetica, sans-serif;
}

.widget ul li a {
  padding: 0;
  line-height: 22px;
  text-decoration: none;
}

.footer-wrapper .widget ul li a {
	color: #FFF;
	font: 300 14px/22px "Helvetica Neue", Helvetica, sans-serif;
}

.widget ul li a:hover {
  text-decoration: underline;
}
.widget ul ul {
  padding: 0 0 0 15px;
  border-top: none;
}
.widget_recent_comments li,
#twitter li {
  padding: 6px 0;
  line-height: 18px;
  border-bottom: 1px solid #eee;
}
/* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a,
#twitter a {
  display: inline;
  padding: 0;
  line-height: 18px!important;
  background: none!important;
  border: none!important;
}
/* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */
#footer-widgets {
  clear: both;
  padding: 30px 0;
}
/* 4.2 Specific Widgets */
/* Minor WooSlider Compatibility Additions */
.widget .wooslider ul li a {
  padding: 0;
}
/* SEARCH FORM */
.searchform {
  width: 99%;
  position: relative;
  border-color: #ccc #efefef #efefef #ccc;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: left;
}
.searchform input.s {
  padding: 8px;
  width: 80%;
  margin: 0;
  border: none;
  background: none;
  color: #777;
}
.searchform input.s:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.searchform input.submit {
  position: absolute;
  top: 6px;
  right: 10px;
  border: none;
  margin: 0;
  padding: 0;
}
/* FLICKR */
.widget_woo_flickr h3 span {
  color: #0061D8;
}
.widget_woo_flickr h3 span span {
  color: #FF1183;
}
.widget_woo_flickr .flickr_badge_image {
  float: left;
  margin: 3px;
}
.widget_woo_flickr .wrap {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
}
.widget_woo_flickr a img {
  float: left;
  margin: 0 0 8px 8px;
  display: block;
  border: #CECFC6 1px solid;
  padding: 3px;
}
.widget_woo_flickr a:hover img {
  border: #A8AA99 1px solid;
}
/* WIDGET WOO EMBED */
.widget_woo_embed h3 {
  margin-bottom: 0.5em;
}
.widget_woo_embed h4 {
  display: none;
}
.widget_woo_embed ul {
  margin: 0.7em 0 0;
}
.widget_woo_embed ul li.active a {
  font-weight: bold;
}
/* CALENDAR */
#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}
#wp-calendar caption {
  padding: 0 0 10px;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px;
}
#wp-calendar td {
  background: transparent;
}
#wp-calendar td,
table#wp-calendar th {
  padding: 3px 0;
}
/* Blog Author Widget */
.widget_woo_blogauthorinfo .avatar {
  padding: 5px;
  border: 1px solid #e6e6e6;
  background: #F8F8F8;
  background: rgba(255, 255, 255, 0.7);
}
.widget_woo_blogauthorinfo .left {
  float: left;
  margin: 0 10px 5px 0;
}
.widget_woo_blogauthorinfo .right {
  float: right;
  margin: 0 0 5px 10px;
}
/* TWITTER */
.widget_woo_twitter .back {
  padding: 15px 25px 10px;
  background: #f8f8f8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.widget_woo_twitter ul {
  background: none;
  padding-left: 0;
}
.widget_woo_twitter ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px;
  list-style: none;
}
.widget_woo_twitter ul li a {
  padding: 0px;
}
.widget_woo_twitter ul li .time {
  color: #999;
}
.widget_woo_twitter p {
  padding-top: 10px;
}
.widget_woo_twitter p a {
  color: #222;
}
.widget_woo_twitter ul li .content {
  font-size: 16px;
  font-family: Georgia, serif;
}
.widget.widget_woo_twitter h3 {
  border-bottom: none;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}
/* Feedback */
.widget_woo_feedback {
  position: relative;
  padding-top: 5px;
}
.feedback .feedback-list > div {
  display: none;
}
.feedback .feedback-list {
  margin-top: 15px;
}
.feedback .feedback-list cite {
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
.feedback .feedback-list .feedback-url {
  display: block;
}
.feedback .flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  list-style-type: none;
}
.feedback .flex-direction-nav li {
  float: left;
}
.feedback .flex-prev,
.feedback .flex-next {
  padding-top: 30px;
  width: 26px;
}
.feedback .flex-prev:before,
.feedback .flex-next:before {
  font-size: 20px;
}
/* 4.3 WooTabs */
#tabs {
  display: block;
}
#tabs ul.wooTabs {
  position: relative;
  padding: 0px;
  z-index: 99;
  text-align: center;
  background: url('./images/bg-tile.jpg') repeat-y center;
}
#tabs ul.wooTabs li {
  display: inline;
  zoom: 1;
  font-weight: bold;
  color: #323a45;
  cursor: pointer;
}
#tabs ul.wooTabs li a.selected,
#tabs ul.wooTabs li a:hover {
  text-decoration: none;
  color: #323a45;
}
#tabs ul.wooTabs li a {
  color: #e0e1e2;
  display: inline-block;
  *display: inline;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  width: 49%;
  padding: 10px 0 10px;
}
#tabs .inside {
}
#tabs .inside li {
  background: #fff;
}
#tabs #tab-tags {
  padding: 10px;
  background: #fff;
  border: 1px solid #eaedf1;
}
#tabs .inside ul {
  margin: 0;
  border: 1px solid #eaedf1;
  border-width: 1px 0 1px 0;
  list-style: none;
  padding-left: 0px;
}
#tabs .inside li {
  border-bottom: 1px solid #eaedf1;
  padding: 10px;
}
#tabs .inside li a {
  color: #323a45;
  font: bold 13px/18px Helvetica, Arial, sans-serif;
  padding: 0;
}
#tabs .inside li span.meta {
  display: block;
  font: 300 11px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #777;
}
#tabs .inside li img.avatar,
#tabs .inside li img.thumbnail {
  float: left;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 300px;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
}
#tabs {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#tabs ul.wooTabs li a.selected,
#tabs ul.wooTabs li a:hover {
}
#tabs .inside .list {
  display: none;
}
#tabs .inside .list:first-child {
  display: block;
}
/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/
/* 5.1 Comments */
#comments {
  position: relative;
  margin: 40px 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
#comments h3 {
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}
#comments .comment.thread-even {
  background: #fafafa;
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#comments .comment {
  margin-top: 10px;
  width: 100%;
  list-style-type: none;
}
#comments .comment .comment-container {
  position: relative;
  padding: 20px;
}
#comments .comment-head {
  margin: 0 0 15px 0;
}
#comments .avatar {
  float: left;
  margin: 0 15px 10px 0;
}
#comments .avatar img {
  margin: 0;
  vertical-align: middle;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
#comments .comment-head .name {
  margin: 0;
  font-weight: bold;
  font-size: 15px;
}
#comments .comment-head .date,
#comments .comment-head .edit,
#comments .comment-head .perma {
  font-size: 11px;
}
#comments .comment-entry p {
  margin: 0 0 10px 0;
}
#comments .reply {
  padding-top: 10px;
}
#comments .reply a {
  color: #fff;
}
#comments ul.children {
  margin: 10px 10px 0 25px;
  padding: 0;
}
#comments ul.children li {
  border-top: 1px solid #e6e6e6;
}
#comments .cancel-comment-reply {
  margin: 10px 0;
}
#comments .navigation a {
  display: block;
  margin: 15px 0 0 0;
  text-decoration: none;
}
#comments h3#pings {
  margin-top: 25px;
}
#comments .pingbacks li.pingback {
  margin: 10px 0;
}
#comments .pingbacks li.pingback .reply {
  display: none;
}
/* 5.2 Comments Form */
#respond {
  margin: 40px 0 0;
}
#respond h3 {
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}
#respond #reply-title small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
#respond .left {
  float: left;
  width: 200px;
  margin-right: 15px;
}
#respond .right {
  float: left;
  width: 380px;
}
#respond label {
  font-size: 11px;
  color: #777;
}
#commentform {
  margin: 15px 0 0 0;
}
#commentform input.txt,
#commentform textarea {
  font: 300 14px/1em "Helvetica Neue", Helvetica, sans-serif;
}
#commentform input.txt {
  width: 170px;
  margin: 0 5px 10px 0;
  padding: 5px 7px;
}
#commentform textarea {
  width: 95% !important;
  padding: 5px 7px;
}
#commentform #submit {
  margin: 15px 0 0 0;
}
/* 5.3 Pingbacks / Trackbacks */
h3#pings {
  margin: 25px 0 10px 0;
}
.pinglist li {
  margin: 0 0 0 20px;
  list-style-type: decimal;
}
.pinglist li .author {
  font-weight: bold;
  font-size: 15px;
}
.pinglist li .date {
  font-size: 11px;
}
.pinglist li .pingcontent {
  display: block;
  margin: 10px 0;
}
/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/
/* 6.1 Buttons */
body #wrapper #content .reply a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  padding: 6px 14px;
  color: #fff !important;
  text-decoration: none;
  border: none;
  position: relative;
  cursor: pointer;
}
body #wrapper #content .reply a {
  border: none;
  background: #555555;
  background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#424242));
  background: -webkit-linear-gradient(#555555, #424242);
  background: -moz-linear-gradient(center top, #555555 0%, #424242 100%);
  background: -moz-gradient(center top, #555555 0%, #424242 100%);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
body #wrapper #content .reply a:hover {
  color: #fff  !important;
  text-decoration: none;
}
body #wrapper #content .reply a:active {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
}
body #wrapper #content .small.button,
body #wrapper #content .small.button:visited,
body #wrapper #content .reply a {
  font-size: 10px;
  padding: 0px 6px 1px;
  text-transform: uppercase;
}
body #wrapper #content .button,
body #wrapper #content .button:visited,
body #wrapper #content .medium.button,
body #wrapper #content .medium.button:visited {
  font-size: 12px;
  line-height: 1;
}
body #wrapper #content .large.button,
body #wrapper #content .large.button:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}
body #wrapper #content .medium.button,
body #wrapper #content .medium.button:visited {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
body #wrapper #content .reply a {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
body #wrapper #content .reply a:hover {
  opacity: 0.9;
}
/* 6.3 Contact Form */
#contact-page .screenReader {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
#contact-page ol.forms {
  float: left;
  list-style: none;
  width: 100%;
  margin: 10px 0 0;
}
#contact-page ol.forms li {
  clear: both;
  float: left;
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}
#contact-page ol.forms label {
  cursor: pointer;
  display: block;
  float: left;
  font-weight: 700;
  padding-right: 20px;
  width: 80px;
}
#contact-page ol.forms input.txt {
  width: 214px;
}
#contact-page ol.forms input#sendCopy {
  border: none;
}
#contact-page ol.forms textarea {
  height: 300px;
  width: 70%;
}
#contact-page ol.forms li .error {
  font-size: 12px;
  display: block;
  margin-left: 120px;
  color: red;
}
#contact-page ol.forms li.textarea .error {
  display: block;
  margin-left: 120px;
}
#contact-page ol.forms li.screenReader {
  margin-bottom: 0;
}
#contact-page ol.forms li.buttons .submit {
  margin: 0 0 0 100px;
}
#contact-page ol.forms li.inline input {
  width: auto;
  margin-left: 120px;
}
#contact-page ol.forms li.inline label {
  display: inline;
  float: none;
  width: auto;
}
#contact-page ol.forms li.inline input#sendCopy {
  margin-left: 100px;
}
.three-col-left #contact-page ol.forms textarea,
.three-col-middle #contact-page ol.forms textarea,
.three-col-right #contact-page ol.forms textarea {
  width: 65%;
}
.three-col-left #contact-page ol.forms input#sendCopy,
.three-col-middle #contact-page ol.forms input#sendCopy,
.three-col-right #contact-page ol.forms input#sendCopy {
  float: left;
}
/* 6.4 Gravity forms */
.gfield {
  margin-bottom: 10px;
}
.gform_wrapper .top_label .gfield_label {
  display: block;
  padding-right: 20px;
  margin: 5px 0px 4px !important;
}
.gform_wrapper input.button {
  padding: 5px 10px 6px !important;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  letter-spacing: 0px;
}
.gform_wrapper input {
  padding: 7px 3px !important;
}
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
  width: 400px !important;
  padding: 7px 3px !important;
}
.gform_wrapper .entry img,
.gform_wrapper img.thumbnail {
  padding: 0px !important;
  border: 0px !important;
}
ul.top_label .clear-multi {
  clear: none !important;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  margin-left: 10px !important;
}
img.ui-datepicker-trigger {
  border: 0px;
  padding: 0px;
}
/* 6.5 Tumblog */
.entry .quote,
.entry .video {
  margin-bottom: 1.5em;
}
.entry .quote blockquote {
  font-style: italic;
}
.entry .quote cite {
  text-align: right;
  font-style: normal;
  display: block;
  font: 0.9em sans-serif;
}
.entry .quote cite:before {
  content: '~ ';
}
/* 6.6 Subscribe & Connect */
#connect {
  padding: 15px;
  clear: both;
  font-weight: normal;
}
#main #connect .col-left, #connect .col-right {
  float: none;
  width: 100%;
}
#connect h3 {
  margin-bottom: 20px;
}
#connect p {
  margin: 0 0 18px;
}
#connect .newsletter-form {
}
#connect .newsletter-form .email {
  width: 135px;
}
#connect .newsletter-form .submit {
  cursor: pointer;
  padding: 7px 8px;
  margin: 0 0 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1f8a70;
  color: #FFF;
  border: none;
  -webkit-appearance: none;
}
#connect .related-posts {
  border-top: 1px solid #e6e6e6;
  margin-top: 1em;
  padding-top: 1em;
}
#connect .related-posts h4 {
  font-size: 1em;
}
#connect .related-posts ul {
  list-style: none;
  margin: 5px 0 5px 0;
}
.widget #connect {
  background: none;
  padding: 0;
  border: none;
}
.widget #connect .fl,
.widget #connect .fr {
  float: none;
}

#connect .social {
	margin-top: 1em;
	display: none; /* REMOVE THIS IF YOU WANT SOCIAL ICONS TO APPEAR */
}

#connect .social a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -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=100);
}
#connect .social a {
  display: inline-block;
  *display: inline;
  height: 28px;
  width: 30px;
  background-image: url(images/ico-subscribe-social.png);
  background-repeat: no-repeat;
}
#connect .social a.subscribe {
  background-position: 0px 0;
}
#connect .social a.twitter {
  background-position: -30px 0;
}
#connect .social a.facebook {
  background-position: -60px 0;
}
#connect .social a.youtube {
  background-position: -90px 0;
}
#connect .social a.flickr {
  background-position: -120px 0;
}
#connect .social a.linkedin {
  background-position: -150px 0;
}
#connect .social a.delicious {
  background-position: -180px 0;
}
#connect .social a.googleplus {
  background-position: -210px 0;
}

#sidebar .widget_woo_subscribe, .entry #connect {
	background-color: #f47421;
	padding: 0;
}

.entry #connect {
	margin-bottom: 20px;
}

#sidebar .widget_woo_subscribe .connect_inner_bottom,
#sidebar .widget_woo_subscribe .connect_inner_top,
.entry .connect_inner_bottom, 
.entry .connect_inner_top,
.table_header_column .connect_inner_top,
.table_header_column .connect_inner_bottom {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#sidebar .widget_woo_subscribe .connect_inner_top {
	
}

#sidebar .widget_woo_subscribe .connect_inner_bottom,
.entry .connect_inner_bottom,
.table_header_column .connect_inner_bottom {
	background-color: #eb6c19;
	padding-bottom: 25px;
	padding-top: 25px;
}

#sidebar .widget_woo_subscribe .connect_inner_top h3,
#sidebar .widget_woo_subscribe .connect_inner_top p,
.entry .connect_inner_top p,
.entry .connect_inner_top h3,
.table_header_column .connect_inner_top p,
.table_header_column .connect_inner_top h3 {
	color: #fefeff;
}

.entry .connect_inner_top h3 {
	margin-top: 2px;
	padding: 0 !important;
}

#sidebar .widget_woo_subscribe .connect_inner_top p {
	margin-bottom: 15px;
}

.entry #connect p {
	margin-bottom: 10px;
}

#sidebar .widget_woo_subscribe .connect_bottom_links_active {
	padding-bottom: 15px;
}

.connect_links {
	margin-top: 10px;
	text-align: center;
}

.connect_link {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

	.connect_links_one {
		width: 100%;
	}
	
	.connect_links_two {
		width: 48%;
	}
	
	.connect_links_three {
		width: 32%;
	}
	
	.connect_links_four {
		width: 24%;
	}

	.connect_link a {
		text-decoration: none;
		color: #FFF;
		font-size: 11px;
	}

@-moz-document url-prefix() {
	.entry #connect p {
		margin-top: 5px;
	}
}

.widget_woo_subscribe .connect_inner_top h3 {
	padding-top: 10px;
	line-height: 26px;
}

.newsletter_symbol {
	float: left;
	margin: 0 10px 5px 0;
}

.newsletter_symbol img {
	width: 43px !important;
}

#sidebar .widget_woo_subscribe .connect_inner_bottom .submit {
	float: right;
	margin-top: 1px;
}

/* 6.7 Featured Posts Shortcode */
.woo-sc-featured-posts ul {
  float: left;
  clear: both;
  list-style: none;
  padding-left: 0px;
}
.woo-sc-featured-posts ul li {
  float: left;
  clear: both;
  list-style: none;
  margin-bottom: 10px;
}
.woo-sc-featured-posts ul li .thumbnail {
  float: left;
  margin-right: 10px;
}
.woo-sc-featured-posts ul li .related-title {
  float: left;
}
/*-------------------------------------------------------------------------------------------*/
/* 8. TEMPLATES / SLIDER */
/*-------------------------------------------------------------------------------------------*/
/* 8.1 Slider */
#loopedSlider .slides {
  overflow: hidden;
}
#loopedSlider .container {
  overflow: hidden;
  position: relative;
  display: none;
}
#loopedSlider .slides {
  top: 0;
  left: 0;
}
#loopedSlider .slides .slide {
  display: none;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
}
#loopedSlider .slides .slide a {
	display: block;
	position: relative;
	z-index: 1000;
}
#loopedSlider {
  margin: 0 auto 40px;
  padding: 0;
  position: relative;
}
#loopedSlider .nav-buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.slider-direction-controls {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -18px;
	right: -18px;
}
#content.magazine #loopedSlider .flex-direction-nav {
	display: table;
	width: 100%;
	height: 100%;
}
#content.magazine #loopedSlider .flex-direction-nav li {
	display: table-cell;
	vertical-align: middle;
}

#content.magazine #loopedSlider .slides .slide img {
  width: 100%;
}
/* Clearfix for the .slides element */
#loopedSlider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] #loopedSlider .slides {
  display: block;
}
* html #loopedSlider .slides {
  height: 1%;
}
#loopedSlider .content {
  padding: 20px 0;
  display: inline-block;
  *display: inline;
  background: #1f8a70;
  position: relative;
  z-index: 1001;
}
#loopedSlider .content h2 {
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 20px;
}
#loopedSlider .content h2,
#loopedSlider .content h2 a,
#loopedSlider .content h2 a:visited {
  color: #fff;
}
#loopedSlider .content h2 a:hover {
  text-decoration: underline;
}
#loopedSlider .content .title {
  margin: 0;
}
#loopedSlider .content p {
  color: #FFF;
  padding: 5px 20px 10px 20px;
}
.next-icon {
	text-align: right;
}
a.flex-prev,
a.flex-next {
  display: block;
  position: relative;
  font-family: 'WebSymbolsRegular';
  color: #5e5f60;
  font-size: 20px;
  font-weight: 900;
}
a.flex-prev:hover,
a.flex-next:hover {
  text-decoration: none !important;
}
.widget a.flex-prev,
.widget a.flex-next {
  padding-top: 30px;
}
/* 8.1.1 Pagination */
#loopedSlider {
  margin-bottom: 50px;
}
#loopedSlider.has-pagination {
  margin-bottom: 5px;
}
#loopedSlider .flex-control-nav,
.slider-pagination .flex-control-nav {
  text-align: center;
  margin: 10px 0 20px 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

#loopedSlider .pagination,
#loopedSlider .flex-control-nav,
.slider-pagination .flex-control-nav {
  display: inline;
}
#loopedSlider .pagination li,
#loopedSlider .flex-control-nav li,
.slider-pagination li {
  display: inline-block;
  *display: inline;
  margin: 0 2px;
  width: 10px;
  height: 10px;
}
#loopedSlider .pagination li a,
#loopedSlider .flex-control-nav li a,
.slider-pagination a {
  display: block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #5e5f60;
  border-radius: 300px;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
}
#loopedSlider .pagination li a,
#loopedSlider .flex-control-nav li a:hover,
.slider-pagination li a:hover {
  background: #1f2020;
}
#loopedSlider .pagination li.current a,
#loopedSlider .flex-control-nav li .flex-active,
.slider-pagination .flex-active a {
  background: #1f2020;
}
.slider-pagination {
  display: none;
  margin-bottom: 50px;
}
body.ie7 #loopedSlider .pagination li {
  display: inline;
  zoom: 1;
}
.no-pagination-padder {
	height: 15px;
	width: 100%;
}
/* 8.2 Magazine template */
.magazine #loopedSlider a.previous,
.magazine #loopedSlider a.flex-prev {
  z-index: 999;
}
.magazine #loopedSlider.has-pagination a.previous {
  bottom: 40px;
}
.magazine #loopedSlider a.flex-next {
  z-index: 999;
}
.magazine #loopedSlider .slides {
  width: 100%;
}
.magazine #loopedSlider li.slide {
  display: none;
}
/* Prevents flicker of the slides before the slider has loaded. */
.magazine #loopedSlider li.slide img {
  max-width: 100%;
  height: auto;
}
.magazine #loopedSlider .pagination-wrap {
  height: 30px;
}
.magazine .block {
	background: #FFF;
	width: 100%;
	min-height: 220px;
	margin-bottom: 20px;
}
/* 8.2 Business template */
.business #loopedSlider,
.business #loopedSlider .container {
  width: auto;
}
.business #loopedSlider a.previous,
.business #loopedSlider a.flex-prev {
  position: absolute;
  top: 45%;
  left: -40px;
}
.business #loopedSlider a.flex-next {
  position: absolute;
  top: 45%;
  right: -40px;
}
.business #loopedSlider .entry {
  padding: 0 15px;
}
.business h2,
.business h3,
.business h4,
.business h5,
.business h6 {
  margin-top: 0.3em;
}
.business #loopedSlider img.woo-image {
  max-width: 100%;
  height: auto;
}
.business #loopedSlider li.slide {
  display: none;
}
/* Prevents flicker of the slides before the slider has loaded. */
/* 8.3 Footer Widgets 1-4 Columns */
#footer-widgets .block {
  padding-top: 20px;
}
/* 8.5 Portfolio */
#portfolio a.thumb {
  display: block;
  margin: 0px;
  margin-right: 30px;
  margin-bottom: 30px;
}
#portfolio a.thumb:hover {
  text-decoration: none;
  background: url("images/portfolio-hover.png") no-repeat 50% 50%;
}
#portfolio .block h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.portfolio h2 {
  margin: 0 0 0.5em;
}
#portfolio .group.portfolio-img a.thumb {
  margin-bottom: 1em;
  margin-right: 0px;
  height: auto;
}
#portfolio .group.portfolio-img a.thumb:hover {
  background-position: 50% 45%;
}
#portfolio .group.portfolio-img {
  float: left;
  display: block;
  margin: 0 10px 30px;
}
#portfolio .group.portfolio-img img {
  max-width: none;
}
#portfolio .group.portfolio-img h3 {
  font-size: 14px;
}
#portfolio #port-tags {
  margin: 0 10px 20px;
  padding: 0 0 20px;
}
#portfolio #port-tags .port-cat {
  text-transform: uppercase;
  font-size: 12px;
}
#portfolio #port-tags .port-cat a {
  padding: 2px 6px;
  margin: 0 0 0 5px;
  background: #fff;
  border: 1px solid #BFD4D9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#portfolio #port-tags .port-cat a:hover,
#portfolio #port-tags .port-cat a.current {
  text-decoration: none;
  background: #eee;
}
#portfolio .gallery-image {
  display: none;
}
/* 8.5.1 Single Portfolio Item */
body.single-portfolio.one-col #post-gallery,
body.single-portfolio.one-col .post-embed {
  float: left;
  margin-bottom: 20px;
  width: 60%;
}
body.single-portfolio.one-col-980 #post-gallery,
body.single-portfolio.one-col-980 .post-embed {
  width: 55%;
}
body.single-portfolio.one-col-960 #post-gallery,
body.single-portfolio.one-col-960 .post-embed {
  width: 55%;
}
body.single-portfolio.one-col-940 #post-gallery,
body.single-portfolio.one-col-940 .post-embed {
  width: 55%;
}
body.single-portfolio.one-col-880 #post-gallery,
body.single-portfolio.one-col-880 .post-embed {
  width: 55%;
}
body.single-portfolio.one-col-760 #post-gallery,
body.single-portfolio.one-col-760 .post-embed {
  width: 45%;
}
body.single-portfolio.two-col-left #post-gallery,
body.single-portfolio.two-col-right #post-gallery,
body.single-portfolio.two-col-middle #post-gallery,
body.single-portfolio.three-col-left #post-gallery,
body.single-portfolio.three-col-right #post-gallery,
body.single-portfolio.three-col-middle #post-gallery,
body.single-portfolio.two-col-left .post-embed,
body.single-portfolio.two-col-right .post-embed,
body.single-portfolio.two-col-middle .post-embed,
body.single-portfolio.three-col-left .post-embed,
body.single-portfolio.three-col-right .post-embed,
body.single-portfolio.three-col-middle .post-embed {
  float: none;
  margin-bottom: 20px;
}
#post-gallery .slides_container .slide {
  margin-bottom: 1em;
}
#post-gallery .slides_control .slide {
  display: none;
}
/* Prevents the gallery from displaying incorrectly on first load. */
#post-gallery .photo-caption {
  background: #EBEBEB;
  padding: 5px;
  display: block;
  margin-top: 0.4em;
}
#post-gallery .photo-caption {
  filter: alpha(opacity=80);
  /* internet explorer */

  -khtml-opacity: 0.8;
  /* khtml, old safari */

  -moz-opacity: 0.8;
  /* mozilla, netscape */

  opacity: 0.8;
  /* fx, safari, opera */

}
#post-gallery .pagination li {
  display: inline;
  padding-right: 10px;
  margin: 15px 4px 15px 0;
}
#post-gallery .pagination .jcarousel-prev,
#post-gallery .pagination .jcarousel-next {
  cursor: pointer;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 45%;
}
#post-gallery .pagination .jcarousel-prev {
  left: 10px;
}
#post-gallery .pagination .jcarousel-next {
  right: 45px;
}
#post-gallery .pagination .jcarousel-prev-disabled,
#post-gallery .pagination .jcarousel-next-disabled {
  filter: alpha(opacity=20);
  /* internet explorer */

  -khtml-opacity: 0.2;
  /* khtml, old safari */

  -moz-opacity: 0.2;
  /* mozilla, netscape */

  opacity: 0.2;
  /* fx, safari, opera */

}
body.single-portfolio .hentry {
  float: right;
  width: 40%;
}
body.single-portfolio.two-col-left .hentry,
body.single-portfolio.two-col-right .hentry,
body.single-portfolio.two-col-middle .hentry,
body.single-portfolio.three-col-left .hentry,
body.single-portfolio.three-col-right .hentry,
body.single-portfolio.three-col-middle .hentry {
  float: none;
  width: auto;
}
/* 8.5.2 Portfolio Items In Archive Screens */
body.search .portfolio .portfolio-img {
  margin: 0 10px 10px 0;
}
/* 8.6 Contact Page Template */
#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 #e6e6e6;
}
.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 {
  padding-bottom: 10px;
}
.page-template-template-contact-php .location-twitter .contact-social #twitter ul li a.time {
  color: #7b7b7b;
}
.page-template-template-contact-php .location-twitter .contact-social #connect {
  background: none;
  border: none;
  padding: 0;
  margin: 1em 0 0;
}
.page-template-template-contact-php .location-twitter .contact-social #connect div p {
  display: none;
}
.page-template-template-contact-php .location-twitter .contact-social #connect img {
  border: none;
  padding: 0;
  background: none;
}
.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;
  clear: both;
}
/* 8.7 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;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #dc3022;
}
#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: #534545;
  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;
  *display: inline;
  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;
  font-weight: bold;
  font-size: 1.4em;
}
#archives .archives_list .comments a:hover {
  text-decoration: none;
}
h3.archive_year {
  font-weight: bold;
  font-size: 1em;
  padding: 2px 10px;
  border-bottom: 1px solid #e5e5e5;
  display: inline;
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
	#loopedSlider .content-outter {
		position: absolute;
		bottom: 0px;
		display: table-cell;
		vertical-align: bottom;
	}
	
	#loopedSlider .content-outter h2 {
		font-size: 18px;
		padding: 10px 20px;
	}
}

@media only screen and (max-width: 468px) {
	.excerpt {
		display: none;
	}
	
	#loopedSlider .content-outter h2 {
		font-size: 14px;
		padding: 5px 20px;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* 9. WOODOJO */
/*-------------------------------------------------------------------------------------------*/
/* WooDojo Tabs */
.widget_woodojo_tabs h3 {
  border-bottom: none;
}
.widget_woodojo_tabs .tabbable .nav {
  margin: 0 0 -1px;
  border: none!important;
}
.widget_woodojo_tabs .tabbable .nav li a {
  color: #999;
  display: block;
  float: left;
  border-color: transparent;
  border-width: 1px 1px 0;
  padding: 5px 8px 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  text-shadow: 1px 1px 0 #fff;
}
.widget_woodojo_tabs .tabbable .nav li.active a,
.widget_woodojo_tabs .tabbable .nav li a:hover {
  text-decoration: none;
  border-color: #d9d9d9!important;
  border-width: 1px 1px 0;
  color: #666;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  background: -webkit-linear-gradient(#f2f2f2, #ffffff);
  background: -moz-linear-gradient(center top, #f2f2f2 0%, #ffffff 100%);
  background: -moz-gradient(center top, #f2f2f2 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f2f2f2, endColorstr=#ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f2f2, endColorstr=#ffffff)";
  box-shadow: inset 0 1px 0 #ffffff, 0 -1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #ffffff, 0 -1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 -1px 3px rgba(0, 0, 0, 0.1);
  border-bottom: none!important;
}
.widget_woodojo_tabs .tabbable .tab-content {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.widget_woodojo_tabs .tabbable .tab-content ul {
  padding: 0;
}
.widget_woodojo_tabs .tabbable .tab-content li {
  margin: 0;
  background: #fff;
}
.widget_woodojo_tabs .tabbable .tab-pane-tags {
  padding: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.widget_woodojo_tabs .tabbable .tab-content ul {
  margin: 0;
  border: 1px solid #d9d9d9;
  border-width: 0 0 1px 0;
  list-style: none;
  padding-left: 0px;
}
.widget_woodojo_tabs .tabbable .tab-content li {
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 0 1px;
  padding: 10px;
}
.widget_woodojo_tabs .tabbable .tab-content li a {
  color: #555;
  font: bold 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
}
.widget_woodojo_tabs .tabbable .tab-content li span.meta {
  display: block;
  font: 300 11px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #777;
}
.widget_woodojo_tabs .tabbable .tab-content li img.avatar,
.widget_woodojo_tabs .tabbable .tab-content li img.thumbnail {
  float: left;
  margin: 0 8px 0 0;
  border: none;
  padding: 0;
  border-radius: 300px;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
}
.widget_woodojo_tabs .tabbable.tabs-below .nav {
  margin: 0;
}
.widget_woodojo_tabs .tabbable.tabs-below .nav li a {
  border-width: 0 1px 1px;
}
.widget_woodojo_tabs .tabbable.tabs-below .nav li.active a,
.widget_woodojo_tabs .tabbable.tabs-below .nav li a:hover {
  border-width: 0 1px 1px!important;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f2f2f2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2)";
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
}
.widget_woodojo_tabs .tabbable.tabs-left .nav {
  margin: 0;
}
.widget_woodojo_tabs .tabbable.tabs-left .nav li a {
  border-width: 1px 0 1px 1px;
}
.widget_woodojo_tabs .tabbable.tabs-left .nav li.active a,
.widget_woodojo_tabs .tabbable.tabs-below .nav li a:hover {
  border-width: 1px 0 1px 1px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f2f2f2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2)";
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
}
.widget_woodojo_tabs .tabbable.tabs-right .nav {
  margin: 0;
}
.widget_woodojo_tabs .tabbable.tabs-right .nav li a {
  border-width: 1px 1px 1px 0;
}
.widget_woodojo_tabs .tabbable.tabs-right .nav li.active a,
.widget_woodojo_tabs .tabbable.tabs-below .nav li a:hover {
  border-width: 1px 1px 1px 0;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f2f2f2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2)";
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* WooDojo Instagram Stream */
.widget_woodojo_instagram ul {
  float: none;
}
.widget_woodojo_instagram ul.instagram-photos {
  margin: 0.5em 0;
  width: 98%;
  margin: 0 auto;
}
.widget_woodojo_instagram ul.instagram-photos li {
  margin: 0.5em!important;
}
.widget_woodojo_instagram ul.instagram-photos li img:hover {
  opacity: 0.8;
}
/* WooDojo Twitter Stream */
.widget_woodojo_tweets ul.tweets h3 {
  margin: 0;
}
.widget_woodojo_tweets ul.tweets li {
  margin: 0;
  padding: 1em;
}
/* Misc */
.widget_woodojo_instagram_profile h3,
.widget_woodojo_twitterprofile h3 {
  margin: 0 0 1em;
}
/*-------------------------------------------------------------------------------------------*/
/* 10. BROWSER SPECIFIC */
/*-------------------------------------------------------------------------------------------*/
/* IE6 */
.ie6 .nav .sf-sub-indicator {
  display: none;
}
.ie6 .nav li a:hover {
  text-decoration: none;
}
.ie6 .nav li a.sf-with-ul {
  padding-right: 10px;
}
.ie6 .button,
.ie6 .button:visited {
  margin: 0;
  color: #555 !important;
  font-weight: normal;
}
.ie6 .button,
.ie6 .button:visited {
  padding: 6px 0;
  margin: 0;
}
.ie6 .widget input.submit {
  float: right;
}
.ie6 #loopedSlider .content p,
.ie6 #loopedSlider .content a h2 {
  width: 300px;
}
.ie6 .business #loopedSlider a.previous {
  top: 150px;
}
.ie6 .business #loopedSlider a.next {
  top: 150px;
}
/* IE7 */
.ie7 .nav li a {
  _height: 0;
  zoom: 1;
}
/* IE7 Fix */
.ie7 .button,
.button:visited {
  padding: 7px 6px;
  margin: 0;
}
.ie7 .nav-entries a {
  font-style: normal !important;
}
.ie7 #comments,
.ie7 .comment-container,
.ie7 .reply a {
  position: static;
}
.ie7 #footer-widgets .widget_woo_feedback {
  zoom: 1;
}
/* IE8 */

.ie8 .button,
.ie8 .button:visited {
  padding: 10px 15px;
  margin: 0;
}
.ie8 .alignleft,
.ie8 .alignright {
  width: auto;
}
.ie8 .widget_woo_blogauthorinfo .avatar {
  width: auto;
}
/* IE */

.ie .entry blockquote:before {
  font-size: 72px;
}
.ie #header #logo {
	text-align: center;
}
@media only screen and (max-width: 1200px) {
  .business #loopedSlider a.flex-prev {
    left: -20px;
  }
  .business #loopedSlider a.flex-prev:before,
  .business #loopedSlider a.flex-next:before {
    font-size: 16px;
  }
  .business #loopedSlider a.flex-next {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  #navigation ul li:first-child,
  #navigation ul li:first-child a {
  }
  #navigation .cart-contents:before {
    line-height: 2em;
  }
  #navigation .cart {
    margin: 0;
  }
  #navigation ul.nav ul.children {
    margin-left: 1.5em;
  }
  ul.nav,
  ul.nav ul {
    border: none!important;
  }
  #navigation ul.nav > li {
    border-right: none!important;
  }
  body.boxed-layout {
    padding: 0;
  }
  body.boxed-layout #top {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  body.boxed-layout #wrapper {
    margin-left: 0;
    margin-right: 0;
    border: none;
  }
  .magazine #loopedSlider a.flex-next,
  .magazine #loopedSlider a.flex-prev {
    bottom: auto;
    top: 20px;
  }
  #loopedSlider {
    height: auto !important;
  }
  #loopedSlider .slides {
    overflow: visible;
    height: auto !important;
  }
  #sidebar {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
	.searchform input.s {
		width: 56%;
	}	
}

/* EXPOSE MASK */

.mask_close_button {
	width: 56px;
	height: 56px;
	position: absolute;
	right: -28px;
	top: -28px;
	z-index: 10000;
	cursor: pointer;
}

	.mask_close_button img {
		width: 100%;
	}

/* END OF EXPOSE MASK */

/* INFO WIDGET */

.info_widget_inner {
	
}
.info_widget_img_container {margin-bottom: 20px;}
.info_widget_img_container img {position: relative; float: left; margin-right: 15px; margin-bottom: 5px;}
.info_widget_img_container img.round_img {border-radius: 50%;};
.info_widget_img_container img.small_img {width: 46px; height: 46px;}
.info_widget_img_container img.medium_img {width: 96px; height: 96px;}
.info_widget_img_container img.large_img {width: 50%; height: auto;}
.info_widget_img_container h3 {line-height: 24px; vertical-align: middle; margin-bottom: 0px;}
h3.info_title_medium {font-size: 16px;}
h3.info_title_small {font-size: 14px;}
		
	.info_widget_inner p.info_widget_copy {margin-bottom: 20px;}
	p.info_copy_large {font-size: 16px; line-height: 24px; }
	p.info_copy_small {font-size: 14px; line-height: 20px;}
	
	a.info_widget_button { padding: 5px 10px 5px 10px; border-radius: 2px; font-weight: bold; color: #fff; line-height: 22px; font-size: 14px; text-decoration: none;}
	a.info_widget_button_blue { background-color: #39a1bf; }
	a.info_widget_button_orange { background-color: #f47421; }
	a.info_widget_button_green { background-color: #1f8a70; }

/* END OF INFO WIDGET */

/* QUICK LINKS */

.quick_links_section {
	background: #f2f5f8;
	border-left: solid 5px #f47421;
	padding: 20px;
	padding-right: 5px;
}

	.quick_links_section h3 {
		font-size: 14px;
		line-height: 22px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	.quick_links_section h4 {
		cursor: pointer;
		color: #3088ff;
		font-size: 14px;
		line-height: 22px;
		font-weight: 500;
		display: inline-block;
		*display: inline;
		margin-right: 25px;
		margin-bottom: 10px;
	}
	
	.quick_links_section h4:hover {
		text-decoration: underline;
		color: #F00;
	}
	
		.quick_links_section h4:first-letter {
			text-transform: capitalize;
		}
		
.quick_link_column {
	display: table-cell;
	width: 50%;
	height: 100%;
	vertical-align: top;
}

	#quick_column_left {
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.quick_link_column img.guides_featured_image {
		margin-bottom: 0;
		display: none;
	}

.quick_link_column_section {
	background: #f2f5f8;
	border-left: solid 5px #f47421;
}

.quick_link_column_section .quick_links_section {
	background: none;
	border-left: none;
}

.quick_links_half {
	margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
	.quick_link_column {
		display: block;
		width: auto;
	}
	
	.quick_link_column img.guides_featured_image {
		display: block;
	}
}

/* END OF QUICK LINKS */

/* TABLES POST TYPE */

.table_header {
	margin: 20px;
}

.table_header h1.title {
	padding: 0 10px 10px 0;
}

.table_header_column {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 50%;
	min-height: 1px;
	vertical-align: top;
}

.table_header_column_full {
	width: 100%;
}

.table_header_column .widget_woo_subscribe {
	background-color: #f47421;
	margin-bottom: 0;
}

.table_text p {
	padding-right: 20px;
}

@media only screen and (max-width: 768px) {
	.table_header {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 580px) {
	.table_header_column {
		width: 100%;
	}
	
	.table_header_column_left {
		margin-bottom: 20px;
	}
}

.table_heading_container, .table_content_container {
	text-align: center;
	display: table;
	width: 100%;
}

.table_heading_container {
	background-color: #b9d8df;
}

.fixed_header {
	position: fixed;
}

/*
@media only screen and (max-width: 600px) {
	.fixed_header {
		top: 0px !important;
	}
}
*/

.table_heading, .table_item, .table_item_sub, .table_item_sub_columns {
	display: table-cell;
	min-height: 1px;
	text-align: center;
	vertical-align: middle;
	border-right: #dee1e5 solid 1px;
	height: 100%;
	padding: 10px 4px 10px 4px;
	-ms-word-break: keep-all;
	word-break: keep-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
    hyphens: auto;
}

.sub_column_container {
	display: table;
	width: 100%;
	height: 100%;
}

.table_item {
	border-bottom: #dee1e5 solid 1px;
}

.sub_column_two {
	width: 50%;
}

.table_heading_last, .table_item_last, .table_item_sub_last {
	border-right: none;
}

.table_heading p {
	font-weight: 900;
}

.table_sub_heading {
	display: inline-block;
	*display: inline;
	zoom: 1;
	min-height: 1px;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}

.table_sub_heading p, .table_sub_heading {
	padding-top: 0;
}

.table_item_left_aligned {
	text-align: left;
	padding-left: 5px;
}

.table_item img {
	width: 100%\9;
	vertical-align: middle;
	margin-bottom: 5px;
}

.table_item img {
	width: inherit\9;
}

.additional_information_container {
	display: block;
	background-color: #dee1e5;
	padding: 15px 10px 15px 10px;
	text-align: left;
}

.table_button_container {
	background-color: #f47421;
	border-radius: 5px;
	padding: 10px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

a.table_button {
	color: #FFF;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.table_button_container:hover {
	background-color: #eb6c19;
}

.table_content_row_inner {
	display: table;
	width: 100%;
}

.table_content_row:hover {
	background-color: #f7f2af;
}

.table_content_row:hover .additional_information_container {
	background-color: #ebe8a6;
}



@media only screen and (max-width: 768px) {
	.table_container p, .table_container a {
		font-size: 12px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.table_container p, .table_container a {
		font-size: 10px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 468px) {
	.table_container p, .table_container a {
		font-size: 8px;
		line-height: 16px;
	}
}

/* END OF TABLES POST TYPE */

/* TOOLTIP */

.tooltip_element {
	text-decoration: underline;
	cursor: pointer;
}

.tooltip_element:hover {
	color: #323a45;
	text-decoration: none;
}

#tooltip
{
	text-align: center;
	color: #fff;
	background: #014358;
	position: absolute;
	z-index: 100;
	padding: 10px;
	margin-bottom: 10px;
	max-width: 400px;
}

#tooltip p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
}

#tooltip p:last-child {
	margin-bottom: 0;
}

	#tooltip:after /* triangle decoration */
	{
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #014358;
		content: '';
		position: absolute;
		left: 50%;
		bottom: -10px;
		margin-left: -10px;
	}

		#tooltip.top:after
		{
			border-top-color: transparent;
			border-bottom: 10px solid #014358;
			top: -20px;
			bottom: auto;
		}

		#tooltip.left:after
		{
			left: 10px;
			margin: 0;
		}

		#tooltip.right:after
		{
			right: 10px;
			left: auto;
			margin: 0;
		}

/* END OF TOOLTIP */

/* SOCIAL BLOCK */

#sidebar .widget_social_block {
}

.social_block {
	padding: 10px 20px 10px 20px;
	margin: 10px 0 20px 0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	min-height: 21px;
}

.type-post .social_block, .type-page .social_block {
	padding-left: 0;
	padding-bottom: 20px;
}

.social_block_embedded_full {
	margin: 0;
	border-bottom: none;
}

.social_block_embedded {
	padding-left: 0px;
	margin-right: 20px;
	border-bottom: none;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

	.social_block_item {
		display: inline-block;
		vertical-align: top;
		padding-top: 1px;
	}
	
	.social_block_outter .social_block_twitter {
		padding-top: 3px;
	}
	
	.social_block_facebook {
		margin-right: 15px;
	} 
	
	.social_block_twitter {
		margin-bottom: -3px;
	}
	
	#twitter-widget-0 {
		width: 90px !important;
	}
	
.widget .social_block {
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: none;
	border-bottom: none;
}
	
.widget .social_block .social_block_item {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
}

.widget .social_block .social_block_twitter {
	padding-top: 0px;
	margin-bottom: 2px;
}

.social_block_link_item {
	display: inline-block;
	margin-right: 20px;
}

.social_block_link_item img {
	width: 50px;
	height: 50px;
}

/* END OF SOCIAL BLOCK */

/* Advertising Blocks */

.ad_block {
	padding: 20px;
	background: #FFF;
	margin-bottom: 20px;
}

.ad_image_holder {
	margin-bottom: 16px;
	text-align: center;
}

.ad_type_b .ad_image_holder {
	margin-right: 20px;
	max-height: 100px;
	max-width: 30%;
	vertical-align: middle;
	float: left;
	overflow: hidden;
	border: 1px solid #eaedf1;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.ad_type_b .ad_image_holder img {
	max-width: 100%;
	width: auto;
}

.ad_block p {
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 16px;
}

.ad_block p:last-child {
	margin: 0;
}

.ad_block p a {
	text-decoration: underline;
}

.ad_cta_holder {
	text-align: center;
}

.ad_cta_holder a {
	padding: 7.5px 15px;
	margin-top: 7.5px 0 7.5px 0;
	display: inline-block;
	border-radius: 3px;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
}

.shortcode_ad_pos_target {
	position: absolute;
	width: 1px;
	right: 1px;
	z-index: 0;
	display: none;
}

@media only screen and (max-width: 767px) {
	.ad_block {
		margin-top: 0 !important;
		position: relative !important; 
	}
}

/* END OF Advertising Blocks */

/* THEME CUSTOM NAVIGATION */

.menu-container {
	max-width: 980px;
	margin: auto;
}

.nav_section {
	width: 16.6%;
	display: inline-block;
}

.menu_mobile_button {
	display: none;
	position: relative;
}

.menu_mobile_button .inner {
	width: 100%;
	max-width: 980px;
	background: #014358;
	margin: auto;
}

.menu_mobile_button .menu_mobile_content {
	color: #fff;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.menu_mobile_button .menu_mobile_content p:after {
	margin-left: 10px;
	font-size: 16px;
	content: "\2630";
}

.home_button_active .nav_section {
	width: 19%;
}

.home_button_active .nav_section.home_button {
	width: 5%;
}

.nav_sub_section {
	position: absolute;
	left: 0;
	right: 0;
}

.nav_sub_section_inner {
	width: 100%;
	max-width: 980px;
	margin: auto;
	z-index: 9999;
	position: relative;
	display: none;
}

.menu-container .menu li {
	display: inline-block;
	zoom: 1;
	list-style: none;
}

.menu-container .menu li a.nav_main_link, .menu-container .menu li p.section_title {
	padding: 10px 3px 10px 3px;
	display: block;
	border-bottom: 4px solid;
	font-size: 14px;
	line-height: 16px;
	font-weight: 900;
	font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #014358;
}

.menu-container .menu li p.section_title {
	cursor: default;
}

.home_button .nav_main_link {
	text-indent: -9999px;
	background: url('includes/images/home_icon_off.png') no-repeat center center;
	background-size: 50%;
}

.menu-container .menu li.home_button:hover a.nav_main_link {
	background: url('includes/images/home_icon_on.png') no-repeat center center;
	background-size: 50%;
}

.menu-container .menu li.nav_d_blue a.nav_main_link, .menu-container .menu li.nav_d_blue p.section_title {
	border-bottom-color: #014358;
}

.menu-container .menu li.nav_l_blue a.nav_main_link, .menu-container .menu li.nav_l_blue p.section_title {
	border-bottom-color: #39a1bf;
}

.menu-container .menu li.nav_d_green a.nav_main_link, .menu-container .menu li.nav_d_green p.section_title {
	border-bottom-color: #1f8a70;
}

.menu-container .menu li.nav_orange a.nav_main_link, .menu-container .menu li.nav_orange p.section_title {
	border-bottom-color: #f47421;
}

.menu-container .menu li.nav_yellow a.nav_main_link, .menu-container .menu li.nav_yellow p.section_title {
	border-bottom-color: #F4D817;
}

.menu-container .menu li.nav_l_green a.nav_main_link, .menu-container .menu li.nav_l_green p.section_title {
	border-bottom-color: #bed73c;
}

.menu-container .menu li:hover a.nav_main_link, .menu-container .menu li:hover p.section_title {
	color: #FFF;
}

.menu-container .menu li:hover a.nav_main_link,
.menu-container .menu li:hover p.section_title, {
	color: #FFF;
}

.menu-container .menu li.nav_d_blue:hover a.nav_main_link,
.menu-container .menu li.nav_d_blue:hover p.section_title,
.menu-container .menu li.nav_d_blue .nav_sub_section_inner {
	background-color: #014358;
}

.menu-container .menu li.nav_l_blue:hover a.nav_main_link,
.menu-container .menu li.nav_l_blue:hover p.section_title,
.menu-container .menu li.nav_l_blue .nav_sub_section_inner {
	background-color: #39a1bf;
}

.menu-container .menu li.nav_d_green:hover a.nav_main_link,
.menu-container .menu li.nav_d_green:hover p.section_title,
.menu-container .menu li.nav_d_green .nav_sub_section_inner {
	background-color: #1f8a70;
}

.menu-container .menu li.nav_orange:hover a.nav_main_link,
.menu-container .menu li.nav_orange:hover p.section_title,
.menu-container .menu li.nav_orange .nav_sub_section_inner {
	background-color: #f47421;
}

.menu-container .menu li.nav_yellow:hover a.nav_main_link,
.menu-container .menu li.nav_yellow:hover p.section_title,
.menu-container .menu li.nav_yellow .nav_sub_section_inner {
	background-color: #F4D817;
}

.menu-container .menu li.nav_l_green:hover a.nav_main_link,
.menu-container .menu li.nav_l_green:hover p.section_title,
.menu-container .menu li.nav_l_green .nav_sub_section_inner {
	background-color: #bed73c;
}

.menu .nav_section .nav_col {
	display: inline-block;
	vertical-align: top;
}
.menu .nav_section .nav_col .nav_col_inner {
	padding: 20px;
	padding-bottom: 0;
	min-height: 144px;
}

.menu .nav_section .nav_col .nav_col_inner:after, .toggle_element:after {
	content:"";
	display:table;
	clear:both;
}

.menu p.no_items {
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
	font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
	color: #FFF;
}

.menu .nav_section .col_holder_image {
	width: 75%;	
}

.menu .nav_section .col_holder_image .nav_col_inner {
	padding-right: 10px;
}

.menu .nav_section .col_image_holder {
	width: 25%;
}

.menu .nav_section .col_image_holder .nav_col_inner {
	padding-left: 10px;
}

.menu .nav_section .col_holder {
	width: 100%;
}

.menu .nav_section .nav_sub_item {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	float: left;
}

.menu .nav_section .nav_cols_2 .nav_sub_item {
	width: 50%;
}

.menu .nav_section .nav_cols_3 .nav_sub_item {
	width: 33%;
}

.menu .nav_section .nav_cols_4 .nav_sub_item {
	width: 25%;
}

.menu .nav_sub_item a, .menu .nav_sub_item p, .menu_mobile_button .menu_mobile_content p  {
	font-size: 14px;
	line-height: 16px;
	font-weight: 900;
	font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
	color: #FFF;
	text-transform: uppercase;
}

.menu .nav_sub_sub_items a {
	text-transform: capitalize;
}

.menu .nav_sub_item_inner {
	padding-right: 10px;
}

.menu a.header_link, .menu p.header_link {
	text-transform: uppercase;
	border-bottom: solid 1px #FFF;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 900;
}

.menu .nav_sub_type_header_link a.header_link {
	display: block;
}

.menu .nav_sub_type_header_link a.header_link:after {
	content: "\276F\276F";
	margin-left: 10px;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -3px;
}

.menu .nav_sub_type_header_link a.header_link:hover:after {
	text-decoration: none;
}

.menu .nav_sub_sub_item_inner {
	padding-left: 20px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	.nav_sub_section {
		left: 20px;
		right: 20px;
	}
}

@media only screen and (max-width: 580px) {
	.menu-container {
		display: none;
	}

	.menu_mobile_button {
		display: block;
	}
	
	.nav_section, .home_button_active .nav_section, .home_button_active .nav_section.home_button {
		width: 100%;
		display: block;
	}
	
	.home_button_active .nav_section.home_button a {
		text-indent: 0;
		background-image: none;
	}
	
	.menu-container .menu li.home_button:hover a:hover {
		background-image: none;
	}
	
	.menu-container .menu li:hover p.section_title {
		cursor: pointer;
	}
	
	.menu .nav_section .nav_col .nav_col_inner {
		min-height: 0;
	}
	
	.menu .nav_section .col_holder_image, .menu .nav_section .col_image_holder {
		width: 100%;	
	}
	
	.menu .nav_section .col_holder_image .nav_col_inner, .menu .nav_section .col_image_holder .nav_col_inner {
		padding: 10px;
	}
	
	.menu .nav_section .col_image_holder .nav_col_inner {
		text-align: center;
		padding-top: 0;
		padding-bottom: 20px;
	}
	
	.menu .nav_section .col_image_holder .nav_col_inner img {
		max-width: 75%;
	}
	
	.menu a.header_link,
	.menu p.header_link,
	.menu .nav_sub_item a,
	.menu .nav_sub_item p {
		font-size: 12px;
		line-height: 14px;
	}
	
	.menu .nav_sub_sub_item_inner {
		padding-left: 10px;
		margin-bottom: 7px;
	}
	
	.nav_section.mobile_section_active .nav_sub_section {
		position: relative;
	}
	
	.nav_section.mobile_section_active .nav_sub_section .nav_sub_section_inner {
		display: block;
	}
	
	.menu-container .menu li.mobile_section_active p.section_title {
		color: #FFF;
	}
	
	.menu-container .menu li.nav_d_blue.mobile_section_active p.section_title {
		background-color: #014358;
	}
	
	.menu-container .menu li.nav_l_blue.mobile_section_active p.section_title {
		background-color: #39a1bf;
	}
	
	.menu-container .menu li.nav_d_green.mobile_section_active p.section_title {
		background-color: #1f8a70;
	}
	
	.menu-container .menu li.nav_orange.mobile_section_active p.section_title {
		background-color: #f47421;
	}
	
	.menu-container .menu li.nav_yellow.mobile_section_active p.section_title {
		background-color: #F4D817;
	}
	
	.menu-container .menu li.nav_l_green.mobile_section_active p.section_title {
		background-color: #bed73c;
	}
	
	.menu-container .menu li:hover a.nav_main_link,
	.menu-container .menu li:hover p.section_title {
		background-color: #FFF;
	}
	
	.menu .nav_section .nav_sub_item {
		width: 50%;
	}
}

@media only screen and (min-width: 581px) {
	.menu-container {
		display: block !important;
	}
	
	.menu-container .menu li:hover .nav_sub_section_inner {
		display: block;
	}
}

/*
#014358 : Dark Blue
#39a1bf : Light Blue/Teal
#1f8a70 : Dark Green
#f47421 : Orange
#F4D817 : Yellow
#bed73c : Light Green
*/

/* END OF THEME CUSTOM NAVIGATION */

/* BLOG THEME TEMPLATE */

.blog #content #main {
	background: none;
}

.blog .post {
	background: #FFF;
	padding: 0 20px 20px 20px;
	margin: 0 0 20px 0;
}

.blog .post.has-post-thumbnail {
	padding-left: 0;
}

.blog .post.has-post-thumbnail .entry,
.blog .post.has-post-thumbnail .post-more {
	padding-left: 20px;
}

.blog .post .title {
  font: normal bold 18px/22px "Helvetica Neue", Helvetica, Arial sans-serif;
  padding: 20px 20px 15px 0;	
}

.blog .post-more {
	padding: 20px 0 0 0;
}

@media only screen and (min-width: 768px) {
	.blog .post {
		margin-left: 0;
		margin-right: 0;
	}
}

/* END OF BLOG THEME TEMPLATE */