/*
Theme Name: Joshua Kane
Theme URI: https://jamesdidit.net/
Author: James Did It!
Author URI: https://jamesdidit.net/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: joshua-kane
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Joshua Kane is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Lora',serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
    font-size: 3rem;
    margin: 0.67em 0;
    line-height: 1;
    text-align: center;
    font-weight:900;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #26133a;
	font-family: 'Lora',serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	font-weight:200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Raleway',sans-serif;
	clear: both;
	color:#482368;
	font-weight:900;
}

h5 {
	font-weight:800;
	font-family:'Lora',serif;
	text-transform: uppercase;
	font-size:1rem;
	color:#000;
}

p {
	margin:0 0 1.5em 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
a.button:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a  {
	font-family:'Raleway',sans-serif;
	border: none;
	border-radius: 0;
	background: #ef5a24;
	box-shadow: none;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: .05rem;
	line-height: 1;
	font-weight:600;
	padding: 1rem 1.5rem;
	text-shadow: none;
	text-transform: uppercase;
	cursor: pointer;
}

.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a, .comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
	display:block;
	width:50%;
}

.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
	float:right;
}

a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover  {
	background:#482368;
	color:#fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: transparent;
	border: none;
	border-bottom:2px #ef5a24 solid;
	border-radius: 0;
	padding: .5rem .25rem .25rem .5rem;
}

textarea {
	border-left:2px #ef5a24 solid;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	border:none;
	border-bottom:2px #482368 solid;
}

textarea:focus {
	border-left:2px #482368 solid;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #ef5a24;
	text-decoration:none;
}

a:hover {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

a:hover,
a:focus,
a:active {
	color: #482368;
}

a:focus {
	outline:none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	max-width:95%;
}

.nav-links {
	width:960px;
	margin:1rem auto;
}

.nav-links h4 {
	text-align: center;
	text-transform: uppercase;
	font-weight:200;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline:none !important;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#main.site-main {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+33,ffffff+33,e5e5e5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 33%, #ffffff 33%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 33%,#ffffff 33%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 33%,#ffffff 33%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding-bottom:2rem;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

#cboxCurrent { display:none !important;}

.gallery-item img {
	border:thin solid #ef5a24;
}


/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/
#masthead {
	background:#26133a;
	padding:1rem;
	position:fixed;
	display: block;
	width:100%;
		-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 10000;
}

#masthead.home_page {
	background:none;
		-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#masthead.home_page h1.site-title, #masthead.home_page p.site-description {
	width:0;
	font-size:0;
}
h1.site-title {
	font-size:5rem;
	width:auto;
	text-transform: uppercase;
	padding:0;
	margin:0;
	line-height:1;
	display:inline-block;
}

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

#masthead p.site-description {
	padding:0;
	margin:0;
	font-size:1rem;
	color:#9990a3;
	line-height:1;
}

.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target, .shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target {
	line-height:1;
}

.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target:hover, .shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target:hover {
	color:#ef5a24;
}

.site-branding {
	
}

a#menu-toggle {
	display:block;
	text-align:right;
	width:10%;
	float:right;
	color:#fff;
	font-size:1.25rem;
	font-family:'Lora',serif;
	font-weight:300;
	/*padding:1rem 2rem 0 0;*/
}

a#menu-toggle .fa {
	color:#ef5a24;
}

div.social-nav {
	display:inline-block;
}

#social-menu {
	list-style-type:none;
	margin:0;
	padding:0;
	
}

#social-menu li {
	display:inline-block;
}

#social-menu li a, #social-menu li a:visited {
	color:#ef5a24;
}

#social-menu li a:hover {
	color:#fff;
}

#social-menu .fontawesome-text {
	display:none;
}

/*--------------------------------------------------------------
## Page Layouts
--------------------------------------------------------------*/

.edit-link {
	display:block;
	margin:1rem auto;
	clear:both;
	text-align: center;
}
.edit-link a {
	text-decoration: none;
	background:#ef5a24;
	color:#fff;
	padding:1rem;
	text-align:center;
}

table.entry-header {
	width:100%;
	height:350px;
	background:#000;
	background-repeat:no-repeat;
	/* background-size: cover; */
	background-position: center center;
	background-attachment: scroll;
	-webkit-box-shadow: inset 0px -15px 39px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: inset 0px -15px 39px 0px rgba(0,0,0,0.34);
	box-shadow: inset 0px -15px 39px 0px rgba(0,0,0,0.34);
}

table.entry-header.no-thumb {
	height:auto;
}

table.entry-header td {
	vertical-align: bottom;
}

table.entry-header.onstage-header td {
	width:100%;
}

table.entry-header td h1 {
	color:#fff;
	font-size:5vw;
	text-transform: uppercase;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	max-width:960px;
	margin:2rem auto;
}

article.page, article.post {
	max-width:960px;
	margin:2rem auto;

}

article.page:after, article.post:after {
	content:'';
	display:block;
	width:100%;
	clear:both;
}

.entry-content {
	margin:0 0 2rem 0;
	float:right;
	width:70%;
}

aside#secondary {
    width: 30%;
    float: left;
    padding-right: 1.5rem;
    padding-top:1rem;
}

#about-the-show h2:first-of-type {
	margin-top:0;
}

#about-the-show p {
	font-size:1.25rem;
	line-height:2.5rem;
}

ul.onstage-nav.page-nav-before {
	list-style-type:none;
	margin:1rem 0;
	padding:0;
	text-indent:0;
	background:#482368;
}

ul.onstage-nav.page-nav-before li {
	display:inline;
}

ul.onstage-nav.page-nav-before li a {
	display:inline-block;
	padding:.25rem 1rem;
	background:#482368;
	color:#fff;
	text-transform: uppercase;
	font-size:.8rem;
}

ul.onstage-nav.page-nav-before li a:hover {
	background:#ef5a24;
	color:#fff;
}


/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/

#splashpage {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:black;
	background-size: contain;
	margin-bottom:0;
}


.main-row {
	color:#fff;
	vertical-align: middle;
}

.main-row h1 {
	font-size:10vw;
	text-transform: uppercase;
	color:#fff;
	line-height: .8;
	margin:0;
	text-align: left;
}

td.column-1-splash {
	max-width:50%;
	min-width:25%;
	width:500px;
}

.main-row p.site-description {
	line-height:1;
	font-size:1.25vw;
	margin:0;
}

td.scroll-down-arrow {
	text-align:center;
}

td.scroll-down-arrow a {
	font-size:5rem;
}

p.inquire-button {
	text-align:center;
}

#homesection-18 + p.inquire-button {
	display:none;
}

.homepage-section-wrapper {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+33,ffffff+33,e5e5e5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 33%, #ffffff 33%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 33%,#ffffff 33%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 33%,#ffffff 33%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding:2rem 0;

}

div.onstage-section {
	margin-bottom:3rem;
	display:block;
	clear:both;
}

div.onstage-section:after {
	content:' ';
	display:block;
	width:100%;
	clear:both;
	float:none;
}

img.homesection-featured-image {
	border:2px solid #ef5a24;
	padding:0;
}

.homepage-section {
	margin:0rem auto;
	width:960px;
}

a.anchor {
	display:block;
	padding-top:16px;
}
a.anchor#home-sections-anchor {
	padding-top:32px;
}
a.anchor.onstage-section-anchor {
	display:block;
	/*padding-top:150px;*/
}


h2.homepage-section-head {
	font-size:4rem;
	text-align: center;
	text-transform: uppercase;
}

.homesection-content {
	margin:2rem 0;
}

.homesection-content.no_sidebar {
	width:80%;
	margin:0 auto;
}

.homepage-content-sidebar {
	width:30%;
	min-width:300px;
	float:left;
	padding-right:1rem;
}

.homepage-content-sidebar h2 {
	font-size:1rem;
	padding:0;
	margin:0 0 1rem 0;
	text-transform: uppercase;
}


.homepage-content-sidebar ul, ul#most-recent-post, #secondary ul{
	list-style-type:none;
	margin:0;
	padding-left:1rem;
}

#secodary ul#gform_fields_2 {
	padding-left:0;
	margin-left:0;
}

.homepage-content-sidebar li, #secondary ul li {
	line-height:1.2;
	font-size:.8rem;
	padding-bottom:.5rem;
}


.homepage-content-sidebar ul li a, .homepage-content-sidebar ul li a:visited, ul#most-recent-post li a, ul#most-recent-post li a:visited,
#secondary ul li a, #secondary ul li a:visited {
	color:#26133a;
	font-size:1rem;
	text-decoration:none;
	font-weight:300;
	font-family:'Raleway',sans-serif;
	text-transform:none;
}

.homepage-content-sidebar ul li a:hover, ul#most-recent-post li a:hover,
#secondary ul li a:hover {
	color:#ef5a24;
}

.homepage-content-sidebar ul#child_pages a:after {
	display:none !important;
}


#secondary ul li.current_page_item a {
	font-family:'Lora',serif;
	font-weight:800;
	font-size:1rem;
	text-transform: uppercase;
}

#secondary ul li.current_page_item {
	border-left:thick solid #ef5a24;
	padding-left:1rem;
	padding-bottom:0;
	margin-bottom:.5rem;
	text-indent:0;
}

#secondary ul li.current_page_item ul {
	padding:0;
	margin:.5rem 0;
	/*text-indent:-.5rem;*/
}

#secondary ul li.current_page_item ul li {
	line-height:1.25;
	margin:0;
	padding:0;
	display:block;
}

#secondary ul li.current_page_item ul li a {
	font-size:.8rem;
	display:block;
	padding:.25rem 0;
}

#secondary ul li.current_page_item .fa-angle-double-right {
	display:none;
}

ul#most-recent-post .post-date {
	font-family:'Raleway',sans-serif;
	font-weight:800;
	font-size:.75rem;
}

ul#most-recent-post .post-excerpt {
	font-family:"Lora",serif;
	font-weight:200;
	font-style:italic;
	font-size:.75rem;
	line-height:1;
}

ul#most-recent-post a.read-more {
	color:#ef5a24;
	font-size:.65rem;
	text-transform: uppercase;
	padding-top:.5rem;
}

footer.site-footer, div#comments.comments-area {
	max-width:960px;
	margin:2rem auto;
}


h1.footer-site-title, h1.footer-site-title a {
	text-align:left;
	text-transform:uppercase;
	color:#482368;
	margin:0;
	padding:0;
	line-height:1;
	font-size:4rem;
}

p.footersite-description {
	font-size:.8rem;
	line-height:1;
	
}

.fa.fa-angle-double-right {
	padding-right:.5rem;
	color:#ef5a24;
}

.footer-menu {
	list-style-type:none;
	margin:1rem 0;
	padding:0;
	font-size:.8rem;
	text-indent:0;
}

.footer-menu li {
	margin:0;
	padding:0;
	text-indent: 0;
}

.footer-menu li a, .footer-menu li a:visited {
	color:#482368;
}

.footer-menu li a:hover {
	color:#ef5a24;
}

.footer-navigation .col1 {
	width:50%;
	float:left;
}

.footer-navigation .col2, .footer-navigation .col3 {
	width:25%;
	float:left;
	text-transform: uppercase;
}

ul#child_pages {
	list-style-type:none;
	margin:1rem 0;
	padding:0;
	text-indent:0;
}

ul#child_pages a:hover {
	cursor: pointer;
}

ul#child_pages a:after {
	content:' \f105';
	font-family:'FontAwesome';
	padding-left:.5rem;
	display:inline-block;
}

h3.review-quote {
	font-size:1.5rem;
	line-height:1.5;
	color:black;
	margin-bottom:0;
}

p.attrib {
	line-height:1.5;
	color:#482368;
	margin-bottom:2rem;
}

p.attrib .publication {
	font-style: italic;
}

/* Blog */

.comments-link {
	display:block;
}

.comments-link a:after {
	content:' \f105';
	font-family:'FontAwesome';
	padding-left:.5rem;
	display:inline-block;
}

/** AUDIO PLAYER **/

#amazingaudioplayer-AUDIOPLAYERID .amazingaudioplayer-title, #amazingaudioplayer-AUDIOPLAYERID .amazingaudioplayer-info, #amazingaudioplayer-AUDIOPLAYERID .amazingaudioplayer-bar-title {

	font-family:'Lora','Times New Roman',Times,serif !important;
	font-weight:200 !important;
	font-size:1.25rem !important;
	
}

.amazingaudioplayer-title {
	font-weight:200;
	text-transform: uppercase;
	
}
.amazingaudioplayer-image {
	display:none !important;
}

.amazingaudioplayer-text {
	height:auto !important;
}

.amazingaudioplayer-mark {

	margin-bottom:1rem;
	width:100%;
}

.textwidget {
	overflow:hidden;
}
