/* 
	Theme Name: Organic Themes Site
	Theme URI: http://www.organicthemes.com/
	Description: The Organic Themes site is designed and developed by David Morgan, http://dav.idmorgan.com.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	License: Copyright Invulu, Inc.
	License URI: http://invulu.com
	Version: 5.0 
	
	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: #b9cc3b; /* Safari */
	}
::-moz-selection {
	background: #b9cc3b; /* 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.6em;
	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: 0px;
	padding: 12px;
	border: 2px solid rgba(0, 0, 0, .08);
	border-radius: 3px;
	}
code {
	/*display: inline;*/
	/*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;
	}
.vertical-center {
	top: 50%;
	position: absolute !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 7;
	}
.horizontal-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 7;
	}
.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;
	color: rgba(0, 0, 0, .5);
	font-size: 0.85em;
	margin-top: 36px;
	padding: 24px;
	border-radius: 12px;
	}
.message p {
	padding: 0px;
	}
.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, h2, h3, h4, h5, h6 {
	color: #333333;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 300;
	line-height: 1.4;
	}
h1 {
	font-size: 2.4em;
	font-family: 'Proxima Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: -0.8px;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h2 {
	font-size: 2.2em;
	font-family: 'Proxima Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: -0.6px;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h3 {
	font-size: 2em;
	font-family: 'Proxima Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: -0.4px;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h4 {
	font-size: 1.6em;
	font-family: 'Proxima Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h5 {
	font-size: 1.4em;
	font-family: 'Proxima Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h6 {
	font-size: 1.1em;
	font-family: 'Proxima Semibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 6px 0px;
	padding: 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,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	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 Bold';
	font-weight: 400;
	font-size: 2.4em;
	letter-spacing: -1px;
	line-height: 1;
	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;
	letter-spacing: 2px;
	text-transform: uppercase;
	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: "Grand Hotel";
	font-size: 3.7em;
	text-transform: none;
	letter-spacing: 0px;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	display: block;
	background: #42433D;
	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: #32332D;
	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: 0.9em;
	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 10px;
	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: #32332D;
	height: 100%;
	margin-top: 72px;
	margin-left: 64px;
	padding: 24px 24px 0px 24px;
	position: relative;
	border-radius: 8px 8px 0px 0px;
	}
.slider-features .information {
	text-align: center;
	padding: 144px 0px 0px 72px;
	}
.slider-features .information .excerpt {
	margin-top: 24px;
	}
.slider-features .information span {
	display: block;
	}
.slider-features .icon-feature {
	color: #CCCCCC;
	font-size: 72px;
	line-height: 1;
	}
.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.slider-features.loading {
	background: #FFFFFF;
	min-height: 640px;
	}
.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_alt.png);
	background-repeat: no-repeat;
	top: 100px;
	left: 48%;
	width: 490px;
	height: 570px;
	margin-left: -990px;
	margin-top: -28px;
	z-index: 7;
	}
#leaves-right {
	position: absolute;
	background-image: url(images/leaves_right.png);
	background-repeat: no-repeat;
	top: 100px;
	right: 48%;
	width: 600px;
	height: 580px;
	margin-right: -1080px;
	margin-top: -28px;
	z-index: 7;
	}
#home-banner {
	display: block;
	background-color: #D1D952;
	width: 100%;
	height: 100%;
	max-height: 620px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}
.home-intro {
	display: block;
	width: 100%;
	text-align: center;
	}
.home-intro .leaf-icon {
	width: 60px;
	width: 60px;
	text-align: center;
	margin: 0px auto -32px;
	opacity: .08;
	}
.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 .fresh {
	font-family: "Grand Hotel";
	font-style: italic;
	font-size: 1.8em;
	text-indent: -48px;
	margin-bottom: -4px;
	}
.home-intro h2 .wordpress {
	font-family: 'Proxima Bold';
	letter-spacing: -3px;
	text-transform: uppercase;
	}
.home-intro h2 .themes {
	font-family: 'Proxima Regular';
	font-size: .7em;
	letter-spacing: 8px;
	text-transform: uppercase;
	margin-top: 6px;
	}
.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(0, 0, 0, 0.2);
	font-size: 1.8em;
	line-height: 1.2;
	margin-bottom: 12px;
	}
	
/* Home Intro Theme */

.home-themes {
	position: relative;
	}
.home-themes .feature-img {
	position: relative;
	bottom: 0;
	background: #32332D;
	margin-top: 64px;
	margin-left: 96px;
	padding: 24px 24px 0px 24px;
	border-radius: 12px 12px 0px 0px;
	box-shadow: -6px 6px 0px rgba(0, 0, 0, .08);
	}
.home-themes .mobile-img {
	display: none;
	background: #32332D;
	position: absolute;
	max-width: 240px;
	width: 34%;
	left: 24px;
	bottom: 0;
	padding: 18px 18px 0px 18px;
	border-radius: 12px 12px 0px 0px;
	box-shadow: -6px 6px 0px rgba(0, 0, 0, .08);
	z-index: 8;
	}
.home-themes .mobile-img,
.home-themes .feature-img {
	line-height: 0;
	}
	
/* Hosted Banner */

#home-hosted {
	background-color: #42433d;
	background-image: url(images/hosted-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 84px 0px;
	}
#home-hosted .intro h3 {
	margin: 0px 0px -24px 0px;
	padding: 0px;
	}
#home-hosted .intro h3 .cursive {
	color: #ffffff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
	}
#home-hosted p {
	color: rgba(255, 255, 255, .8);
	}
#home-hosted .description {
	text-align: center;
	max-width: 760px;
	margin: 0px auto 24px;
	}
#hosted-diagram {
	text-align: center;
	}
.hosting-steps h4.title {
	color: #ffffff;
	font-size: 0.9em;
	line-height: 96px;
	margin: 0px;
	padding: 0px;
	}
.hosting-steps {
	display: inline-block;
	background: #acc32f;
	text-align: center;
	line-height: 0;
	margin: 0px auto 0px;
	padding: 12px;
	border-radius: 96px;
	}
.hosting-steps .step,
.hosting-steps .plus {
	display: inline-block;
	}
.hosting-steps .step {
	background: #93a91c;
	min-width: 96px;
	padding: 12px;
	border-radius: 50%;
	}
.hosting-steps p.plus {
	position: relative;
	top: 12px;
	color: #ffffff;
	font-size: 3em;
	margin: 0px 6px;
	}
#hosted-diagram .arrow-down {
	display: block;
	text-align: center;
	width: 0; 
	height: 0;
	margin: 0px auto 12px;
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	border-top: 36px solid #acc32f;
	}

/* Featured Showcase */

#home-showcase {
	/*background: #f4f4f4;*/
	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-setup {
	padding: 84px 0px;
	border-top: 2px solid #eeeeee;
	}
#home-setup .feature-btn {
	margin-top: 36px;
	margin-bottom: 0px;
	}
.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;
	}
.organic-reasons .number {
	color: #cccccc;
	font-size: 24px;
	font-family: 'Proxima Bold';
	width: 42px;
	line-height: 42px;
	margin-bottom: 24px;
	padding: 0px;
	border: 2px solid #cccccc;
	border-radius: 24px;
	}
.organic-reasons .third .holder {
	padding: 18px;
	}
.hosting-step {
	background: #cfe965;
	}
.domain-step {
	background: #c3e14a;
	}
.wordpress-step {
	background: #b6d730;
	}
.theme-step {
	background: #a9cd1a;
	}
.done-step {
	background: #9dc207;
	}
	
/* 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: #D1D952;
	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.blog {
	padding: 64px 18%;
	}
.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;
	}
	
/************************************************
*	Single Theme Page							*
************************************************/

.theme-single .banner {
	background: #D1D952;
	max-height: 500px;
	padding-top: 192px;
	overflow: hidden;
	}
.theme-single .banner .btn-holder {
	max-width: 380px;
	}
.theme-single .banner.padding-banner {
	padding-top: 172px;
	}
.theme-single .banner .seven.columns {
	float: right;
	}
.theme-single .banner .nine.columns {
	float: left;
	}
.theme-single .banner .feature-img {
	background: #32332D;
	padding: 24px 24px 0px 24px;
	border-radius: 12px 12px 0px 0px;
	}
.theme-single .banner .mobile-img {
	display: none;
	background: #32332D;
	position: absolute;
	max-width: 240px;
	right: -36px;
	top: 160px;
	padding: 18px;
	border-radius: 12px;
	box-shadow: -6px 6px 0px rgba(0, 0, 0, .08);
	z-index: 8;
	}
.theme-single .banner .feature-img img,
.theme-single .banner .mobile-img img {
	border: 2px solid rgba(0, 0, 0, .3);
	}
.theme-single .banner .information {
	text-align: center;
	padding-top: 56px;
	padding-left: 64px;
	}
.theme-single .banner .headline {
	color: rgba(0, 0, 0, .2);
	font-family: 'Proxima Regular';
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 0px;
	position: relative;
	z-index: 6;
	}
.theme-single .banner .headline .cursive {
	color: #ffffff;
	font-size: 2em;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, .08);
	margin-bottom: -8px;
	position: relative;
	z-index: 8;
	}
.theme-single .excerpt {
	padding: 12px 0px;
	}
.theme-single .excerpt p {
	color: rgba(0, 0, 0, .4);
	padding: 0px;
	}
.theme-single .social {
	text-align: center;
	margin: 0px auto 0px;
	border: none;
	}
.social-holder {
	background: #f4f4f4;
	padding: 12px 0px;
	}
.theme-single .post-area p:first-child {
	font-size: 1.2em;
	line-height: 1.6;
	padding-top: 0px;
	}
.theme-single .feature {
	float: left;
	width: 48%;
	margin-top: 24px;
	padding-right: 2%;
	}
.theme-single .feature .title {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	}
.theme-single .feature p,
.theme-single .feature p:first-child {
	line-height: 1.4;
	padding: 6px 0px;
	}
.theme-single .feature img {
	max-width: 40px;
	margin: 6px 18px 12px 0px !important;
	}
.theme-features {
	display: block;
	width: 100%;
	padding-top: 36px;
	overflow: hidden;
	}
.feature-list {
	display: block;
	margin-top: 12px;
	padding: 0px;
	overflow: hidden;
	}
.feature-list li {
	float: left;
	width: 50%;
	list-style: none;
	font-size: 0.9em;
	text-indent: 18px;
	margin: 0px;
	padding: 6px 0px;
	}
.feature-list li:nth-child(4n+2) {
	background: #f9f9f9;
	}
.feature-list li:nth-child(4n+1) {
	background: #f9f9f9;
	}
.feature-list li:before {
	font-family: 'FontAwesome';
	font-size: 0.9em;
	color: #99cc00;
	content: ' ';
	margin-right: 6px;
	}
.theme-single .post-area .message p {
	font-size: 0.9em;
	line-height: 1.6;
	}
.btn-holder.theme-links .button.edd-free-download {
	display: block;
	margin: 0px;
	padding-left: 18px;
	border-left: none;
	border-radius: 0px 24px 24px 0px;
	}
.btn-holder.large .button.edd-free-download {
	display: block;
	font-size: 1.1em;
	line-height: 0.9;
	margin: 0px;
	padding: 24px 18px 24px 36px;
	border-left: none;
	border-radius: 48px 0px 0px 48px;
	border-right: 1px solid rgba(0, 0, 0, .1);
	}
.container .theme-links .edd_download_purchase_form,
.container .btn-holder.large .edd_download_purchase_form {
	display: inline-block;
	}
.container .theme-links .edd_download_purchase_form .edd_purchase_submit_wrapper,
.container .btn-holder.large .edd_download_purchase_form .edd_purchase_submit_wrapper {
	float: left;
	}
.btn-holder.theme-links a.btn.left-btn {
	display: inline-block;
	}
.purchase-buttons .btn {
	float: none;
	display: block;
	top: -2px !important;
	text-align: center;
	margin: 0px;
	padding: 16px 0px;
	border-top: 1px solid rgba(0, 0, 0, .12);
	border-radius: 0px;
	}
.purchase-buttons .btn:first-child {
	border-top: none;
	border-radius: 12px 12px 0px 0px;
	}
.purchase-buttons .btn:last-child {
	border-radius: 0px 0px 12px 12px;
	}
#edd-free-downloads-modal input[type="text"] {
	display: block;
	background: #f9f9f9;
	font-size: 1em;
	font-family: 'Proxima Regular', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	text-indent: 10px;
	margin: 6px 0px;
	padding: 8px 0px;
	border: 1px solid rgba(0 ,0, 0, .12);
	border-radius: 24px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	}
.single-theme .jBox-Modal .jBox-content {
	padding: 36px 48px;
	}
#changelog iframe {
	width: 100%;
	height: 360px;
	}
	
/************************************************
*	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: #4a4b45;
	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;
	}

/************************************************
*	Hosted Page									*
************************************************/

.hosted-page .hosted-content {
	background-color: #42433d;
	background-image: url(images/hosted-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	}
.hosted-page .hosted-content p:first-child {
	color: #ffffff;
	font-family: 'Proxima Light';
	font-size: 1.6em;
	line-height: 1.5;
	}
.hosted-page .hosted-content p {
	color: rgba(255, 255, 255, .8);
	}
.hosted-page .hosted-content .headline {
	color: #ffffff;
	}
.hosted-page .entry {
	max-width: 920px;
	margin: 0px auto 0px;
	}
.hosted-page .btn-holder {
	margin-top: 36px;
	}
.hosted-page .hosted-selection {
	background-color: #f4f4f4;
	background-image: url(images/setup-form-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	}
#setup-selection .intro .tagline {
	padding-top: 12px;
	}
#hosted-form {
	text-align: center;
	}
#hosted-form #selected-theme {
	position: relative;
	background: #32332d;
	max-width: 480px;
	max-height: 380px;
	padding: 24px 24px 0px 24px;
	margin: 24px auto 0px;
	border-radius: 12px 12px 0px 0px;
	overflow: hidden;
	z-index: 8;
	}
#hosted-form .theme-img-border {
	display: block;
	position: relative;
	background: #cccccc;
	height: 1px;
	width: 500px;
	margin: -9px auto 0px;
	box-shadow: -1px 0px 2px #cccccc;
	overflow: hidden;
	z-index: 1;
	}
#hosted-form h5 {
	margin: 24px 0px -12px 0px;
	}
#hosted-form #theme-select {
	font-size: 1.6em;
	min-width: 320px;
	padding: 12px;
	margin: 24px auto 24px;
	}
#hosted-form .btn {
	font-size: 1.2em;
	padding: 24px 36px;
	border-radius: 48px;
	}
#features {
	display: block;
	margin-top: 48px;
	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;
	}
.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;
	}
	
/************************************************
*	Pricing Packages							*
************************************************/

#packages {
	margin-bottom: 24px;
	}
#packages .message {
	margin-top: 24px;
	}
	
/* Packages Table */

table.package-table {
	width: 100%;
	background: none;
	margin-top: -86px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
	border-radius: 3px;
	}
table.package-table .empty-row {
	background: none !important;
	border: none;
	padding: 6px;
	}
table.package-table .fa-check {
	color: #99cc00;
	}
table.package-table .fa-close {
	color: #ff6666;
	}
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 tr.pricing {
	border-bottom: none;
	}
table.package-table th {
	background: #fdfeeb;
	color: #999999;
	color: rgba(0, 0, 0, .4);
	text-transform: uppercase;
	font-family: 'Proxima Semibold';
	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;
	color: rgba(0, 0, 0, .6);
	font-size: 2.2em;
	font-family: 'Proxima Bold';
	text-transform: none;
	letter-spacing: -1px;
	padding-bottom: 0px;
	}
table.package-table .buy-option {
	padding-top: 0px;
	}
table.package-table .buy-option .btn {
	font-size: 0.9em;
	letter-spacing: 0.4px;
	}
table.package-table .feature {
	text-align: right;
	}
table.package-table .package-header {
	font-size: 1.2em;
	letter-spacing: 2px;
	}
table.package-table td.package {
	font-size: 1.6em;
	text-align: center;
	padding: 12px 0px;
	}
table.package-table tr td:nth-child(1),
table.package-table tr td:nth-child(1) {
	background: #fdfeeb;
	}
table.package-table tr td:nth-child(2),
table.package-table tr th:nth-child(2) {
	background: #fafdda;
	}
table.package-table tr td:nth-child(3),
table.package-table tr th:nth-child(3) {
	background: #f3fbc8;
	}
table.package-table tr td:nth-child(4),
table.package-table tr th:nth-child(4) {
	background: #ecf8b4;
	}
table.package-table tr td:nth-child(5),
table.package-table tr th:nth-child(5) {
	background: #e5f5a6;
	}
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;
	}
.faq-section .question {
	background: #f9f9f9;
	margin-bottom: 10px;
	padding: 12px 20px;
	overflow: hidden;
	border-radius: 3px;
	}
.faq-section .toggle-trigger {
	display: block;
	background: none;
	font-size: 1.1em;
	line-height: 1.2;
	padding: 0px;
	border: none;
	}
.faq-section .toggle-trigger:before {
	font-family: 'FontAwesome';
	content: ' ';
	margin-right: 4px;
	}
.faq-section .toggle-trigger.active:before {
	content: ' ';
	}
.faq-section .toggle-section {
	background: none;
	padding: 0px;
	border: 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: #ACC32F; 
	color: #FFFFFF;
	border: none;
	}
.pagination .current {
	display: inline-block;
	background: #ACC32F; 
	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%;
	font-size: 0.85em;
	font-family: 'Proxima Semibold';
	margin: 24px 0px;
	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, .widget li.edd_checkout a, 
input#edd-purchase-button, input.edd-submit, input[type='submit'], .button.submit, .button.edd-submit {
	display: inline-block;
	background-color: #acc32f;
	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 #93a91c;
	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, .widget li.edd_checkout a:hover, 
input#edd-purchase-button:hover, input.edd-submit:hover, input[type='submit']:hover, .button.submit:hover, .button.edd-submit:hover {
	top: 0px;
	color: #FFFFFF;
	background-color: #93a91c;
	text-decoration: none;
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-appearance: none;
	}
a.btn i {
	color: #eeeeee;
	}
a.btn:hover i {
	color: #ffffff;
	}
a.btn.dark, span.btn.dark {
	background-color: #99b01f;
	text-decoration: none;
	box-shadow: 0px 3px 0px #849815;
	}
a.btn.dark:hover, span.btn.dark:hover {
	background-color: #8ba017;
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	}
a.btn.red, span.btn.red {
	background-color: #e95643;
	text-decoration: none;
	box-shadow: 0px 3px 0px #d03420;
	}
a.btn.red:hover, span.btn.red:hover {
	background-color: #d03420;
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	}
.btn-holder {
	line-height: 1;
	text-align: center;
	margin: 12px auto 12px;
	}
.btn-holder.hosted {
	margin-top: 0px;
	}
.btn-holder.hosted a.btn.left-btn,
.btn-holder.hosted a.btn.right-btn,
.btn-holder.hosted a.btn.small-btn {
	position: relative;
	padding: 16px 0px 20px 0px;
	box-shadow: none;
	}
.btn-holder.hosted a.btn.left-btn:hover,
.btn-holder.hosted a.btn.right-btn:hover,
.btn-holder.hosted a.btn.small-btn:hover {
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	}
.btn-holder.hosted a.btn.left-btn {
	float: left;
	width: 44%;
	font-size: 0.8em;
	border-radius: 12px 0px 0px 0px;
	z-index: 8;
	}
.btn-holder.hosted a.btn.right-btn {
	left: -1px;
	width: 56%;
	font-size: 0.8em;
	border-radius: 0px 12px 0px 0px;
	}
.btn-holder.hosted a.btn.small-btn {
	display: block;
	font-size: 0.8em;
	border-radius: 12px 12px 0px 0px;
	}
.btn-holder.hosted a.btn.hosted {
	display: block;
	font-size: 1.2em;
	margin-top: -6px;
	padding: 18px 0px;
	border-top: 1px solid rgba(0, 0, 0, .12);
	border-radius: 0px 0px 12px 12px;
	}
.btn-holder.hosted a.btn.hosted .description {
	display: block;
	color: rgba(0, 0, 0, .3);
	font-family: 'Proxima Semibold';
	font-size: 0.6em;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .08);
	letter-spacing: 1px;
	margin-top: 14px;
	}
.pricing-link {
	float: right;
	display: block;
	font-size: 0.8em;
	text-align: right;
	margin-right: 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: 24px 36px;
	border-radius: 48px;
	}
.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;
	text-transform: none;
	margin-left: -6px;
	padding: 4px 8px;
	background: rgba(0, 0, 0, .1);
	border-radius: 16px;
	}
.widget li.edd_checkout a {
	float: right !important;
	margin: 10px 0px 0px 10px !important;
	}
input#submit {
	padding-top: 6px;
	padding-bottom: 6px;
	}
input#edd-purchase-button {
	margin: 12px 10px 20px 0px;
	padding: 7px 12px;
	}
input.edd-submit {
	margin: 12px 10px 12px 0px;
	padding: 7px 12px;
	}
.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: #42433D;
	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 {
	font-size: 0.85em;
	line-height: 1.6;
	margin: 0px;
	padding: 0px 6px;
	}
.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;
	}
#edd-checkout-sidebar > div:last-child {
	padding-bottom: 0px;
	}
.subscription-info ul {
	padding: 0px;
	}
.subscription-info ul li {
	font-size: .9em;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	}
.subscription-info .message {
	margin: 0px;
	}
.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;
	position: relative;
	line-height: 0;
	width: 100%;
	margin: 0px;
	padding: 12px 0px;
	z-index: 7;
	}
.social .theme-social {
	display: inline-block;
	text-align: center;
	margin: 0px auto 0px;
	}
.post .social div.share:first-child a {
	margin-left: 0px;
	}
.social .share {
	display: inline-block;
	}
.social .share a {
	float: left;
	background: rgba(0, 0, 0, .12);
	text-align: center;
	min-height: 32px;
	min-width: 32px;
	margin: 0px 6px;
	padding: 4px;
	border-radius: 50%;
	}
.social .share i {
	color: #ffffff;
	font-size: 18px;
	line-height: 32px;
	}
.social .share.facebook a:hover {
	background: #3b5998;
	}
.social .share.twitter a:hover {
	background: #4099ff;
	}
.social .share.google a:hover {
	background: #d34836;
	}
.social .share.pinterest a:hover {
	background: #c92228;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer-widgets {
	background: #42433D;
	padding: 84px 0px;
	}
.footer-links .three.columns:first-child .footer-widget {
	border-left: none;
	}
.footer-links .footer-widget {
	padding: 0px 48px;
	border-left: 1px solid rgba(0, 0, 0, .08);
	}
.footer-links .widget ul.menu li a,
.footer-links .widget ul.menu li a:link {
	color: #666666;
	color: rgba(255, 255, 255, .4);
	}
.footer-links .widget ul.menu li a:hover {
	color: #ffffff;
	}
.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: #32332D;
	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%;
	margin-top: 36px;
	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: 1.6em;
	margin: 4px 0px 8px 0px;
	padding: 4px 0px 8px 0px;
	}
#reply-title {
	margin: 0px;
	padding: 0px;
	}
#comments .reply {
	float: left;
	margin: 6px 0px;
	}
.comment-subscription-form {
	padding: 2px 0px !important;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist .comment-author {
	font-size: 0.9em;
	line-height: 1.6;
	}
.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 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 {
	line-height: 1.6;
	margin: 12px 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;
	}
	
/************************************************
*	Form Styling								*
************************************************/

.container .gform_confirmation_wrapper {
	background: #F5F6D9;
	font-size: 1.2em;
	line-height: 1.4;
	margin: 12px 0px;
	padding: 18px 24px;
	border-radius: 3px;
	border: 1px solid #D5E378;
	}
.container .ginput_cardinfo_right label {
	float: left;
	}
.container .gform_wrapper .gform_footer {
	margin-top: 0px;
	padding: 0px;
	}
.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: 0px;
	}
.container .gform_wrapper .gfield_checkbox li, 
.container .gform_wrapper .gfield_radio li {
	margin-bottom: 4px;
	}
.container .gform_wrapper span.ginput_product_price_label,
.container .gform_wrapper span.ginput_product_price {
	font-size: 2em;
	}
.container .gform_wrapper span.ginput_product_price {
	color: #93a91c;
	font-weight: bold;
	}
.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;
	text-indent: 10px;
	margin: 6px 6px 6px 0px;
	padding: 8px 4px;
	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);
	}

/************************************************
*	Easy Digital Downloads						*
************************************************/

/* Checkout Page */
.page-id-2420 #bottom,
.page-id-2420 #footer-widgets,
.page-id-2420 #nav-top {
	display: none;
	}
.page-id-2420 #header {
	top: 0px !important;
	}
.page-id-2420 .padding-top {
	padding-top: 100px;
	}
#norton {
	float: right;
	height: 88px;
	margin-top: 24px;
	padding: 0px;
	}
#norton object,
#norton embed {
	height: 88px;
	}

/* Checkout Form */
#edd_checkout_wrap .edd_cart_footer_row:first-child {
	display: none;
	}
#edd_purchase_form_wrap,
#edd_checkout_wrap {
	display: block;
	width: 100%;
	overflow: hidden;
	}
.container #edd_purchase_form input[type='url'],
.container #edd_purchase_form input[type='tel'],
.container #edd_purchase_form input[type='email'],
.container #edd_purchase_form input[type='text'],
.container #edd_purchase_form input[type='password'],
.container #edd_purchase_form select {
	background: #f9f9f9;
	}
.payment-icon {
	margin-right: 6px;
	}
.secure-seal {
	display: block;
	text-align: center;
	margin: 0px auto 0px;
	}
.secure-seal table {
	width: auto;
	margin: 0px auto 0px;
	}
.edd-label, #edd_purchase_form label {
	display: block;
	color: #000000;
	font-family: 'Proxima Bold';
	line-height: 1.4;
	}
.edd-description {
	display: block;
	color: #999999;
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 4px;
	}
#edd-checkout-sidebar {
	float: right;
	background: #f9f9f9;
	width: 30%;
	margin-left: 4%;
	padding: 3%;
	margin-top: 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#edd-checkout-sidebar i {
	color: #999999;
	line-height: 0;
	margin-right: 4px;
	}
#edd-checkout-sidebar .setup-info,
#edd-checkout-sidebar .subscription-info,
#edd-checkout-sidebar .security-message {
	padding-bottom: 24px;
	}
#edd-checkout-sidebar .security-message svg {
	max-height: 24px;
	margin-bottom: -8px;
	}
#edd-checkout-sidebar .security-message table {
	margin: 0px;
	}
#edd_checkout_cart th {
	text-align: left;
	}
#edd_checkout_cart td {
	text-align: left;
	}
#edd_checkout_cart .edd_cart_total {
	color: #669900;
	font-size: 1.8em;
	}
#edd_payment_mode {
	margin-bottom: 24px;
	}
#edd-gateway-option-stripe {
	float: left;
	}
#edd-gateway-option-paypal {
	float: right;
	}
#edd-gateway-option-stripe,
#edd-gateway-option-paypal {
	width: 49%;
	font-family: 'Proxima Bold';
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	padding: 6px 0px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .6);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)),to(rgba(0, 0, 0, 0.10)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	}
#edd-gateway-option-stripe.selected,
#edd-gateway-option-paypal.selected {
	background-color: #EEEEEE;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #F9F9F9;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .2);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.80)),to(rgba(0, 0, 0, 0.00)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.10));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.10));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.10));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.10));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.10));
	}
#edd-gateway-option-stripe input[type="radio"],
#edd-gateway-option-paypal input[type="radio"] {
	display: none;
	}
#edd_cc_fields legend:before {
	font-family: 'FontAwesome';
	content: '  ';
	}
#edd_checkout_user_info legend:before,
#edd_register_account_fields legend:before {
	font-family: 'FontAwesome';
	content: '  ';
	}
#edd_purchase_form {
	float: left;
	width: 60%;
	padding-top: 12px;
	}
#edd_purchase_form fieldset {
	padding: 18px 0px;
	border-top: 1px solid #dddddd;
	}
#edd_purchase_form  #edd_purchase_submit {
	border-top: none;
	}
#edd_terms {
	font-size: 0.85em;
	}
#edd_terms p {
	padding: 8px 0px !important;
	}
#edd_terms_agreement label {
	display: inline-block;
	margin-top: 8px;
	}
#edd_terms_agreement input {
	float: left;
	margin-top: 12px;
	}
#edd_purchase_form fieldset p {
	display: block;
	padding: 2px 0px;
	}
#edd_purchase_form fieldset legend {
	color: #000000;
	font-size: 1.6em;
	margin-top: 8px;
	padding-top: 0px;
	padding-right: 12px;
	}
#edd_purchase_form #edd_purchase_final_total {
	margin-top: -12px;
	padding-bottom: 0px;
	border-top: none;
	}
#edd_final_total_wrap {
	font-size: 2.2em;
	}
#edd_purchase_form input[type='url'],
#edd_purchase_form input[type='tel'],
#edd_purchase_form input[type='email'],
#edd_purchase_form input[type='text'],
#edd_purchase_form input[type='password'] {
	width: 96%;
	}
#edd-payment-mode-wrap span.btn {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 24px;
	}
#edd_purchase_form  #edd_stripe_card_cvc input.card-cvc {
	width: 38px;
	}
#edd_purchase_form p.card-expiration {
	display: block;
	overflow: hidden;
	}
#edd_purchase_submit p {
	padding: 0px;
	}
.edd_errors {
	background: #ffcccc;
	margin: 10px 0px;
	padding: 0px 12px;
	border: 1px solid #ff9999;
	overflow: hidden;
	}
.card-expiration .edd-label {
	display: block;
	width: 100%;
	overflow: hidden;
	}
select.card-expiry-month, 
select.card-expiry-year {
	float: left;
	width: 60px;
	}
span.exp-divider {
	float: left;
	line-height: 3;
	margin-right: 10px;
	}
#edd_purchase_submit p label, 
#eddmc_mailchimp_signup {
	display: none;
	}
#edd_purchase_form #edd-first-name-wrap .edd-description,
#edd_purchase_form #edd-last-name-wrap .edd-description,
#edd_purchase_form #edd-user-first-name-wrap .edd-description,
#edd_purchase_form #edd-user-last-name-wrap .edd-description {
	display: none;
	}
#edd_checkout_form_wrap > form {
	margin-bottom: 12px;
	}

/* Account Pages */
.account-home {
	display: block;
	background: #ffffff;
	line-height: 1;
	margin: 24px 48px 0px 48px;
	padding: 12px;
	border-radius: 3px;
	box-shadow: 3px 3px 0px #eeeeee;
	}
.account-home:hover {
	background: #eeeeee;
	text-decoration: none;
	box-shadow: none;
	}
.account-page .widget_nav_menu li .fa {
	color: #ffffff;
	background: #9bb317;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	min-height: 24px;
	min-width: 24px;
	margin-right: 4px;
	border-radius: 12px;
	}
ul.edd_download_links {
	margin: 0px;
	padding: 0px;
	}
ul.edd_download_links li {
	list-style-type: none;
	padding: 0px;
	}
.edd-recurring-cancel:before {
	font-family: 'FontAwesome';
	color: #ff9999;
	content: ' ';
	margin-right: 4px;
	}
.edd-recurring-cancel {
	display: block;
	background: #f9f9f9;
	font-family: 'Proxima Semibold';
	margin-top: 12px;
	padding: 6px 12px;
	border-radius: 3px;
	}
.edd-recurring-cancel:hover {
	text-decoration: none !important;
	}
#account-tabs-holder .ui-tabs,
#account-tabs-holder .ui-tabs-panel {
	padding: 24px 0px 0px 0px;
	border: none;
	box-shadow: none;
	}
#account-tabs {
	position: relative;
	}
#account-tabs li {
	position: relative;
	z-index: 8;
	}
#account-tabs > span {
	display: block;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	position: absolute;
	bottom: 0;
	z-index: 1;
	}
#account-info br {
	display: none;
	}
#account-info label {
	display: block;
	margin-top: 12px;
	}
	
/* Support Dashboard */
#mods-grid {
	display: inline-block;
	width: 100%;
	margin: 24px 0px;
	}
#mods-grid .mod {
	float: left;
	width: 22%;
	margin-left: 4%;
	margin-top: 12px;
	}
#mods-grid .mod:first-child,
#mods-grid .mod:nth-child(4n+1) {
	margin-left: 0;
	}
#mods-grid .mod-name {
	font-family: 'Proxima Bold';
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 12px;
	}
#mods-grid .mod-gravatar {
	float: left;
	margin-right: 8px;
	}
#support-tabs li a {
	font-size: 0.9em;
	font-weight: normal !important;
	}
#support-dash-tabs .ui-tabs-panel {
	padding: 6px 12px;
	}
#support-dash-tabs ul.bbp-tickets {
	padding: 0px;
	}
#support-dash-tabs ul.bbp-tickets table {
	margin: 6px 0px;
	}

/* Misc */
.edd-cart-number-of-items {
	padding: 8px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	}
.edd-cart-quantity {
	color: #000000;
	font-family: 'Proxima Bold';
	}
.edd-purchased-widget-purchase-name {
	font-family: 'Proxima Bold';
	margin-top: 12px;
	}
#feralf_password_form legend,
#feralf_login_form legend {
	display: block;
	width: 100%;
	color: #333333;
	font-size: 1.1em;
	font-family: 'Proxima Bold';
	font-style: normal;
	padding: 6px 0px 4px 0px;
	margin: 6px 0px 4px 0px;
	border-bottom: 1px solid #dddddd;
	}
#feralf_password_submit {
	margin-bottom: 24px;
	}
.type-download .social {
	display: none;
	}
	
/************************************************
*	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	 					     		    * 
************************************************/

.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; }