/*
	Theme Name: SP2015 (based on eleven40 Pro Theme)
	Theme URI: http://my.studiopress.com/themes/eleven40/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.2.1

	Tags: black, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

 Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Galleries
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Genesis Grid Loop
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Responsive Menu
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- eleven40 Pro Blue
		- eleven40 Pro Green
		- eleven40 Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

HTML5 Reset
--------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-comments:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-comments:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

body.eleven40-landing {
	background-color: #000;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #FF5700;
	text-decoration: none;
	font-weight: 400;
}

a:hover {
	color: #FFA154;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-weight: 300;
}

h2 {
	font-size: 30px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center !important;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 16px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #ccc;
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #000;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	-webkit-font-smoothing: antialiased;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #FF5700;
	color: #fff;
}

.button,
.button:hover {
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 12px;
}

.eleven40-landing .wrap {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 65px 0 40px;
}

.eleven40-landing .site-inner {
	margin: 0;
	padding: 0;
}

.eleven40-landing .site-inner .wrap {
	border: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 950px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-sidebar-content .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	float: right;
	padding: 32px 40px 24px;
	width: 850px;
}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
	width: 660px;
}

.content-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.content-sidebar-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.sidebar-content-sidebar .content {
	float: left;
}

.sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.sidebar-sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.full-width-content .content {
	border: none;
	padding: 40px 0 0;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 250px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 150px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
	margin-bottom: 20px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
	font-size: 24px;
	line-height: 1.2;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.one,
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-fifth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one {
	width: 100%;
	margin: 0;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fifth {
	width: 17.9%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 64px;
	width: 64px;
}

.entry-comments .avatar {
	height: 48px;
	margin: 0 16px 24px 0;
	width: 48px;
}

.sticky {
}

.search-form {
	overflow: hidden;
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.featured-content .alignleft img,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.featured-content .alignright img,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 16px;
	margin-bottom: 32px;
	padding: 12px 16px;
}

.archive-description,
.author-box {
	background-color: #000;
	color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
	margin: 0 -40px 40px;
}

.archive-description h1,
.author-box h1 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.archive-description p,
.author-box p {
	font-size: 15px;
	margin-bottom: 0;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #000;
}

.entry-title a {
	font-weight: 300;
}

.entry-title a:hover {
	color: #FF5700;
	text-decoration: none;
}

.widgettitle {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.site-header .widget-area .widgettitle {
	color: #fff;
	margin-bottom: 4px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 24px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #000;
	left: 0;
	min-height: 65px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
	text-transform: uppercase;
}

.header-image .site-title {
	padding: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.header-image .site-title a {
	display: block;
	float: left;
	min-height: 65px;
	text-indent: -9999px;
	width: 100%;
}

.site-description {
	border-bottom: double #ddd;
	border-top: double #ddd;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 30px;
	overflow: hidden;
	margin: 40px 0 0;
	padding: 24px 0;
	text-align: center;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 6px;
}

.site-header .widget_text {
	margin-top: 20px;
}

.site-header .widget_text p {
	margin-bottom: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	border-width: 0;
	display: inline-block;
	margin: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 22px 20px 22px 7px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #FF9900;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: none;
	letter-spacing: 0;
	padding: 16px 20px;
	position: relative;
	width: 190px;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -47px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
	margin-right: -12px;
	margin-top: 11px;
}

.nav-primary .genesis-nav-menu a {
/*	font-family: 'Oswald', sans-serif;*/
	font-weight: 400;
	font-size: 16px;
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	letter-spacing: 0px;
/*	text-transform: uppercase; */
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
	color: #FF9900;
}

.nav-primary .sub-menu {
	background-color: #000;
}

.nav-primary .sub-menu a {
	padding: 16px 20px;
}

.nav-primary .sub-menu .current-menu-item > a {
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.625
}

.nav-secondary a {
	margin: 0 10px;
	padding: 0;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #FF9900;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #fff;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.single .entry {
	margin-bottom: 16px;
}

.eleven40-landing .entry {
	background-color: #fff;
	padding: 40px 40px 16px;
}

.genesis-grid {
	font-size: 16px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 16px;
}

.genesis-grid .entry-meta {
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: double #ddd;
	padding-top: 12px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	background-color: #FF9900;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.ping-list {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.bypostauthor {
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 16px;
}

.sidebar img {
	margin-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.widget li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-align: left;
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul ol > li {
	list-style-position: outside;
	text-indent: 0;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .search-form {
	width: 100%;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #000;
	color: #999;
	clear: both;
	font-size: 16px;
	padding-bottom: 40px;
	padding-top: 40px
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	border: 1px solid #333;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 350px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets-3 h4 {
	text-align: center;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px solid #333;
	list-style-type: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .latest-tweets li span a {
	color: #ccc;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 16px;
	padding: 40px 20px;
	text-align: center;
}

.site-footer,
.site-footer a {
	color: #000;
}

.site-footer a:hover {
	color: #FF9900;
	text-decoration: none;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.eleven40-pro-blue .archive-pagination a,
.eleven40-pro-blue .button,
.eleven40-pro-blue .footer-widgets .entry-title a,
.eleven40-pro-blue .genesis-nav-menu a,
.eleven40-pro-blue .site-title a,
.eleven40-pro-blue .site-title a:hover,
.eleven40-pro-green .archive-pagination a,
.eleven40-pro-green .button,
.eleven40-pro-green .footer-widgets .entry-title a,
.eleven40-pro-green .genesis-nav-menu a,
.eleven40-pro-green .site-title a,
.eleven40-pro-green .site-title a:hover,
.eleven40-pro-red .archive-pagination a,
.eleven40-pro-red .button,
.eleven40-pro-red .footer-widgets .entry-title a,
.eleven40-pro-red .genesis-nav-menu a,
.eleven40-pro-red .site-title a,
.eleven40-pro-red .site-title a:hover {
	color: #fff;
}

.eleven40-pro-blue .entry-title a,
.eleven40-pro-green .entry-title a,
.eleven40-pro-red .entry-title a {
	color: #333;
}

.eleven40-pro-blue .nav-secondary a,
.eleven40-pro-green .nav-secondary a,
.eleven40-pro-red .nav-secondary a {
	color: #000;
}

/* eleven40 Pro Blue
--------------------------------------------- */

.eleven40-pro-blue a,
.eleven40-pro-blue .entry-title a:hover,
.eleven40-pro-blue .genesis-nav-menu a:hover,
.eleven40-pro-blue .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-blue .nav-primary .sub-menu a:hover,
.eleven40-pro-blue .nav-secondary .sub-menu a:hover,
.eleven40-pro-blue .site-footer a:hover,
.eleven40-pro-blue .site-header .sub-menu a:hover {
	color: #2aa4cf;
}

.eleven40-pro-blue button:hover,
.eleven40-pro-blue input:hover[type="button"],
.eleven40-pro-blue input:hover[type="reset"],
.eleven40-pro-blue input:hover[type="submit"],
.eleven40-pro-blue .archive-pagination a:hover,
.eleven40-pro-blue .archive-pagination li.active a,
.eleven40-pro-blue .button:hover {
	background-color: #2aa4cf;
}


/* ----------------------------------
	SP2015 Styling
-----------------------------------*/

/*********** Our Updates ***********/
/*********** theme override styles ***********/

body {
	line-height: 1.3em;
}

a:hover {
	text-decoration: none;
}

.sidebar h4 {
	text-align: center;
}

img.grid-featured {
	float: left;
	margin-right: 12px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	text-transform: none;
}

.site-description {
    padding: 15px;
}

.site-header {
    z-index: 10;
}

.title-area {
/*	width: 270px;*/
	width: 350px;
    margin-top: 15px;
}

table {
	line-height: 1em;
}

#menu-main .menu-item-object-download {
	border: 2px solid #FFF;
	border-radius: 9px;
}

#menu-main .menu-item-object-download a {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 6px;
}

#menu-main .menu-item-object-download:hover {
	background: #FF5700;
	border: 2px solid #FFFFFF;
}

#menu-main .menu-item-object-download a:hover {
	color: #FFFFFF !important;
}

@media only screen and (max-width: 960px) {
	#menu-item-630 {
		border-bottom: 1px solid #999;
		border-right: 0 !important;
	}
}

#menu-item-630 { border-right: 1px solid #999; }

#menu-main .submenu {
    font-size: 75%;
    padding-top:  7px;
}

.entry-content code {
	color: #000000;
    background-color: transparent;
}

.sidebar-primary {
    width: 280px;
}

.pagination ul {
    text-align: center;
}

.archive-pagination li {
    margin: 0 2px;
}
.footer-widgets {
    padding-bottom: 0;
    color: #eeeeee;
}

.footer-widgets li {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.entry-footer .entry-meta {
    padding-top: 5px;
}

.widget-title {
	letter-spacing: 0px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.wrap {
		max-width: 960px;
	}

	.nav-primary .genesis-nav-menu a {
		font-size: 15px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 295px;
	}

	.genesis-nav-menu a {
		padding: 22px 12px 22px 6px;
	}

    #sideAdBlock {
        text-align: center;
    }

}

@media only screen and (max-width: 960px) {

	.header-image .site-header .title-area {
		background-position: center center !important;
	}

	.wrap {
		max-width: 800px;
		padding: 0;
	}

	.nav-primary {
		margin-right: 0;
	}

	#menu-main .menu-item-object-download,
	#menu-main .menu-item-object-download a,
	#menu-main .menu-item-object-download:hover,
	#menu-main .menu-item-object-download a:hover {
		border: none;
		background: #000000;
		color: #FFFFFF !important;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}

	.site-inner {
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget {
		padding: 0;
	}

	.genesis-nav-menu li,
	.nav-primary {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		padding: 20px;
		border: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.07);
		left: auto;
		opacity: 1;
		position: relative;
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition:    opacity 0.4s ease-in-out;
		-ms-transition:     opacity 0.4s ease-in-out;
		-o-transition:      opacity 0.4s ease-in-out;
		transition:         opacity 0.4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.nav-primary .genesis-nav-menu.responsive-menu > li:hover > a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.content {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.author-box {
		padding: 20px;
	}

	.sidebar-content-sidebar .author-box {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-widgets {
		padding-left: 5%;
		padding-right: 5%;
	}

	.footer-widgets .widget:last-child {
		margin-bottom: 40px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

    #content-top-left,
    #content-top-right {
        width: 100%;
    }

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-2 ul li,
	#spRecentPostsTag {
		text-align: center !important;
	}

	#spRecentPostsTag img {
		display: none;
	}
}

@media only screen and (max-width: 480px) {

	.wrap {
		padding: 0;
	}

	.site-description {
		font-size: 24px;
	}

	.one,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}

}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area {
		background-size: contain !important;
	}

}

/*********** Our Updates ***********/
/*********** helper styles ***********/

.clearsmall {
	clear: both;
	height: 0;
}

.clearboth {
	clear: both;
	height: 8px;
}

.clearright {
	clear: right;
}

.clearleft {
	clear: left;
}

.alignright {
	float:right;
	margin: 0 0 0 20px;
}

.alignleft {
	float:left;
	margin: 0 20px 0 0;
}

/*********** header ad styles ***********/

.hAdBlock {
	text-align: center;
	margin: 10px 0;
	height: 60px;
}

div.bsap_1247202 a {
	float: none !important;
	margin: auto !important;
}

div.bsap_1247200 a img {
    margin-bottom: 0;
}

#bsap_1247200 a {
	float: none;
	display: inline-block;
	margin: 0 4px 0px 0;
}

div.bsap_1247200 a.adhere {
    height: 125px !important;
}

@media only screen and (max-width: 466px) {
    div.bsap_1247202 a {
        width: 100% !important;
    }
}

/*********** sidebar styles ***********/

.sp-custom-widget {
	text-align: center;
}

.sp-custom-widget a img {
	text-align: center;
	margin: 0 0 4px 0;
}

#spLoginBox {
	width: 100%;
	display: inline-block;
}

#spLoginBox .spLoginAvatar {
	float: none;
	vertical-align: top;
	display: inline;
}

#spLoginBox .spLoginText {
	text-align: left;
	display: inline-block;
	padding-left: 12px;
    line-height:  1.2em;
    vertical-align: top;
}

#sideBarLogin p {
    line-height: 1.2em;
}

.sidebar input,
.sidebar .search-form input {
    width: auto;
    padding: 5px 7px 5px 7px;
    margin-bottom: 10px;
}

.sidebar input#submit {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidebar input[type="submit"] {
    margin: 0 0 0 5%;
    width: 20%;
    position: relative;
    height: auto;
}

.sidebar .search-form input:first-of-type {
    width: 72%;
}

.sidebar .searchform label {
    font-size: 15px;
}

.sidebar #places img {
    margin-bottom: 0;
}

.sidebar #places h4 {
	font-size: 14px;
}

.sidebar td {
    padding: 10px 0 0;
    text-align: center;
}

#menu-codex {
    display: none;
}

.dcjq-vertical-mega-menu ul li .sub {
	padding: 5px 10px 10px 10px !important;
}

.dcjq-vertical-mega-menu ul li .sub li.mega-hdr a.mega-hdr-a {
	padding-bottom: 35px !important;
}

.jquery-responsive-select-menu {
    color: #111111;
    border: #cccccc;
    cursor: pointer;
}

/*********** footer styles ***********/

#spRecentPostsTag {
	text-align: left;
}

#spRecentPostsTag .spListItemTag {
	padding-bottom: 15px;
    font-size: 90%;
}

.spListItemTag {
	line-height: 1.3em;
	padding: 3px 0px 1px 0px;
}

#spRecentPostsTag .spAvatar {
	float: left;
	padding-bottom: 20px;
    margin-top: 5px;
}

.spListItemTag img {
	margin: 0px 10px 0 0;
	vertical-align: middle;
}

.widget_recent_entries {
    font-size: 90%;
}

#spOnlineList {
	display: inline-block;
	text-align: left;
    font-size: 90%;
}

#spOnlineList .spOnlineItem {
    margin-bottom: 15px;
}

#spOnlineList .spAvatar {
	float: left;
	vertical-align: top;
	margin: 0 7px 0px 0;
	padding: 0;
}

#spOnlineList .spOnlineAdmin {
	display: inline;
}

#spOnlineList .adminOffline {
	color: #FF0000;
    display: inline;
    font-weight: 500;
}
#spOnlineList .adminOnline {
	color: #33CC33;
    display: inline;
    font-weight: 500;
}

#spOnlineList .spAdminMessageTag {
	line-height: 0.5em;
	padding: 0;
	margin: 0;
}

#spOnlineList .spAdminMessageTag p {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 37px;
    font-style: italic;
    line-height: 1em;
}

#credits {
	text-align: center;
    font-size: 90%;
}

.wbox {
	text-align: center;
	margin: 0 auto;
    font-size: 90%;
}

/* =================================
   The Codex
==================================== */

.codex .warning,
.codex .help,
.codex .tip,
.codex .link,
.codex .code,
.revision .warning,
.revision .help,
.revision .tip,
.revision .link,
.revision .code {
	padding: 8px 10px 8px 60px;
	margin: 10px auto;
    width: 80%;
    min-height: 35px;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.codex .warning,
.codex .help {
	margin: 10px auto 40px;
}

.codex .warning,
.revision .warning {
	background: #fae1d6 url(images/codex/warning-panel.png) no-repeat 5px 6px;
	border: 1px solid #f59b73;
}

.codex .help,
.revision .help {
	background: #eaf0f6 url(images/codex/help-panel.png) no-repeat 5px 2px;
	border: 1px solid #bcc6d0;
}

.codex .tip,
.revision .tip {
	background: #fafad6 url(images/codex/tip-panel.png) no-repeat 5px 2px;
	border: 1px solid #f6d87d;
}

.codex .link,
.revision .link {
	background: #B1D0EE url(images/codex/link-panel.png) no-repeat 5px 2px;
	border: 1px solid #7BB4EC;
}

.codex .code,
.revision .code {
    background: #f5f7f8;
    border: 1px solid #B6B6B6;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: Monaco,Courier,sans-serif;
    padding: 10px;
    min-height: 0px;
/*    line-height: 0.6em;*/
}

.codex p.entry-meta,
.revision p.entry-meta {
    display: none;
}

/* =================================
   Store Download pages
==================================== */

.plugin-store	{ background: url(images/store/plugin-background.png) no-repeat; }
.theme-store	{ background: url(images/store/theme-background.png) no-repeat; }
.child-store	{ background: url(images/store/child-background.png) no-repeat; }
.bundle-store	{ background: url(images/store/bundle-background.png) no-repeat; }
.tool-store		{ background: url(images/store/tool-background.png) no-repeat; }
.core-store		{ background: url(images/store/core-background.png) no-repeat; }
.account-store	{ background: url(images/store/account-background.png) no-repeat; }
.checkout-store	{ background: url(images/store/checkout-background.png) no-repeat; }
.member-store	{ background: url(images/store/member-background.png) no-repeat; }
.discount-store { background: url(images/store/discount-background.png) no-repeat; }

.plugin-store, .theme-store, .child-store, .bundle-store, .tool-store, .core-store, .account-store, .checkout-store, .member-store, .discount-store {
	background-color: transparent;
	width: 72px;
	height: 72px;
	float:left;
	margin: 0px 8px 6px 0px;
}

.short-store { height: 72px !important; }

.download-title h1 {
	margin-bottom: 8px;
	padding-bottom: 0;
}

.download-snippet {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	border-bottom: solid #ddd;
	border-top: solid #ddd;
}

.download-snippet p {
	margin: 5px 0;
}

.download-meta {
	margin: 10px 0 25px 0;
}

.download-meta img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.download-meta a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #000;
	background: #F3E7D7;
	border: 1px solid #777;
	border-radius: 3px;
	padding: 2px 4px;
}

#download-content-area {
	border-right: 1px solid #ddd;
	padding-right: 9px;
}

#download-content-area ul {
	list-style-position: inside;
	margin-bottom: 20px;
}

#download-content-area .download {
	margin: 0 8px 0 0;
}

.store-buttons {
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.download-buttons {
	height: 80px;
	margin-bottom: 10px;
}
.download-buttons {
	width: 100%;
}

.download-buttons .button {
	padding: 7px 3px 0 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background: #ddd;
	border: 1px solid #777;
	border-radius: 5px;
	height: 100%;
	margin: 0 1.33% 20px 0;
	letter-spacing: 0px;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
}

.download-buttons .button {
	float; left;
	width: 32%;
}

.download-buttons a:hover {
	border: 1px solid #FF5700;
}

.download-name {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
}

.download-version {
	font-weight: 300;
}

.download-side-graphic {
	height: 75px;
	width: 98.66%;
	margin: 10px 0 20px 0;
}

.download-purchase {
	font-family: Tahoma;
	font-weight: 300;
	font-size: 16px;
	color: #000;
	padding: 10px 10px;
	width: 98.66%;
	text-align: center;
}

.download-purchase .edd_download_purchase_form {
	margin-bottom: 0 !important;
}

.download-purchase .edd_download_purchase_form a {
	color: #000;
	background: #ddd;
	border: 1px solid #777;
	border-radius: 5px;
	letter-spacing: 0;
}

.download-member-price-section {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	color: #000;
	margin-top: 19px;
}

.download-member-price {
	padding: 6px;
	margin-bottom: 3px;
	border: 1px solid #777;
	border-radius: 5px;
}

.download-member-price-section table,
.download-member-price-section tr,
.download-member-price-section td,
.download-member-price-section tbody {
	padding: 0;
	margin: 0;
	border: none;
}

.member-price-name {
	font-weight: 400;
	text-align: left;
}

.member-price {
	font-weight: 400;
	color: #000;
	text-align: right;
}

.discount-note {
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	font-style: italic;
	line-height: 1em;
}

#gallery-1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.gallery-item {
	text-align: left;
}

.wp-caption-text {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
}

.gallery .attachment-thumbnail {
	cursor: url(images/store/glass.png), auto;
}

.disclaimer {
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	font-style: italic;
	line-height: 1em;
}

.download-related {
	border-top: solid #ddd !important;
	margin: 40px 0 0 0;
}

.download-related .edd_download_inner {
    margin: 0;
    padding: 0;
}

.download-related .edd_download {
    border: 1px solid #fff;
    margin: 0 0 10px;
}

.download-related .edd_download_title {
    font-size: 16px;
}

.download-related p.bundle-title {
    padding-top: 20px;
}

#edd-related-downloads-widget li {
	padding: 0 !important;
	vertical-align: top;
}

#isa-related-downloads a {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #000;
	line-height: 1em;
}

#edd-related-downloads-widget li a p {
	display: block !important;
	margin: 0 !important;
	max-width: 100% !important;
}

#isa-related-downloads img, #isa-related-downloads #edd-related-downloads-widget img {
	margin: 0 auto !important;
}

/* =================================
   Store pages
==================================== */

.store-title h1 {
	margin-bottom: 8px;
	padding-bottom: 0;
}

.store-title {
	margin-bottom: 20px;
	border-bottom: solid #ddd;
}

#store-content-area a {
	color: #000000;
	font-weight: 300;
}

.store-row {
	clear:both;
	border: 2px solid #ddd;
	border-radius: 5px;
	padding: 10px;
}

.store-row:hover {
	border: 2px solid #FF5700;
}

.store-row-title {
	height: 72px;
	vertical-align: middle;
}

.store-row p {
	padding: 0;
	margin: 0;
	color: #000000;
}

/* =================================
   Store Tables
==================================== */

.ptp-pricing-table {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 19px;
	color: #000;
	line-height: 1em;
}

.ptp-item-container {
	border: 1px solid #FF5700 !important;
}

.ptp-plan { padding: 10px 0 !important; }
.ptp-price { padding: 10px 0 !important; }
.ptp-bullet-item { line-height: 1.3 !important; padding: 4px !important; border-bottom: dotted 1px #aaaaaa !important;}
.ptp-cta { padding: 8px 0 !important; }
a.ptp-button { padding-top: 6px !important; padding-bottom: 6px !important; }
.tt-ptp-empty-row { border: none !important; }

/* Membership table */
#ptp-4002 .ptp-col-id-0 .ptp-plan { background: #FFFFFF; }
#ptp-4002 .ptp-col-id-1 .ptp-plan { background: #CA9E84; }
#ptp-4002 .ptp-col-id-2 .ptp-plan { background: #BBA16F; }
#ptp-4002 .ptp-col-id-3 .ptp-plan { background: #AAAAAA; }
#ptp-4002 .ptp-col-id-4 .ptp-plan { background: #E3BA6C; }
#ptp-4002 .ptp-col-id-5 .ptp-plan { background: #DADADA; }

#ptp-4037 .ptp-col-id-0 .ptp-plan { background: #CA9E84; }
#ptp-4037 .ptp-col-id-1 .ptp-plan { background: #BBA16F; }
#ptp-4037 .ptp-col-id-2 .ptp-plan { background: #AAAAAA; }
#ptp-4037 .ptp-col-id-3 .ptp-plan { background: #E3BA6C; }
#ptp-4037 .ptp-col-id-4 .ptp-plan { background: #DADADA; }

.free, .Free		 { background: #FFFFFF; }
.copper, .Copper	 { background: #CA9E84; }
.bronze, .Bronze	 { background: #BBA16F; }
.silver, .Silver	 { background: #AAAAAA; }
.gold, .Gold		 { background: #E3BA6C; }
.platinum, .Platinum { background: #DADADA; }

.rcp_subscription_level_11 {
	background: #DADADA;
}

.rcp_subscription_level_1 {
	background: #E3BA6C;
}

.rcp_subscription_level_2 {
	background: #AAAAAA;
}

.rcp_subscription_level_3 {
	background: #BBA16F;
}

.rcp_subscription_level_4 {
	background: #CA9E84;
}

.rcp_subscription_level_5 {
	border: 1px solid #777777;
}

.rcp_subscription_level {
	padding: 10px;
}

.rcp_subscription_level label {
	display: block !important;
}

.rcp_subscription_level_name,
.rcp_price,
.rcp_level_duration,
.rcp_separator {
	font-weight: 400;
	color: #000;
	font-family: 'Oswald'
}

.rcp_level_description {
	border-left: none !important;
	margin-left: 15px !important;
	font-weight: 400;
	line-height: 1em;
}

.renewal-discounts {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 30px;
}

.renewal-value {
	display: inline-block;
	font-weight: 400;
	color: #000;
	font-family: 'Oswald';
	padding: 3px 10px;
	margin-bottom: 6px;
	border: 1px solid #000000;
	width: 150px;
}

.welcome-member {
	border: 1px solid #777777;
	font-weight: 400;
	color: #000;
	font-family: 'Oswald';
	padding: 3px 10px;
	margin-bottom: 16px;
}

/* Plugin Table */
#ptp-4032 .ptp-plan, #ptp-4038 .ptp-plan, #ptp-4034 .ptp-plan, #ptp-4096 .ptp-plan { background: #ED702B; color: #ffffff; }

/* =================================
   Store Grids
==================================== */

.edd_download {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 0px 25px 0;
	width: 32.5% !important;
}

@media only screen and (max-width: 700px) {
	.edd_download {
		width: 49% !important;
	}
}

@media only screen and (max-width: 400px) {
	.edd_download {
		width: 100% !important;
	}
}

.edd_download:hover {
	border: 1px solid #FF5700;
}

h3.edd_download_title a { color: #000000 !important; font-weight: 300; }
h3.edd_download_title a:hover { color: #FF5700 !important; }
.edd_download_inner { text-align: center; }
.edd_download_excerpt p { 	font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 15px; min-height: 50px;}

.edd_purchase_submit_wrapper a.edd-add-to-cart,
.edd_purchase_submit_wrapper a.edd_go_to_checkout,
.edd-submit,
#rcp_submit,
.edd_cart_actions a,
.rcp_sub_details_renew,
.edd_purchase_details a,
#edd_profile_editor_submit,
.edd_download_file a {
	font-family: 'Oswald', sans-serif;
	color: #000 !important;
	background: #ddd !important;
	border: 1px solid #777 !important;
	border-radius: 5px;
	letter-spacing: 0 !important;
	overflow: visible !important;
	padding: 6px 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart:hover,
.edd_purchase_submit_wrapper a.edd_go_to_checkout:hover,
.edd-submit:hover,
#rcp_submit:hover,
.edd_cart_actions a:hover,
.rcp_sub_details_renew:hover,
.edd_purchase_details a:hover,
#edd_profile_editor_submit:hover,
.edd_download_file a:hover {
	background-color: #FF5700 !important;
	color: white !important;
}

.edd_download_file {
	margin-top: 7px !important;
}

.edd_download_download_files .edd_download_file {
	margin-top: 0px !important;
}

.edd_download_file a {
	background: #ddd url('images/store/download-button.png') no-repeat 5px 3px !important;
	padding: 1px 6px 1px 25px;
}

.rcp_sub_details_renew,
.edd_cart_actions a,
.edd_purchase_details a {
	padding: 1px 12px;
}

.edd-cart-added-alert {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
	padding: 5px;
	border-radius: 3px;
	background: #fff !important;
	border: 1px solid #777 !important;
}

/* =================================
   Store Checkout etc
==================================== */

.edd_cart_header_row,
.edd-payment-mode-label,
.edd_cart_total,
#edd_checkout_user_info legend,
#edd_checkout_user_info .edd-label,
#edd_final_total_wrap {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 19px !important;
}

.store-content ul {
    list-style-position: inside;
    margin-left: 20px;
}

.store-content p.free-discount-notice {
    padding-top: 20px;
}

/* =================================
   RCP Table
==================================== */

table.rcp-table th,
#edd_user_history th,
#edd_checkout_cart .edd_cart_header_row th {
	background: #ed702b !important;
	border: 1px solid #444 !important;
	color: #FFF !important;
	padding: 0.3em 1em !important;
}


#edd_checkout_cart td, #edd_checkout_cart th,
table.rcp-table th, table.rcp-table td,
#edd_user_history td, #edd_user_history th {
  border: 1px solid #444 !important;
  color: #222 !important;
}

/* =================================
   Cart Widget
==================================== */

.widget_edd_cart_widget {
	display: none;
	border: 1px solid #aaa;
	border-radius: 7px;
	padding: 8px 5px;
}

.widget_edd_cart_widget .widgettitle {
	margin-bottom: 10px !important;
}

.widget_edd_cart_widget p {
	text-align: center;
	font-weight: 500;
	font-size: 11px;
	font-style: normal;
	margin: 0;
	padding: 0;
}

.edd-cart li {
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.edd_checkout {
	font-size: 15px !important;
	padding-top: 6px !important;
	border-bottom: none !important;
}

.edd_account {
	display:none;
	border-bottom: none !important;
}

.empty {
	border-bottom: none !important;
}

/* =================================
   Fromt Page
==================================== */

.hSpace {
	clear: both;
	min-height: 25px;
}

.centerImg {
	display: block;
	margin: auto;
}

.centerText {
	text-align: center;
	margin: 0 auto;
}

.frontText {
	font-size: 1.2em;
	line-height: 1.35em;
	margin: 0 25px 50px;
}

.frontCaption {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: .9em;
	margin: 0;
	padding: 0;
}

.support-buttons {
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* =================================
   Features Page
==================================== */

.feature-buttons {
	display: inline-block;
	float: left;
	width: 100%;
}

.feature-heading {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	margin: -40px 0 40px 80px;
}

/* =================================
   Membership FAQ
==================================== */

.faq {
	background-image: url("images/membership/help.png");
	width: 16px;
	height: 16px;
	float: left;
	margin: 5px 5px 0 0;
}

/* =================================
   Round Buttons
==================================== */

.round-button-box {
	margin: 0 1% 0px 1%;
	text-align: center;
	height: 120px;
	display: inline-block;
	cursor: arrow;
}

.round-button-box-left {
	margin: 0;
	text-align: left;
	cursor: arrow;
}

.round-button-icon {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}

.round-button-icon:hover {
	border: 1px solid #FF5700;
}

.round-button-label {
	clear: both;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	letter-spacing: 0px;
	line-height: 1em;
	vertical-align: middle;
	margin-top: 8px;
	-webkit-font-smoothing: antialiased;
}

.support-button {
	padding: 10px;
	height: 64px;
	width: 64px;
}

.store-button {
	padding: 8px;
	height: 68px;
	width: 68px;
}

.feature-button {
	padding: 10px;
	height: 68px;
	width: 68px;
}

.info-button {
    padding: 10px;
    height: 68px;
    width: 68px;
}

/* =================================
   'Free' Badge in core plugin
==================================== */

.core-plugin {
	margin-top: -50px;
}

.ribbon-wrapper {
  margin: 50px auto 0;
  position: relative;
  z-index: 9;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -29px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

/* =================================
   Store carousel
==================================== */

#wcp_header {
	background-color: #F1EBE0;
	text-align: center;
	padding: 5px;
	border: 1px solid #bbb;
}

#wcp_header h4 {
	margin: 0;
	padding: 0;
}

.wcp_single_post_carousel {
	height: 100%;
	text-align: center !important;
	font-size: 80%;
	line-height: 1em;
}

#wcp_post_carousel_list01 .wcp_single_post_carousel h2 a {
	color: #888;
    font-family: 'Oswald', sans-serif;
    font-weight: bold !important;
}
