/*
	Theme Name: Kahuna Host Site
	Theme URI: http://www.kahunahost.com/
	Description: The Kahuna Host site is designed and developed by David Morgan of Kahuna Host.
	Author: Kahuna Host
	Author URI: http://www.kahunahost.com
	License: Copyright Invulu, Inc.
	License URI: http://invulu.com
	Version: 4.1

	The CSS, XHTML and Design are copyrighted
*/

/************************************************
*	Font Import 								*
************************************************/

@font-face {
	font-family: 'Proxima Bold';
	src: url( 'fonts/ProximaNova-Bold.eot' ); /* IE */
	src: local(" Proxima Nova "),
	url( 'fonts/ProximaNova-Bold.woff' ) format("woff"),
	url( 'fonts/ProximaNova-Bold.ttf' ) format('truetype'),
	url( 'fonts/ProximaNova-Bold.otf' ) format("opentype");
	}
@font-face {
	font-family: 'Proxima Semibold';
	src: url( 'fonts/ProximaNova-Semibold.eot' ); /* IE */
	src: local(" Proxima Nova "),
	url( 'fonts/ProximaNova-Semibold.woff' ) format("woff"),
	url( 'fonts/ProximaNova-Semibold.ttf' ) format('truetype'),
	url( 'fonts/ProximaNova-Semibold.otf' ) format("opentype");
	}
@font-face {
	font-family: 'Proxima Regular';
	src: url( 'fonts/ProximaNova-Regular.eot' ); /* IE */
	src: local(" Proxima Nova "),
	url( 'fonts/ProximaNova-Regular.woff' ) format("woff"),
	url( 'fonts/ProximaNova-Regular.ttf' ) format('truetype'),
	url( 'fonts/ProximaNova-Regular.otf' ) format("opentype");
	}
@font-face {
	font-family: 'Proxima Light';
	src: url( 'fonts/ProximaNova-Light.eot' ); /* IE */
	src: local(" Proxima Nova "),
	url( 'fonts/ProximaNova-Light.woff' ) format("woff"),
	url( 'fonts/ProximaNova-Light.ttf' ) format('truetype'),
	url( 'fonts/ProximaNova-Light.otf' ) format("opentype");
	}

/************************************************
*	CSS Animations 								*
************************************************/

@keyframes "spin" {
	 from {
	    -webkit-transform: rotate(0deg);
	   	-moz-transform: rotate(0deg);
	   	-o-transform: rotate(0deg);
	   	-ms-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	    -webkit-transform: rotate(359deg);
	   	-moz-transform: rotate(359deg);
	   	-o-transform: rotate(359deg);
	   	-ms-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-moz-keyframes spin {
	 from {
	   	-moz-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-moz-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-webkit-keyframes "spin" {
	 from {
	   	-webkit-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-webkit-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-ms-keyframes "spin" {
	 from {
	   	-ms-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-ms-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-o-keyframes "spin" {
	 from {
	  	 -o-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-o-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}

/************************************************
*	CSS Reset 									*
************************************************/

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%;
	font: inherit;
	vertical-align: baseline;
	}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
sub { vertical-align: sub; }
sup { vertical-align: super; }

/************************************************
*	Temp Chrome Font Fix						*
************************************************/

body {
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
	}
@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
	}

/************************************************
*	Global										*
************************************************/

html, body {
	height: 100%;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	}
body {
	background: #FFFFFF;
	color: #555555;
	color: rgba(0, 0, 0, .6);
	font-size: 1em;
	font-family: 'Proxima Regular', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: .2px;
	margin: 0px;
	padding: 0px;
	}
.outdated-browser {
	display: block;
	background: #cc0000;
	color: #ffffff;
	text-align: center;
	padding: 36px 0px;
	}
.outdated-msg {
	text-align: center;
	max-width: 720px;
	margin: 0px auto 0px;
	padding: 0px 24px;
	}
::selection {
	background: #ffd220; /* Safari */
	}
::-moz-selection {
	background: #ffd220; /* Firefox */
	}
img, object, embed {
	height: auto;
	max-width: 100%;
	margin: 0px auto 0px;
	}
img::selection {
    background-color:transparent;
	}
img::-moz-selection {
    background-color:transparent;
	}
img {
	/*image-rendering: optimizeQuality;*/
	-ms-interpolation-mode: bicubic;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
p {
	padding: 12px 0px;
	margin: 0px;
	}
p:empty {
	display: none;
	}
em {
	font-style: italic;
	}
ol {
	padding-top: 12px;
	}
ol, ul {
	list-style: none;
	padding-left: 12px;
	padding-bottom: 12px;
	}
ol ol, ul ul,
ol ul, ul ol {
	padding-bottom: 0px;
	}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ul li {
    list-style: inside;
    list-style-type: square;
    margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ul ol li, ul ol ul ol li {
    list-style-type: decimal;
	}
ol ul li, ol ul ol ul li {
    list-style-type: square;
	}
blockquote {
	color: #333333;
	font-family: 'Roboto Slab', Georgia, Times, serif;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.4;
	margin: 24px 0px;
	padding: 24px 12px;
	border-top: 2px solid #dddddd;
	border-top: 2px solid rgba(0, 0, 0, .08);
	border-bottom: 2px solid #dddddd;
	border-bottom: 2px solid rgba(0, 0, 0, .08);
	}
blockquote p {
	margin: 0px;
	padding: 0px !important;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
code, pre {
	color: #666666;
	background: #F9F9F9;
	font-family: Courier, Verdana, Tahoma, Verdana;
	font-size: 13px;
	line-height: 1.4;
	margin: 12px 0px;
	padding: 12px;
	border: 1px solid #dddddd;
	border: 2px solid rgba(0, 0, 0, .08);
	border-radius: 3px;
	}
code {
	/*display: block;*/
	/*white-space: normal;*/
	}
pre {
	display: block;
	}
pre code {
	padding: 0px;
	border: none;
	border-radius: 0px;
	}
small {
	font-size: 0.8rem;
	font-weight: normal;
	}
strong {
	color: #333333;
	font-family: 'Proxima Bold';
	font-weight: normal;
	}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #dddddd;
	background-color: #dddddd;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
i {
	color: #cccccc;
	}

/************************************************
*	Common										*
************************************************/

.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}
.text-left {
	text-align: left;
	}
.text-right {
	text-align: right;
	}
.text-center {
	text-align: center;
	}
.align-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	}
.align-left {
	float: left;
	}
.align-right {
	float: right;
	}
.column-half {
	float: left;
	width: 44%;
	margin-right: 6%;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.no-margin-top {
	margin-top: 0px !important;
	}
.no-margin-bottom {
	margin-bottom: 0px !important;
	}
.bold {
	font-family: 'Proxima Bold';
	}
.green {
	color: #7b9104;
	}
.red {
	color: #CC0000;
	}
.message {
	background: #f0f6d0;
	margin-top: 36px;
	padding: 36px;
	border-radius: 12px;
	}
.fixed {
	position: fixed !important;
	top: 0;
	}
.padding-top {
	padding-top: 136px;
	}
.ipad-display {
	display: none;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a img {
	border: none;
	}
a {
	color: #9bb317;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #7b9104;
	text-decoration: underline;
	outline: none;
	}
a, a:link {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
p a,
table a {
	font-family: 'Proxima Semibold';
	}
#submit, #searchsubmit, .btn,
#comments .reply a, .more-link, input.button {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}

/************************************************
*	Headings  									*
************************************************/

h1 {
	color: #333333;
	font-size: 2.4em;
	font-family: 'Proxima Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -0.8px;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h2 {
	color: #333333;
	font-size: 2.2em;
	font-family: 'Proxima Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -0.6px;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h3 {
	color: #333333;
	font-size: 2em;
	font-family: 'Proxima Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -0.4px;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h4 {
	color: #333333;
	font-size: 1.6em;
	font-family: 'Proxima Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h5 {
	color: #333333;
	font-size: 1.4em;
	font-family: 'Proxima Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h6 {
	color: #333333;
	font-size: 1.1em;
	font-family: 'Proxima Semibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 6px 0px 6px 0px;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: #333333;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
	color: #9bb317;
	text-decoration: none;
	border: none;
	}
.headline {
	color: rgba(0, 0, 0, .8);
	font-family: 'Proxima Regular';
	font-weight: 400;
	font-size: 2.4em;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
	}
.headline.small {
	color: rgba(0, 0, 0, .6);
	font-family: 'Proxima Regular';
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 3.6px;
	}
.headline.page-headline,
.headline.archive-headline  {
	display: block;
	color: #FFFFFF;
	font-family: 'Proxima Bold';
	line-height: 1.2;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	margin: 0px;
	}
.headline.page-headline {
	font-size: 4em;
	padding: 48px 0px 0px 0px;
	}
.headline.archive-headline {
	font-size: 3em;
	padding: 48px 0px;
	}
.type-showcase-site .headline.page-headline {
	font-size: 3em;
	}
.archive-page .headline.page-headline {
	font-size: 3em;
	padding-bottom: 48px;
	}
.author-page .headline.page-headline {
	line-height: 1.4;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.headline .thin {
	font-family: 'Proxima Light';
	letter-spacing: -2px;
	}
.tagline {
	color: #999999;
	color: rgba(0, 0, 0, .4);
	font-size: 1.4em;
	font-family: 'Proxima Regular';
	letter-spacing: -0.4px;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	}
.title {
	display: block;
	font-family: 'Proxima Semibold';
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	}
.cursive {
	display: block;
	color: #333333;
	font-family: "Pacifico";
	font-size: 3.7em;
	text-transform: none;
	letter-spacing: 0px;
	}

/************************************************
*	Header  									*
************************************************/

#header {
	display: block;
	background: #3e3a32;
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	top: 36px;
	z-index: 9;
	zoom: 1;
	}
#custom-header {
	display: block;
	padding: 0px;
	font-size: 0;
	text-align: center;
	text-indent: -999em;
	line-height: 0;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 8;
	}
#custom-header img {
	display: block;
	height: 100px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	}

/************************************************
*	Top Menu  									*
************************************************/

#nav-top {
	display: block;
	background: #2a2722;
	font-family: 'Proxima Regular';
	font-weight: 400;
	font-size: .8em;
	width: 100%;
	height: 36px;
	position: fixed;
	z-index: 9;
	}
.menu-toggle {
	display: none;
	cursor: pointer;
	}
.main-small-navigation ul.mobile-menu {
	display: none;
	}
.menu-top {
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
.menu-top li {
	display: inline;
	list-style-type: none;
	padding: 0px 8px;
	}
.menu-top li a {
	display: inline;
	color: #666666;
	color: rgba(255, 255, 255, .2);
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: none;
	text-decoration: none;
	text-shadow: 0px 0px 0px rgba(255, 255, 255, .2);
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: visible;
	}
.menu-top li:last-child {
	padding-right: 0px;
	}
.menu-top li a:hover,
.menu-top li a:focus,
.menu-top li a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	border: none;
	}

/************************************************
*	Navigation      							*
************************************************/

#navigation {
	float: right;
	display: inline-block;
	position: relative;
	font-family: 'Proxima Regular';
	font-weight: 400;
	font-size: 1em;
	letter-spacing: 2px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	z-index: 9;
	}

/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	position: relative;
	}
.menu a {
	display: block;
	position: relative;
	}

/*** SKIN ***/
#navigation .menu .current_page_item a,
#navigation .menu .current_page_ancestor a,
#navigation .menu .current-menu-item a,
#navigation .menu .current-cat a {
	font-family: 'Proxima Regular';
	color: #FFFFFF;
	}
#navigation .menu li .current_page_item a, #navigation .menu li .current_page_item a:hover,
#navigation .menu li .current-menu-item a, #navigation .menu li .current-menu-item a:hover,
#navigation .menu li .current-cat a, #navigation .menu li .current-cat a:hover {
	color: #FFFFFF;
	}
#navigation .menu .current_page_item ul li a,
#navigation .menu .current-menu-item ul li a,
#navigation .menu .current-menu-ancestor ul li a,
#navigation .menu .current_page_ancestor ul li a,
#navigation .menu .current-cat ul li a {
	color: #999999;
	color: rgba(255, 255, 255, .5);
	}
#navigation .menu .current_page_item ul li a:hover,
#navigation .menu .current-menu-item ul li a:hover,
#navigation .menu .current-menu-ancestor ul li a:hover,
#navigation .menu .current_page_ancestor ul li a:hover,
#navigation .menu .current-menu-ancestor ul .current_page_item a,
#navigation .menu .current_page_ancestor ul .current-menu-item a,
#navigation .menu .current-cat ul li a:hover {
	color: #FFFFFF;
	}
.menu {
	margin-bottom: 0;
	}
.menu a {
	color: #999999;
	color: rgba(255, 255, 255, .2);
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 100px;
	text-shadow: 0px 0px 0px rgba(255, 255, 255, .3);
	margin: 0px;
	padding: 0px 12px;
	overflow: hidden;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
	}
.menu li:last-child a {
	padding-right: 0px;
	}
.menu li {
	margin: 0px;
	}
.menu li:hover, .menu li.sfHover {
	outline: 0;
	}

/************************************************
*	Slideshow								    *
************************************************/

.slideshow {
	display: block;
	background: #2a2722;
	height: 100%;
	margin-top: 72px;
	margin-left: 64px;
	padding: 24px 24px 0px 24px;
	position: relative;
	border-radius: 8px 8px 0px 0px;
	}
.flexslider {
	background: #FFFFFF;
	position: relative;
	width: 100%;
	zoom: 1;
	}
.flexslider.testimonials {
	background: none;
	}
.flexslider ul, .flexslider li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.flexslider .feature-img {
	margin: 0px;
	padding: 0px;
	}
.flexslider .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	border-bottom: 3px solid #eeeeee;
	border-left: 3px solid #eeeeee;
	border-right: 3px solid #cccccc;
	border-top: 3px solid #cccccc;
	border-radius: 100%;
	height: 32px;
	width: 32px;
	-webkit-animation: spin .6s infinite linear;
	-moz-animation: spin .6s infinite linear;
	-ms-animation: spin .6s infinite linear;
	-o-animation: spin .6s infinite linear;
	animation: spin .6s infinite linear;
	z-index: 999;
	}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	}
.flexslider .slides img {
	display: block;
	max-width: 100%;
	margin: 0px auto 0px;
	}
.flex-pauseplay span {
	text-transform: capitalize;
	}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
html[xmlns] .slides {
	display: block;
	}
* html .slides {
	height: 1%;
	}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
	display: none;
	}

.flexslider .slides {
	/*zoom: 1;*/
	overflow: hidden;
	}
.flexslider .slides > li {
	position: relative;
	}
.flex-container {
	zoom: 1;
	position: relative;
	}

/* Caption style */
.flex-caption {
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
	}
.flex-caption {
	background: rgba(0,0,0,.3);
	color: #FFFFFF;
	width: 96%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	}

/* Direction Nav */
.flex-direction-nav {
	height: 0;
	}
.flex-direction-nav li a {
	display: block;
	font-size: 36px;
	line-height: 50px;
	height: 48px;
	width: 24px;
	text-decoration: none !important;
	margin: -24px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	top: 50%;
	cursor: pointer;
	overflow: visible;
	z-index: 8;
	}
.flex-direction-nav .flex-next {
	right: -36px;
	text-align: center;
	}
.flex-direction-nav .flex-prev {
	left: -36px;
	text-align: center;
	}
.flex-direction-nav .flex-next i,
.flex-direction-nav .flex-prev i {
	color: #999999;
	color: rgba(0, 0, 0, .2);
	}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	text-decoration: none !important;
	}
.flex-direction-nav .flex-prev:hover i,
.flex-direction-nav .flex-next:hover i {
	color: #333333;
	}
.flex-direction-nav li .disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
	}

/* Control Nav */
.flex-control-nav {
	display: none;
	}
.flex-control-nav {
	position: absolute;
	right: 18px;
	bottom: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	z-index: 8;
	}
.flex-control-nav li {
	display: inline-block;
	margin: 0px;
	padding: 4px !important;
	zoom: 1;
	*display: inline;
	}
.flex-control-nav li:first-child {
	margin: 0;
	}
.flex-control-nav li a {
	width: 6px;
	height: 6px;
	display: block;
	background: #CCCCCC;
	cursor: pointer;
	text-indent: -999em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.flex-control-nav li a:hover {
	background: #666666;
	}
.flex-control-nav li a.flex-active {
	background: #333333;
	cursor: default;
	}

/************************************************
*	Homepage					     		    *
************************************************/

/* Hero Banner */

#leaves-left {
	position: absolute;
	background-image: url(images/leaves-left.png);
	background-repeat: no-repeat;
	top: 100px;
	left: 48%;
	width: 520px;
	height: 540px;
	margin-left: -1000px;
	margin-top: -28px;
	opacity: 1;
	z-index: 7;
	}
#leaves-right {
	position: absolute;
	background-image: url(images/leaves-right.png);
	background-repeat: no-repeat;
	top: 100px;
	right: 48%;
	width: 520px;
	height: 540px;
	margin-right: -1060px;
	margin-top: -28px;
	opacity: 1;
	z-index: 7;
	}
#home-banner {
	display: block;
	background-color: #000000;
	background-image: url(images/home-bg.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}
.home-intro {
	display: block;
	width: 100%;
	margin-top: 124px;
	}
.home-intro .logo-mark {
	text-align: center;
	margin: 0px auto -18px;
	opacity: .3;
	}
.home-intro .feature-text {
	display: block;
	}
.home-intro h2 {
	display: block;
	color: #FFFFFF;
	font-size: 72px;
	line-height: 0.8;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
.home-intro h2 span {
	display: block;
	width: 100%;
	max-width: 100%;
	}
.home-intro h2 .first-word {
	font-family: 'Kaushan Script';
	font-size: 1.1em;
	letter-spacing: -3px;
	margin-bottom: 12px;
	}
.home-intro h2 .second-word {
	font-family: 'Proxima Bold';
	letter-spacing: -3px;
	text-transform: uppercase;
	}
.home-intro h2 .third-word {
	font-family: 'Proxima Regular';
	font-size: .7em;
	letter-spacing: 12px;
	text-transform: uppercase;
	margin-top: 8px;
	}
.home-intro .est {
	color: #b1b842;
	color: rgba(0, 0, 0, 0.12);
	font-family: 'Proxima Bold';
	font-size: 1.1em;
	line-height: 2.6;
	letter-spacing: 3px;
	text-transform: uppercase;
	}
.home-intro .tagline {
	color: #b1b842;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.6em;
	line-height: 1.2;
	margin-top: 18px;
	margin-bottom: 12px;
	}
.home-intro p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9em;
	}
.home-intro .btn {
	margin: 24px 0px 0px 0px;
	}
.banner-images .theme-desktop {
	background: #2a2722;
	position: relative;
	line-height: 0;
	margin: 64px 0px 64px 64px;
	padding: 36px 6px 6px 6px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .12);
	border-radius: 3px;
	z-index: 8;
	}
.theme-desktop .circles {
	position: absolute;
	top: 12px;
	left: 12px;
	}
.theme-desktop .circles span {
	float: left;
	background: #3e3a32;
	width: 6px;
	height: 6px;
	margin-top: 2px;
	margin-right: 6px;
	border-radius: 3px;
	}
.theme-desktop .close {
	position: absolute;
	top: 12px;
	right: 12px;
	}
.theme-desktop .close span {
	float: right;
	background: #3e3a32;
	width: 18px;
	height: 6px;
	margin-top: 2px;
	margin-right: 6px;
	border-radius: 3px;
	}
.theme-desktop .address-field {
	display: block;
	background: #3e3a32;
	position: absolute;
	width: 60%;
	top: 8px;
	left: 54px;
	padding: 6px;
	border-radius: 2px;
	}
.theme-desktop .address-field p {
	color: #888888;
	font-size: 0.8em;
	padding: 4px 0px;
	}
.theme-mobile {
	background: #2a2722;
	position: absolute;
	max-width: 240px;
	bottom: 40px;
	right: -40px;
	padding: 36px 6px 42px 6px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .12);
	border-radius: 3px;
	z-index: 9;
	}
.theme-mobile .speaker {
	position: absolute;
	top: 12px;
	right: 50%;
	margin-right: -12px;
	}
.theme-mobile .speaker span {
	float: right;
	background: #3e3a32;
	width: 24px;
	height: 6px;
	margin-top: 2px;
	border-radius: 3px;
	}
.theme-mobile .start {
	position: absolute;
	bottom: 14px;
	right: 50%;
	margin-right: -12px;
	}
.theme-mobile .start span {
	float: right;
	background: #3e3a32;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	}

/* Featured Showcase */

#home-showcase {
	text-align: center;
	padding: 84px 0px;
	border-top: 2px solid #eeeeee;
	}
#home-showcase .feature-btn.btn-holder {
	margin-top: 36px;
	margin-bottom: 0px;
	}
.showcase-holder {
	display: block;
	margin-left: -24px;
	width: calc(100% + 48px);
	width: -webkit-calc(100% + 48px);
	width: -moz-calc(100% + 48px);
	overflow: hidden;
	}

/* Hosting Setup */

#home-features {
	padding: 84px 0px;
	/*background-image: url(images/home-bg.jpg);
	background-position: center center;
	background-size: cover;*/
	background-color: #2a2722;
	color: #ffffff;
	}
#home-features .feature-btn {
	display: inline-block;
	width: 100%;
	margin-top: 36px;
	margin-bottom: 0px;
	}
#home-features p,
#home-features .title,
#home-features .headline.small {
	color: #ffffff;
	}
#home-features p {
	color: rgba(255, 255, 255, .75);
	}
.setup-content {
	position: relative;
	display: inline-block;
	width: 100%;
	}
.setup-content .fifth {
	position: relative;
	z-index: 6;
	}
.setup-content .step {
	color: #ffffff;
	width: 180px;
	font-family: 'Proxima Semibold';
	line-height: 180px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin: 24px auto 24px;
	border-radius: 50%;
	visibility: hidden;
	}
.setup-content .connector {
	background: #cccccc;
	position: absolute;
	visibility: hidden;
	height: 2px;
	width: 90%;
	top: 50%;
	left: 36px;
	z-index: 1;
	}
.hosting-features .third .holder {
	padding: 18px;
	}
.hosting-features .icon {
	display: block;
	color: #ffffff;
	text-align: center;
	margin-bottom: 18px;
	}
.hosting-features .icon svg {
	color: #ffffff;
	fill: currentColor;
	min-width: 48px;
	min-height: 48px;
	}

/* Testimonials */

#home-testimonials {
	background-color: #f4f4f4;
	padding: 84px 0px;
	}
#home-testimonials .widget {
	padding-top: 0px;
	padding-bottom: 0px;
	}
.testimonials .quote {
	margin: 0px;
	padding: 0px;
	border: none;
	}
.testimonials blockquote {
	display: block;
	background: #ffffff;
	color: #777777;
	font-size: 1.8em;
	text-align: center;
	margin: 0px 0px 24px 0px;
	padding: 36px;
	border: none;
	border-radius: 12px;
	}
.testimonials .avatar-link img {
	border-radius: 50%;
	overflow: hidden;
	}
.testimonials .author {
	display: block;
	color: #999999;
	color: rgba(0, 0, 0, .3);
	text-align: center;
	margin-top: 6px;
	}
.testimonials .author .title,
.testimonials .author .url {
	display: none;
	}

/* Hawaii Made */

#home-hawaii {
	padding: 84px 0px;
	position: relative;
	overflow: hidden;
	background-color: #79d7e6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(121, 215, 230)), to(rgb(201, 245, 247)));
	background-image: -webkit-linear-gradient(top, rgb(121, 215, 230), rgb(201, 245, 247));
	background-image: -moz-linear-gradient(top, rgb(121, 215, 230), rgb(201, 245, 247));
	background-image: -o-linear-gradient(top, rgb(121, 215, 230), rgb(201, 245, 247));
	background-image: -ms-linear-gradient(top, rgb(121, 215, 230), rgb(201, 245, 247));
	background-image: linear-gradient(top, rgb(121, 215, 230), rgb(201, 245, 247));
	}
#home-hawaii .row {
	position: relative;
	z-index: 8;
	}
#home-hawaii .headline.small .cursive {
	color: #ffffff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, .1);
	}
#home-hawaii .headline.small {
	color: rgba(0, 0, 0, .3);
	}
#home-hawaii p {
	color: rgba(0, 0, 0, .4);
	}
#home-hawaii .feature-btn.btn-holder {
	margin-top: 0px;
	margin-bottom: 36px;
	}
.palm-leaves {
	position: absolute;
	left: 50%;
	top: -80px;
	margin-left: -800px;
	z-index: 3;
	}
.island {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -60px;
	z-index: 1;
	}
.island img {
	vertical-align: bottom;
	}
.pineapple {
	position: absolute;
	visibility: hidden;
	}
.pineapple.left {
	left: 50%;
	bottom: -60px;
	margin-left: -490px;
	z-index: 6;
	}
.pineapple.left-mid {
	left: 50%;
	bottom: -80px;
	margin-left: -350px;
	z-index: 5;
	}
.pineapple.right-mid {
	left: 50%;
	bottom: -70px;
	margin-left: 180px;
	z-index: 5;
	}
.pineapple.right {
	left: 50%;
	bottom: -50px;
	margin-left: 300px;
	z-index: 5;
	}

/************************************************
*	Content 					     		    *
************************************************/

.content {
	max-width: 1140px;
	height: 100%;
	position: relative;
	margin: 0px auto 0px;
	}
.padding {
	padding: 0px 4%;
	}
.intro {
	display: block;
	text-align: center;
	padding-bottom: 24px;
	}
.intro p {
	color: rgba(0, 0, 0, 0.4);
	font-size: 1.2em;
	max-width: 640px;
	margin: 0px auto 0px;
	padding-top: 24px;
	}
.page-title {
	background: #f2b844;
	margin: 0px;
	}
.page-title a {
	color: #7b9104;
	text-decoration: underline;
	}
.page-title a:hover {
	text-decoration: none;
	}
.page-title .tagline {
	color: rgba(0, 0, 0, .3);
	padding-bottom: 48px;
	}
.page-title .btn-holder {
	margin: 0px auto 0px;
	}
.post-area {
	padding: 64px 64px 64px 0px;
	/*overflow: hidden;*/
	zoom: 1;
	}
.post-area:before, .post-area:after {
	content:"";
	display:table;
	}
.post-area:after {
	clear: both;
	}
.post-area.right {
	padding: 64px 0px 64px 64px;
	}
.post-area.full-width,
.full-width .post-area {
	padding: 64px 0px;
	}
.post-area h1:first-child + p,
.service-page .post-area p:first-child {
	color: #999999;
	font-family: 'Proxima Light';
	font-size: 1.4em;
	line-height: 1.5;
	}
.group-post {
	margin-bottom: 36px;
	padding-bottom: 24px;
	}
.group-post .excerpt p:first-child {
	padding-top: 6px;
	}
.group-post .btn-holder {
	display: block;
	background: #f9f9f9;
	padding: 18px 0px;
	border-radius: 48px;
	overflow: hidden;
	}
.group-post .feature-img,
.single-tutorial .feature-img {
	margin-top: 18px;
	margin-bottom: 18px;
	}
.post-info {
	color: #999999;
	font-family: 'Proxima Semibold';
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 36px;
	padding-top: 0px;
	border-bottom: 2px solid rgba(0, 0, 0, .08);
	position: relative;
	}
.post-info a {
	color: #bbbbbb;
	}
.post-info a:hover {
	color: #999999;
	}
.post-info span {
	background: #FFFFFF;
	position: absolute;
	margin-top: 2px;
	padding-right: 12px;
	}
.post-meta {
	margin-top: 24px;
	padding: 12px 0px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	}
.post-meta p {
	font-size: 0.85em;
	line-height: 1.6;
	padding: 2px 0px;
	}
.author-posts {
	padding-left: 0px;
	}
.sticky {
	position: relative;
	}
.bypostauthor {
	}

/************************************************
*	Support Page 								*
************************************************/

.support-message {
	background: #F5F6D9;
	margin: 24px 0px;
	padding: 12px 24px;
	border-radius: 3px;
	border: 1px solid #D5E378;
	}
.support-message p {
	padding: 8px 0px;
	}
.support-page .post-area.full-width {
	background: #f9f9f9;
	margin: 48px 0px;
	padding: 48px;
	border-radius: 3px;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, .08);
	}
.support-page .post-area a {
	color: #7b9104;
	}
.support-page .post-area a:hover {
	color: #839909;
	}
.support-links {
	display: inline-block;
	width: 100%;
	margin-top: 48px;
	}
.support-callout {
	background: #f9f9f9;
	text-align: center;
	padding: 36px;
	border-radius: 3px;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, .08);
	overflow: hidden;
	}
.support-callout.left {
	margin-right: 24px;
	}
.support-callout.mid {
	margin-left: 12px;
	margin-right: 12px;
	}
.support-callout.right {
	margin-left: 24px;
	}

/************************************************
*	Themes Page 								*
************************************************/

.themes-page .theme-holder {
	display: block;
	margin-left: -24px;
	width: calc(100% + 48px);
	width: -webkit-calc(100% + 48px);
	width: -moz-calc(100% + 48px);
	}
.theme-item h2 {
	font-family: 'Proxima Regular';
	font-size: 2.2em;
	text-align: center;
	letter-spacing: -1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
.theme-item {
	display: block;
	background: #dddddd;
	position: relative;
	max-width: 100%;
	margin: 24px;
	padding: 4px;
	border-radius: 3px;
	box-shadow: 0px 0px 6px #dddddd;
	}
.theme-item .circles {
	position: absolute;
	top: 12px;
	left: 12px;
	}
.theme-item .circles span {
	float: left;
	background: #bbbbbb;
	width: 4px;
	height: 4px;
	margin-top: 2px;
	margin-right: 6px;
	border-radius: 2px;
	}
.theme-item .theme-title {
	font-family: 'Proxima Regular';
	font-size: 0.9em;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	text-shadow: -1px 1px 0px #eeeeee;
	margin: 0px;
	padding: 0px;
	}
.theme-item .theme-title a {
	color: #999999;
	}
.theme-item .theme-title a:hover {
	color: #666666;
	}
.theme-item .information {
	display: block;
	height: 100%;
	position: relative;
	}
.theme-item .cursive {
	margin: 0px;
	padding: 0px;
	}
.theme-item .excerpt {
	display: block;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 36px;
	}
.theme-item .excerpt p {
	padding: 0px 48px;
	}
.theme-item .info-holder {
	background: #ffffff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	}
.theme-item .info-holder:hover {
	opacity: 1;
	background: rgba(255, 255, 255, .9);
	}
.theme-item .info-holder .info {
	position: absolute;
	width: 100%;
	top: 50%;
	min-height: 220px;
	text-align: center;
	margin-top: -120px;
	}
.theme-item .info-holder .btn {
	display: inline;
	font-size: 0.8em;
	}

/************************************************
*	Services Page								*
************************************************/

.service-bg {
	background-color: #f4f4f4;
	background-image: url(images/services-bg.jpg);
	background-position: center center;
	background-size: cover;
	}
.service-wrapper {
	border-radius: 6px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
	overflow: hidden;
	}
.service-feature {
	background: #ffffff;
	text-align: center;
	margin-left: -1px;
	padding: 24px;
	border: 1px solid #e9e9e9;
	}
.service-feature.first {
	margin-left: 0px;
	border-radius: 6px 0px 0px 6px;
	}
.service-feature.last {
	border-radius: 0px 6px 6px 0px;
	}
.service-feature img {
	max-width: 48px;
	text-align: center;
	margin: 12px auto 18px;
	}

/************************************************
*	Setup Service								*
************************************************/

.theme-setup {
	background: #f9f9f9;
	padding: 72px 0px;
	overflow: hidden;
	}
.theme-setup .twelve.columns,
.theme-setup .fourteen.columns {
	z-index: 8;
	}
.theme-setup .four.columns,
.theme-setup .two.columns {
	z-index: 1;
	}
.theme-setup .tagline {
	padding-top: 12px;
	}
.theme-setup .btn {
	margin-top: 36px;
	}
.theme-setup .gear-one {
	position: absolute;
	font-size: 480px;
	color: #f2f2f2;
	top: -360px;
	right: 0px;
	cursor: default;
	animation-duration: 18s;
	-webkit-animation-duration: 18s;
	}
.theme-setup .gear-two {
	position: absolute;
	font-size: 640px;
	color: #f2f2f2;
	bottom: -700px;
	left: -280px;
	cursor: default;
	animation-duration: 36s;
	-webkit-animation-duration: 36s;
	}

/************************************************
*	WPcom Themes								*
************************************************/

.wpcom-themes {
	background: #1e8cbe;
	padding: 72px 0px;
	overflow: hidden;
	}
.wpcom-themes .wpcom-logo {
	visibility: hidden;
	}
.wpcom-themes .information {
	padding-left: 72px;
	}
.wpcom-themes .headline {
	color: #ffffff;
	}
.wpcom-themes .tagline {
	color: rgba(255, 255, 255, 0.8);
	padding-top: 12px;
	}
.wpcom-themes .tagline .bold {
	color: #ffffff;
	}
.wpcom-themes .btn {
	background: #79c2e3;
	margin-top: 36px;
	margin-bottom: 0px;
	box-shadow: 0px 3px 0px #1678a4;
	}
.wpcom-themes .btn:hover {
	background: #0f6a94;
	}

/************************************************
*	Subscribe Info								*
************************************************/

.subscribe {
	background: #544e43;
	padding: 72px 0px;
	overflow: hidden;
	}
.subscribe .information {
	display: block;
	padding-bottom: 2px;
	overflow: hidden;
	}
.subscribe .headline.small {
	color: #ffffff;
	color: rgba(255, 255, 255, .8);
	}
.subscribe .tagline {
	color: #cccccc;
	color: rgba(255, 255, 255, .3);
	}
.subscribe #mc_embed_signup {
	display: block;
	margin-top: 36px;
	}
.subscribe .subscribe-field {
	float: left;
	width: 42%;
	}
.subscribe .subscribe-field input[type="email"] {
	width: 86%;
	margin: 0px;
	}
.subscribe .subscribe-field input {
	color: #999999;
	}
.subscribe .subscribe-field input:focus {
	color: #333333;
	}
.subscribe .subscribe-btn {
	float: left;
	width: 32%;
	}
.subscribe .subscribe-btn .button {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.subscribe .news-icon {
	text-align: center;
	margin-top: -12px;
	visibility: hidden;
	}

/************************************************
*	Hosting Packages							*
************************************************/

#features {
	display: block;
	margin-top: 72px;
	margin-bottom: 36px;
	overflow: hidden;
	}
#features .intro {
	padding-bottom: 36px;
	}
#features .intro p {
	max-width: none;
	padding-top: 12px;
	}
#features .hosting-features .icon,
#features .hosting-features .icon svg {
	color: #666666;
	}
#features-top {
	display: block;
	background-color: #000000;
	background-image: url(images/home-bg.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 8;
	}
.page-template-template-features .page-title .tagline {
	margin-bottom: 12px;
	}

/* Packages Table */

table.package-table {
	width: 100%;
	background: none;
	margin-top: -92px;
	margin-bottom: 0px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .24);
	border-radius: 3px;
	}
table.package-table .empty-row {
	background: none !important;
	border: none;
	padding: 6px;
	}
table.package-table .fa-check-square {
	color: #99cc00;
	}
table.package-table tr {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	border-top: none;
	border-left: none;
	border-right: none;
	}
table.package-table th {
	background: #f4f4f4;
	color: #999999;
	text-transform: uppercase;
	font-family: 'Proxima Semibold';
	font-size: 0.9em;
	letter-spacing: 2px;
	vertical-align: middle;
	padding: 24px;
	}
table.package-table td {
	background: #e4e4e4;
	border: none;
	padding: 8px 24px;
	}
table.package-table .price {
	color: #333333;
	font-size: 1.4em;
	font-family: 'Proxima Bold';
	}
table.package-table .buy-option {
	/*background: none !important;*/
	padding: 12px 0px;
	}
table.package-table col:nth-child(2):hover {
	background: yellow !important;
	}
table.package-table .buy-option .btn {
	display: block;
	font-size: 1em;
	padding: 12px 18px;
	margin: 12px 24px;
	}
table.package-table .feature {
	font-size: 0.9em;
	text-align: right;
	}
table.package-table .package-header {
	background: #f9f9f9;
	font-size: 1.2em;
	letter-spacing: 2px;
	}
table.package-table .package-header.package-one {
	background: #ffffff;
	}
table.package-table td.package {
	text-align: center;
	}
table.package-table td:nth-child(1),
table.package-table td:nth-child(1) {
	background: #eeeeee;
	}
table.package-table tr td:nth-child(2),
table.package-table tr th:nth-child(2) {
	background: #ffffff;
	}
table.package-table tr td:nth-child(3),
table.package-table tr th:nth-child(3) {
	background: #eeeeee;
	}
table.package-table tr td:nth-child(4),
table.package-table tr th:nth-child(4) {
	background: #e4e4e4;
	}
table.package-table tr:first-child th:first-child {
	border-radius: 3px 0px 0px 0px;
	}
table.package-table tr:first-child th:last-child {
	border-radius: 0px 3px 0px 0px;
	}
table.package-table tr:last-child th:last-child {
	border-radius: 0px 0px 3px 0px;
	}
table.package-table tr:last-child th:nth-child(2),
table.package-table tr:nth-child(13) th:nth-child(1) {
	border-radius: 0px 0px 0px 3px;
	}
table.package-table tr:last-child {
	border-bottom: none;
	}

/************************************************
*	FAQ Page					     		    *
************************************************/

.faq-section {
	padding-bottom: 24px;
	}
.faq-section:last-child {
	padding-bottom: 0px;
	}
.question {
	background: #f9f9f9;
	margin-bottom: 10px;
	padding: 12px 20px;
	overflow: hidden;
	border-radius: 3px;
	}
a.toggle-button {
	display: block;
	line-height: 1.2;
	}
a.toggle-button:before {
	font-family: 'FontAwesome';
	content: ' ';
	margin-right: 4px;
	}
a.toggle-button.active:before {
	content: ' ';
	}
.toggle-section {
	display: none;
	}

/************************************************
*	Documentation Page 							*
************************************************/

.docs-home {
	display: block;
	background: #ffffff;
	line-height: 1;
	margin: 24px 48px;
	padding: 12px;
	border-radius: 3px;
	box-shadow: 3px 3px 0px #eeeeee;
	}
.docs-home:hover {
	background: #eeeeee;
	text-decoration: none;
	box-shadow: none;
	}
ul.guide-links {
	margin: 0px 0px 24px 0px;
	padding: 0px;
	}
ul.guide-links li {
	display: block;
	margin: 0px;
	padding: 12px 0px;
	border-top: 1px solid #dddddd;
	}

/************************************************
*	Documentation Single 						*
************************************************/

.type-documentation .post-area h2 {
	font-family: 'Proxima Regular';
	font-size: 1.4em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 12px;
	}

/************************************************
*	Showcase Page 								*
************************************************/

.showcase-page .showcase-holder {
	padding-top: 36px;
	padding-bottom: 36px;
	}
.showcase-item {
	display: block;
	background: #dddddd;
	position: relative;
	max-width: 100%;
	margin: 24px;
	padding: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 6px #e4e4e4;
	}
.showcase-item .circles {
	position: absolute;
	top: 12px;
	left: 12px;
	}
.showcase-item .circles span {
	float: left;
	background: #bbbbbb;
	width: 4px;
	height: 4px;
	margin-top: 2px;
	margin-right: 4px;
	border-radius: 2px;
	}
.showcase-item .site-title {
	display: block;
	color: #999999;
	font-size: 0.9em;
	line-height: 30px;
	text-align: center;
	text-shadow: -1px 1px 0px #eeeeee;
	margin: 0px;
	padding: 0px;
	}
.showcase-item .site-title:hover {
	color: #666666;
	text-decoration: none;
	}
.showcase-item .information {
	display: block;
	height: 100%;
	position: relative;
	}
.showcase-item .excerpt {
	margin-bottom: 24px;
	}
.showcase-item .excerpt p {
	padding-left: 84px;
	padding-right: 84px;
	}
.showcase-item .info-holder {
	background: #ffffff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	}
.showcase-item .info-holder:hover {
	background: rgba(255, 255, 255, 0.8);
	opacity: 1;
	}
.showcase-item .info-holder .info {
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	margin-top: -12px;
	}
.showcase-item.showcase-featured .info-holder .info {
	margin-top: -96px;
	}
.showcase-item .info-holder .btn {
	display: inline;
	font-size: 0.8em;
	}
#organize {
	display: block;
	text-align: right;
	margin-top: 42px;
	overflow: hidden;
	}
#organize .label {
	display: block;
	color: rgba(0, 0, 0, .3);
	font-size: 1.2em;
	line-height: 3;
	}
#organize select {
	display: inline-block;
	background: #FFFFFF;
	color: #666666;
	width: auto;
	font-size: 1.3em;
	line-height: 2;
	margin: 0px;
	padding: 8px;
	}
#organize #searchsubmit {
	float: none;
	position: relative;
	top: -2px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	}
.single-showcase .showcase-item {
	margin: 0px;
	padding-top: 32px;
	}
.single-showcase .information {
	padding-left: 64px;
	padding-top: 48px;
	}
.single-showcase .information .btn {
	margin-top: 24px;
	}

/************************************************
*	Pagination 	  		      			     	*
************************************************/

.pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 12px 0px;
	padding: 0px;
	overflow: hidden;
	}
.pagination a {
	display: inline-block;
	background: #f4f4f4;
	color: #999999;
	height: 24px;
	line-height: 24px;
	margin: 0px 2px;
	padding: 0px 8px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .12);
	}
.pagination a:hover,
.pagination a:active {
	background: #e49917;
	color: #FFFFFF;
	border: none;
	}
.pagination .current {
	display: inline-block;
	background: #e49917;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	font-family: 'Proxima Bold';
	text-align: center;
	padding: 0px 8px;
	border-radius: 3px;
	}
#prevLink {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nextLink {
	float: right;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Table 	 									*
************************************************/

table {
	background: #FFFFFF;
	width: 100%;
	margin: 24px auto;
	padding: 0px;
	border-collapse: collapse;
	}
table tr {
	border: 1px solid #dddddd;
	}
table th {
	background: #EEEEEE;
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 8px;
	}
table td {
	padding: 8px;
	margin: 0px;
	border: 1px solid #dddddd;
	}
table .green {
	color: #339900;
	background: #f1f6e3;
	}
table .red {
	background: #f6e6e3;
	}

/************************************************
*	Buttons  					     		    *
************************************************/

a.btn, input.btn, #searchsubmit, #submit, #comments #respond input#submit,
#comments .reply a, .more-link, input.button, span.btn, input[type='submit'], .button.submit {
	display: inline-block;
	background-color: #e49917;
	position: relative;
	top: -2px;
	color: #EEEEEE;
	font-family: 'Proxima Semibold';
	font-weight: 400;
	font-style: normal;
	font-size: .9em;
	letter-spacing: 2px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	margin: 12px 0px;
	padding: 12px 24px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 24px;
	box-shadow: 0px 3px 0px #cc8812;
	border: none;
	-webkit-appearance: none;
	}
a.btn:hover, input.btn:hover, #searchsubmit:hover, #submit:hover, #comments #respond input#submit:hover,
#comments .reply a:hover, .more-link:hover, input.button:hover, span.btn:hover, input[type='submit']:hover, .button.submit:hover {
	top: 0px;
	color: #FFFFFF;
	background-color: #cc8812;
	text-decoration: none;
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-appearance: none;
	}
a.btn.dark, span.btn.dark {
	background-color: #cc8812;
	text-decoration: none;
	}
a.btn.dark:hover, span.btn.dark:hover {
	background-color: #336600;
	}
.btn-holder {
	line-height: 1;
	text-align: center;
	margin: 12px auto 12px;
	}
.btn-holder.large {
	margin: 36px 0px 0px 0px;
	}
.btn-holder a.btn {
	margin: 0px;
	}
.btn-holder.large a.btn {
	font-size: 1.1em;
	padding-top: 24px;
	padding-bottom: 24px;
	}
.btn-holder.large a.btn.left-btn {
	padding-left: 24px;
	padding-right: 24px;
	border-radius: 48px 0px 0px 48px;
	}
.btn-holder.large a.btn.right-btn {
	padding-left: 12px;
	padding-right: 36px;
	border-radius: 0px 48px 48px 0px;
	}
a.btn.left-btn {
	padding-right: 18px;
	border-radius: 24px 0px 0px 24px;
	border-right: 1px solid rgba(0, 0, 0, .1);
	}
a.btn.right-btn {
	margin-right: 0px;
	padding-left: 18px;
	border-left: none;
	border-radius: 0px 24px 24px 0px;
	}
a.btn.large-btn {
	float: right;
	font-size: 1.2em;
	margin-top: 72px;
	padding: 24px 36px;
	border-radius: 48px;
	}
a.btn .price {
	position: relative;
	left: 12px;
	margin-left: -6px;
	padding: 4px 8px;
	background: rgba(0, 0, 0, .1);
	border-radius: 16px;
	}
input#submit {
	padding-top: 6px;
	padding-bottom: 6px;
	}
.more-link {
	float: none;
	display: inline-block;
	margin-top: 24px !important;
	}

/************************************************
*	Images  					     		    *
************************************************/

.feature-img {
	display: block;
	line-height: 0;
	text-align: center;
	max-width: 100%;
	margin: 0px auto 0px;
	overflow: hidden;
	}
.single-banner {
	width: 100%;
	height: 100%;
	position: relative;
	margin: -136px 0px 0px 0px;
	box-shadow: inset 0px 0px 24px rgba(0, 0, 0, .6);
	background-attachment: fixed;
	background-color: #3e3a32;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-o-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	overflow: hidden;
	}
.single-banner img {
	margin-left: -9999px;
	}
.gallery {
	margin: auto;
	padding: 0px;
	}
.gallery-item {
	margin: 5px 0px;
	}
.gallery img {
	background: #FFFFFF;
	border: none !important;
	padding: 6px;
	box-shadow: 1px 1px 0px #dddddd;
	}
.gallery img:hover {
	background: #33CCFF;
	}
.gallery-caption {
	font-size: .9em;
	padding: 0px 10px;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 12px 0px 12px 24px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 12px 24px 12px 0px;
	display: inline;
	}
img.size-thumbnail {
	background: #ffffff;
	padding: 4px;
	border: 1px solid #dddddd;
	border-radius: 2px;
	}
p img.size-thumbnail {
	margin-top: 0px;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	}
.alignright {
	float: right;
	margin: 12px 0px 12px 24px;
	}
.alignleft {
	float: left;
	margin: 12px 24px 12px 0px;
	}
.wp-caption {
	background: #f4f4f4;
	max-width: 96%;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 12px;
	padding: 12px 2%;
	border: none;
	}
.wp-caption p {
	padding: 0px;
	}
.wp-caption img {
	max-width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	}
.wp-caption p.wp-caption-text {
	display: inline;
	font-size: 0.85em;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	}
.avatar {
	border: none;
	border-radius: 3px;
	}
.author-page .avatar {
	float: right;
	margin: 0px;
	padding: 0px;
	}
.author-page .page-title .content {
	padding-top: 48px;
	padding-bottom: 48px;
	overflow: hidden;
	}
.imgborder {
	background: #FFFFFF;
	padding: 6px;
	border: none;
	border-radius: 3px;
	}

/************************************************
*	Sidebars	 	        			     	*
************************************************/

.sidebar {
	margin: 0px;
	padding-top: 12px;
	}
.sidebar.right {
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(249, 249, 249)), to(rgb(255, 255, 255)));
	background-image: -webkit-linear-gradient(left top, rgb(249, 249, 249), rgb(255, 255, 255));
	background-image: -moz-linear-gradient(left top, rgb(249, 249, 249), rgb(255, 255, 255));
	background-image: -o-linear-gradient(left top, rgb(249, 249, 249), rgb(255, 255, 255));
	background-image: -ms-linear-gradient(left top, rgb(249, 249, 249), rgb(255, 255, 255));
	background-image: linear-gradient(left top, rgb(249, 249, 249), rgb(255, 255, 255));
	}
.sidebar.left {
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(249, 249, 249)), to(rgb(255, 255, 255)));
	background-image: -webkit-linear-gradient(right top, rgb(249, 249, 249), rgb(255, 255, 255));
	background-image: -moz-linear-gradient(right top, rgb(249, 249, 249), rgb(255, 255, 255));
	background-image: -o-linear-gradient(right top, rgb(249, 249, 249), rgb(255, 255, 255));
	background-image: -ms-linear-gradient(right top, rgb(249, 249, 249), rgb(255, 255, 255));
	background-image: linear-gradient(right top, rgb(249, 249, 249), rgb(255, 255, 255));
	}

/************************************************
*	Widgets										*
************************************************/

.widget {
	margin: 0px;
	padding: 24px 48px;
	overflow: hidden;
	}
.widget:first-child {
	padding-top: 48px;
	}
.widget:last-child {
	padding-bottom: 48px;
	}
.widget li, .widget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.widget ul li {
	display: block;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	}
.widget ul li ul {
	margin: 0px 0px 0px 0px;
	}
.widget ul li a {
	padding: 0px;
	}
.widget ul li ul li {
	text-indent: 12px;
	}
.widget ul li ul li ul li {
	text-indent: 24px;
	}
.tagcloud {
	line-height: 1.2;
	}
.subscription-info ul {
	padding: 0px;
	}
.subscription-info ul li {
	font-size: .9em;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	}
.subscription-info .message {
	color: rgba(0, 0, 0, .5);
	font-size: .85em;
	margin: 0px;
	padding: 6px 24px;
	}
.widget_advanced_menu select {
	margin: 12px 0px !important;
	padding: 8px !important;
	}
.widget #bbp_search {
	width: 88%;
	margin-top: 12px;
	}

/************************************************
*	Custom Menu Widget							*
************************************************/

.widget ul.menu {
	float: none;
	}
.widget ul.menu .current_page_item a,
.widget ul.menu .current-menu-item a {
	background-color: none;
	color: #9bb317;
	border: none;
	}
.widget ul.menu li a,
.widget ul.menu li a:link {
	display: block;
	background: none;
	color: #9bb317;
	height: auto;
	text-align: left;
	text-shadow: none;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 2;
	margin: 0px;
	padding: 0px;
	border: none;
	}
.widget ul.menu li a:hover,
.widget ul.menu li a:active,
.widget ul.menu li a:focus {
	text-decoration: underline;
	}
.widget ul.menu li {
	float: none;
	display: block;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 100%;
	}
.widget ul.menu li span {
	top: 12px;
	}
.widget ul.menu li ul.sub-menu {
	width: 100%;
	top: 0;
	margin: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 9;
	box-shadow: none;
	}
.widget ul.menu li ul.sub-menu span {
	display: none;
	}
.widget ul.menu li ul.sub-menu li a {
	background: none !important;
	width: 90%;
	margin: 0px;
	}
.widget ul.menu li ul.sub-menu li a:hover {
	color: #9bb317;
	}
.widget ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
	}

/************************************************
*	Calendar Widget								*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 0px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	margin-top: 6px;
	}
#wp-calendar a {
	margin: 0px;
	}
#wp-calendar caption {
	font-size: 1.1em;
	margin: 6px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 6px 0px 0px 6px;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 6px 6px 0px 0px;
	text-align: right;
	}

/************************************************
*	RSS Widget									*
************************************************/

.widget .title a.rsswidget {
	display: inline;
	}
.widget a.rsswidget {
	display: block;
	}
.widget .rss-date {
	display: block;
	font-size: 0.8em;
	margin-bottom: 12px;
	}

/************************************************
*	Search Form									*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	float: left;
	background: #ffffff;
	width: 60%;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	margin: 0px;
	padding: 8px 6%;
	border-radius: 24px 0px 0px 24px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	}
.sidebar #searchsubmit {
	float: left;
	width: 24%;
	height: 36px;
	margin: 2px 0px 0px 0px;
	padding: 4px 12px;
	border-radius: 0px 24px 24px 0px;
	}

/************************************************
*	Twitter      								*
************************************************/

#tweets {
	display: block;
	text-align: center;
	position: relative;
	}
#tweets .tweet {
	display: block;
	color: #999999;
	word-wrap: break-word;
	padding-top: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	}
#tweets .timePosted {
	display: none;
	color: #666666;
	text-align: center;
	font-size: 1em;
	font-style: italic;
	padding-bottom: 0px;
	}
#tweets .timePosted:before {
	content: '— ';
	}
#tweets .interact {
	text-align: center;
	margin: 0px auto 0px;
	padding-bottom: 0px;
	}
#tweets .interact a {
	padding: 0px 8px;
	border-right: 1px solid rgba(255, 255, 255, .08);
	}
#tweets .interact a:first-child {
	padding-left: 0px;
	}
#tweets .interact a:last-child {
	padding-right: 0px;
	border-right: none;
	}
#tweets i {
	display: block;
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
	margin-bottom: 12px;
	}
.twitter-feed {
	display: block;
	background: rgba(0, 0, 0, .08);
	text-align: left;
	margin: 0px;
	padding: 18px 24px;
	}

/************************************************
*	Newsletter     								*
************************************************/

#newsletter {
	display: block;
	background: #99CC00;
	margin: 0px 0px 20px 0px;
	padding: 6px 18px 12px 18px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	border-radius: 3px;
	overflow: hidden;
	}
#newsletter-text .title {
	color: #FFFFFF;
	text-shadow: -1px -1px 0px #999999;
	margin: 4px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	}
#newsletter-text p {
	color: #FFFFFF;
	text-shadow: -1px -1px 0px #999999;
	}
#newsletter-text p a {
	color: #669900;
	text-shadow: none;
	}
#newsletter #mc_embed_signup {
	padding-top: 24px;
	padding-bottom: 24px;
	}
#newsletter #mc_embed_signup .title {
	margin: 0px;
	padding: 0px;
	}
#newsletter #mce-EMAIL {
	float: left;
	background: #F4F4F4;
	width: 67%;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-indent: 8px;
	margin: 6px 4% 6px 0px;
	padding: 8px 0px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	border-radius: 2px;
	border: none;
	}
#newsletter input.button {
	float: left;
	width: 29%;
	margin: 6px 0px 6px 0px;
	padding: 6px 0px 6px 0px;
	}
#newsletter .mc-badge {
	font-family: 'Proxima Bold';
	}

/************************************************
*	Social Media								*
************************************************/

.social-header {
	float: right;
	height: 24px;
	line-height: 26px;
	text-align: center;
	margin: 6px 0px 6px 12px;
	padding-left: 4px;
	border-left: 1px solid rgba(0, 0, 0, .12);
	}
.social-header a i {
	color: rgba(255, 255, 255, .4);
	width: 24px;
	font-size: 14px;
	}
.social-header a:hover i {
	color: #ffffff;
	}
.social {
	display: inline-block;
	width: 100%;
	height: 22px;
	margin: 36px 0px 24px 0px;
	padding: 12px 0px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	}
.social .theme-social {
	display: inline-block;
	text-align: center;
	margin: 0px auto 0px;
	}
.social .like-btn, .social .plus-btn,
.social .tweet-btn, .social .pin-btn {
	float: left;
	display: block;
	line-height: 0;
	height: 22px;
	margin-right: 6px;
	margin-bottom: 6px;
	}
.tweet-btn {
	width: 90px;
	}
.like-btn {
	width: 96px;
	}
.plus-btn {
	width: 72px;
	}
.fb_iframe_widget {
	margin-top: 0px !important;
	}

/************************************************
*	Footer  									*
************************************************/

#footer-widgets {
	background: #3e3a32;
	padding: 84px 0px;
	}
.footer-links .four.columns:first-child .footer-widget {
	border-left: none;
	}
.footer-links .footer-widget {
	float: left;
	width: 18%;
	padding: 0px 48px;
	}
.footer-links .footer-widget:first-child {
	padding-left: 0px;
}
.footer-widget h6 {
	color: rgba(255, 255, 255, .9);
	color: #ffffff;
	font-size: 0.9em;
	}
.footer-widget li a {
	color: #666666;
	color: rgba(255, 255, 255, .4);
	font-size: 0.9em;
	}
.footer-widget li a:hover {
	color: #ffffff;
	}
#footer {
	background: #2a2722;
	font-style: normal;
	margin: 0px auto 0px;
	padding: 24px 0px;
	}
.copyright {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.truste {
	float: right;
	display: inline-block;
	margin-top: 24px;
	}
.footer {
	margin: 0px;
	padding: 0px;
	}
.footer p {
	color: #666666;
	color: rgba(255, 255, 255, .2);
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	}
.footer p a {
	color: #999999;
	color: rgba(255, 255, 255, .4);
	}
.footer p a:hover {
	color: #ffffff;
	text-decoration: none;
	}

/************************************************
*	Comments									*
************************************************/

.postcomments {
	display: block;
	width: 100%;
	overflow: hidden;
	}
#author, #email, #url {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	font-family: 'Proxima Regular', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 5px;
	border: 1px solid rgba(0,0,0, .08);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px #dddddd;
	}
#comment {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	font-family: 'Proxima Regular', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid rgba(0,0,0, .08);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px #dddddd;
	}
#comments {
	background: #F9F9F9;
	padding: 12px 24px;
	border-radius: 3px;
	}
#comments-title {
	font-size: 2em;
	margin: 4px 0px 8px 0px;
	padding: 4px 0px 8px 0px;
	}
#reply-title {
	margin: 0px;
	padding: 0px;
	}
#comments .reply {
	float: left;
	margin: 6px 0px;
	}
.commentlist li .avatar {
	float: right;
	background: #FFFFFF;
	margin: 0px 0px 12px 12px;
	padding: 6px;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .08);
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid rgba(0,0,0, .08);
	}
.commentlist li:last-child {
	border-bottom: 1px solid rgba(0,0,0, .08);
	}
.commentlist li ul li {
	padding-left: 24px;
	}
.commentlist li ul li:last-child {
	border-bottom: none;
	}
.commentlist p {
	margin: 10px 0px;
	padding: 0px;
	}
.comment {
	padding: 18px 0px;
	overflow: hidden;
	}
#commentform {
	margin: 5px 0px 0px 0px;
	}
#commentform textarea {
	padding: 2% !important;
	}
.commentlist li #respond {
	border-top: 1px solid rgba(0,0,0, .08);
	}
#respond {
	padding-top: 20px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#cancel-comment-reply-link {
	display: block;
	font-family: 'Proxima Regular', 'Helvetica Neue', Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0px 18px 0px;
	}
.form-submit {
	padding: 6px 0px;
	}
.form-submit #submit {
	margin-top: 0px !important;
	}
p.logged-in-as {
	margin-top: -6px;
	}
.nocomments {
	display: none;
	}
.edit-link {
	float: right;
	margin-top: 12px;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.form-allowed-tags {
	display: none;
	}
.thread-alt, .thread-even {
	margin: 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Modal Box									*
************************************************/

.modal {
	display: none;
	width: 400px;
	background: #fff;
	padding: 15px 30px;
	border-radius: 8px;
	box-shadow: 0 0 10px #000;
	z-index: 9999 !important;
	}
.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/close.png) no-repeat 0 0;
	}
.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(images/spinner.gif) #111 no-repeat center center;
	border-radius: 8px;
	}
.jquery-modal.blocker {
	z-index: 99 !important;
	}
#free h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
#free input[type='email'] {
	background: #F9F9F9;
	width: 95%;
	}
#changelog iframe {
	width: 100%;
	height: 360px;
	}

/************************************************
*	Form Styling								*
************************************************/

.container .gform_wrapper {
	background: #f9f9f9;
	margin-top: 12px;
	padding: 24px;
	border-radius: 3px;
	}
.container .gform_wrapper .gfield {
	margin-bottom: 12px;
	overflow: hidden;
	}
.container .gform_wrapper form input[type='url'],
.container .gform_wrapper form input[type='tel'],
.container .gform_wrapper form input[type='email'],
.container .gform_wrapper form input[type='text'],
.container .gform_wrapper form input[type='password'],
.container .gform_wrapper form input[type='number'],
.container .gform_wrapper form textarea,
.container .gform_wrapper form select {
	background: #ffffff;
	}
.container .gform_wrapper .ginput_complex .ginput_left input {
	width: 86% !important;
	}
.container .gform_wrapper .ginput_complex .ginput_right input,
.container .gform_wrapper .ginput_complex .ginput_right input[type="text"],
.container .gform_wrapper .ginput_complex .ginput_right input[type="url"],
.container .gform_wrapper .ginput_complex .ginput_right input[type="email"],
.container .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
.container .gform_wrapper .ginput_complex .ginput_right input[type="number"],
.container .gform_wrapper .ginput_complex .ginput_right input[type="password"],
.container .gform_wrapper .ginput_complex .ginput_right select {
	width: 90% !important;
	}
.container .gform_wrapper .ginput_complex .ginput_full input[type="text"],
.container .gform_wrapper .ginput_complex .ginput_full input[type="url"],
.container .gform_wrapper .ginput_complex .ginput_full input[type="email"],
.container .gform_wrapper .ginput_complex .ginput_full input[type="tel"],
.container .gform_wrapper .ginput_complex .ginput_full input[type="number"],
.container .gform_wrapper .ginput_complex .ginput_full input[type="password"] {
	width: 95% !important;
	}
.container .gform_wrapper .top_label input.large,
.container .gform_wrapper .top_label select.large,
.container .gform_wrapper .top_label textarea.textarea {
	width: 97% !important;
	}
.container .gform_wrapper.gf_browser_gecko select {
	padding: 4px;
	}
.container .gform_wrapper span label {
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 0px;
	}
.container .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.container .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.container .gform_wrapper .top_label .gfield_label {
	font-family: 'Proxima Bold';
	font-weight: normal;
	}
.container .gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.container .gform_wrapper ul.gfield_radio li input[type="radio"] {
	margin-top: 6px;
	}
.container .gform_wrapper .top_label .gfield_label {
	margin-bottom: 8px;
	}
.container .gform_wrapper .gfield_checkbox li,
.container .gform_wrapper .gfield_radio li {
	margin-bottom: 4px;
	}
.container form {
	display: block;
	}
.container form ul,
.container form li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.container form p {
	padding: 8px 0px;
	}
.container form legend {
	font-family: 'Proxima Bold';
	padding-top: 10px;
	}
.container form label {
	margin-top: 6px;
	}
.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'] {
	display: block;
	background: #f9f9f9;
	font-size: 1em;
	font-family: 'Proxima Regular', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	margin: 6px 6px 6px 0px;
	padding: 8px 12px;
	border: 1px solid rgba(0 ,0, 0, .12);
	border-radius: 24px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	}
.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'] {
	width: 42%;
	}
.container form textarea {
	display: block;
	background: #f9f9f9;
	font-size: 1em;
	font-family: 'Proxima Regular', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	margin: 6px 6px 6px 0px;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	}
.container form textarea {
	width: 96%;
	}
.container form input[type='checkbox'],
.container form input[type='radio'] {
	margin-left: 0px;
	margin-right: 6px;
	}
.widget form input[type='tel'],
.widget form input[type='text'],
.widget form input[type='password'] {
	background: #ffffff;
	width: 94%;
	margin: 0px;
	}
.container form select, select {
	display: block;
	background: #f9f9f9;
	max-width: 98%;
	font-size: 1em;
	font-family: 'Proxima Regular', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	margin: 6px 6px 6px 0px;
	padding: 8px;
	border: 1px solid rgba(0,0,0, .12);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	}

/************************************************
*	Affiliates WP								*
************************************************/

.container #affwp-affiliate-dashboard h4 {
	margin-top: 24px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dddddd;
	}
.container #affwp-affiliate-dashboard h4:first-child {
	margin-top: 0px;
	}
.container .affwp-save-profile-wrap {
	margin-top: 24px;
	}
.container #affwp-affiliate-dashboard p {
	margin-bottom: 12px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid #dddddd;
	}

/************************************************
*	Affiliates Pro								*
************************************************/

.container .affiliates-registration .required {
	display: inline-block;
	background-position: right;
	padding-left: 0px;
	padding-right: 16px;
	}
.container .affiliates-registration input[type="text"] {
	width: 48%;
	}
#affiliates-registration-form input[type='submit'] {
	margin-top: 20px;
	}
.affiliate-stats .filters {
	margin-bottom: 20px;
	}
.affiliate-stats .filters label.description {
	font-family: 'Proxima Bold';
	margin-bottom: 12px;
	}
.affiliate-stats .filters .from-date,
.affiliate-stats .filters .thru-date {
	float: left;
	width: 50%;
	}
.affiliate-stats .filters .from-date input[type="text"],
.affiliate-stats .filters .thru-date input[type="text"] {
	width: 86%;
	}
.widget #loginform input[type='submit'] {
	margin: 0px;
	}
.wp-list-table.widefat.fixed {
	position: relative !important;
	top: auto;
	}

/************************************************
*	Admin	 					     		    *
************************************************/

#wp-link .submitbox {
	height: auto !important;
	}
#wp-link #internal-toggle {
	padding-top: 0px;
	padding-bottom: 0px;
	}

/************************************************
*	Grid	 					     		    *
************************************************/

.single-theme .five.columns {
	margin-left: 4%;
	}
.container {
	background: #FFFFFF;
	position: relative;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
.row {
	width: 100%;
	margin: 0 auto;
	}
.row .row {
	min-width: 0;
	}
.column, .columns {
	float: left;
	min-height: 1px;
	position: relative;
	}
[class*="column"] + [class*="column"]:last-child {
	float: right;
	}

.row .single 	{ width: 100%; }
.row .half 		{ width: 49.9%; }
.row .third 	{ width: 33.3%; }
.row .two-thirds { width: 66.6%; }
.row .fourth 	{ width: 25%; }
.row .fifth 	{ width: 20%; }

.row .half,
.row .third,
.row .two-thirds,
.row .fourth,
.row .fifth 	{ float: left; }

.row .one 		{ width: 6.25%; }
.row .two 		{ width: 12.5%; }
.row .three 	{ width: 18.75%; }
.row .four 		{ width: 25%; }
.row .five 		{ width: 31.25%; }
.row .six 		{ width: 37.5%; }
.row .seven 	{ width: 43.75%; }
.row .eight 	{ width: 50%; }
.row .nine 		{ width: 56.25%; }
.row .ten 		{ width: 62.5%; }
.row .eleven 	{ width: 68.75%; }
.row .twelve 	{ width: 75%; }
.row .thirteen 	{ width: 81.25%; }
.row .fourteen 	{ width: 87.5%; }
.row .fifteen 	{ width: 93.75%; }
.row .sixteen 	{ width: 100%; }

.row .centered { float: none; margin: 0 auto; }

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }
