/*
Theme Name: nields2016
Theme URI: http://underscores.me/
Author: Matthew Wright
Author URI: http://thewebwrightcollective.com/
Description: A new Nields Theme based on the design of the old one. Easier to use and update, moves most customizations to a portable plugin, and passes Theme Check for current WP code.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nields2016
Tags:responsive-layout

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.

The Nields is based on Underscores http://underscores.me/, (C) 2012-2015 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-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: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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-appearance: textfield;
	box-sizing: content-box;
}

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: #333;
	font-family:'fontin';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:0 0 10px;
}

h1 {font-size:1.9em;}
h2 {font-size:1.7em;}
h3 {font-size:1.5em;font-weight:normal;}
h4 {font-size:1.4em;}
h5 {font-size:1.3em;}
h6 {font-size:1.1em;}

@font-face {
    font-family: 'fontin';
    src: url('fonts/fontin-bold-webfont.eot');
    src: url('fonts/fontin-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontin-bold-webfont.woff') format('woff'),
         url('fonts/fontin-bold-webfont.ttf') format('truetype'),
         url('fonts/fontin-bold-webfont.svg#fontinbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'fontin';
    src: url('fonts/fontin-italic-webfont.eot');
    src: url('fonts/fontin-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontin-italic-webfont.woff') format('woff'),
         url('fonts/fontin-italic-webfont.ttf') format('truetype'),
         url('fonts/fontin-italic-webfont.svg#fontinitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'fontin';
    src: url('fonts/fontin-regular-webfont.eot');
    src: url('fonts/fontin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontin-regular-webfont.woff') format('woff'),
         url('fonts/fontin-regular-webfont.ttf') format('truetype'),
         url('fonts/fontin-regular-webfont.svg#fontinregular') format('svg');
    font-weight: normal;
    font-style: normal;
    
}
/*site title font*/
@font-face {
    font-family: 'leanderregular';
    src: url('fonts/Leander-webfont.eot');
    src: url('fonts/Leander-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Leander-webfont.woff') format('woff'),
         url('fonts/Leander-webfont.ttf') format('truetype'),
         url('fonts/Leander-webfont.svg#leanderregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {
	margin-bottom: 1.5em;
}

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

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. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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;
	border: 1px solid #ccc;
	border-radius: 3px;
}

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

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #773405;
	text-decoration:none;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #000;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear:none;
	float: right;
	}
.main-navigation ul {
	display: none;
	list-style: none;
	margin:0;
	padding-right:20px;
	}
.main-navigation li {
	float: left;
	position: relative;
	padding:10px 25px 0 0;
	}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#d7d7d7;
	}

.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;
	}
.menu-toggle {
	background: url("images/menu.png") no-repeat 0 0;
	background-size:100%;
	z-index:9;
	position:fixed;
	height:30px;
	width:30px;
	top:10px;
	right:20px;
	color:#d1aa7d;
	margin:0;
	padding:0;
	border: none;
	box-shadow:none;
	padding: none;
	text-shadow: none;
	}
.menu-toggle:hover {
	border: none;
	box-shadow:none;
	padding: none;
	text-shadow: none;
	}
	
@media screen and (min-width: 901px) {
	.menu-toggle {
		display: none;
		}
	.main-navigation ul {
		display: block;
		}
	
}

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

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

/*--------------------------------------------------------------
# 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;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#primary {
	float:left;
	width:100%;
	padding:50px 0;
	margin:0;
	background: url("images/bg-interior.jpg") repeat;
	font-size:110%;
	}
	.play-btn {
		padding:200px 0 0;
		position:relative;
		z-index:9;
		}
		.btn-itself {
			position:absolute;
			left:0;
			top:40px;
			width:80px;
			}
		#primary .play-btn .mejs-time-rail,
		#primary .play-btn .mejs-horizontal-volume-slider,
		#primary .play-btn .mejs-duration,
		#primary .play-btn .mejs-time,
		#primary .play-btn .mejs-volume-button {display:none;}
		#primary .play-btn .mejs-container, 
		#primary .play-btn .mejs-container .mejs-controls, 
		#primary .play-btn .mejs-embed, .mejs-embed body {background:none;}
		#primary .play-btn .mejs-play>button,
		#primary .play-btn .mejs-pause>button {
			background: url("images/play.png") no-repeat 0 0;
			background-size:80px;
			background-position:center center;
			width:80px;
			height:80px;
			margin:0;
			padding:0;
			box-shadow:none;
			}
		#primary .play-btn .mejs-pause>button {
			background: url("images/pause.png") no-repeat 0 0;
			background-size:80px;
			background-position:center center;
			}
	
	/*
.play-btn {	
	position:relative;
	z-index:9;
	width:400px;
	padding:10px;
	margin:0;
	}
.play-btn .intro {
	font-family: adobe-caslon-pro, serif;
	font-size:6em;
	line-height:100%;
	color:#fff;
	}
.play-btn p {
	color:#fff;
	margin:-20px 0 0;
	text-transform:uppercase;
	letter-spacing:2px;
	}
.btn-itself {
	position:absolute;
	left:0;
	top:40px;
	width:80px;
	}
#primary .play-btn .mejs-time-rail,
#primary .play-btn .mejs-horizontal-volume-slider,
#primary .play-btn .mejs-duration,
#primary .play-btn .mejs-time,
#primary .play-btn .mejs-volume-button {display:none;}
#primary .play-btn .mejs-container, 
#primary .play-btn .mejs-container .mejs-controls, 
#primary .play-btn .mejs-embed, .mejs-embed body {background:none;}
.play-btn .mejs-play>button,
.play-btn .mejs-pause>button {
	background: url("images/play.png") no-repeat 0 0;
	background-size:80px;
	background-position:center center;
	width:80px;
	height:80px;
	margin:0;
	padding:0;
	}
.play-btn .mejs-pause>button {
	background: url("images/pause.png") no-repeat 0 0;
	background-size:80px;
	background-position:center center;
	}*/
	
.music-content li {line-height:32px;}
.music-content button, 
.music-content input[type="button"], 
.music-content input[type="reset"], 
.music-content input[type="submit"] {
	border: none;
	box-shadow:none;
	padding: none;
	text-shadow: none;
	}
#primary img {
	padding:3px;
	margin-bottom:10px;
	background:#fff;
	box-shadow:0 0 5px #6c6059;
	}
#main {
	float:left;
	width:90%;
	margin:0 0 0 5%;
	padding:50px;
	background: url("images/bg-primary.png") repeat;
	box-shadow:0 0 50px 40px #222;
	}
.entry-header {
	background: url("images/Nields25.png") no-repeat;
	background-position:top right;
	padding-bottom:10px;
	border-bottom:1px dashed;
	min-height:80px;
	border-color:rgba(74, 67, 55, 0.36);
	margin-bottom:20px;
	}
.entry-header h1,
.entry-header h4 {
	margin:0;
	}
	
/* HEADER */
#masthead {
	height:50px;
	width:100%;
	background: url("images/bg-menu.jpg") repeat-x;
	position:fixed;
	top:0;
	z-index:9;
	}
.site-title {
	display:none;
	font-family: 'leanderregular';
	color:#e79c21;
	text-shadow: 2px 2px 10px rgba(20, 21, 22, 0.68);
	margin:0;
	font-size: 2em;
	line-height: 1em;
	padding: .25em .5em 0;
	font-weight:300;
	clear:none;
	float:left;
    width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	}
.site-title-interior {
	display:block;
	font-family: 'leanderregular';
	color:#e79c21;
	text-shadow: 2px 2px 10px rgba(20, 21, 22, 0.68);
	margin:0;
	font-size: 2em;
	line-height: 1em;
	padding: .25em .5em 0;
	font-weight:300;
	clear:none;
	float:left;
    width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	}
	
/* HOME PAGE STYLES */
#primary-home {position:relative;}
#homepage-bg {
	position:fixed;
	width:95%;
	min-height:90vh;
	top:45px;
	left:2.5%;
	text-align:center;
	z-index:-1;
	color:#c2b4b4;
	}
.two-columns {
    width:100%;
	float:left;
	clear:both;
	margin: 1.5em auto;
    padding: 0 2em 2em;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
#homepage-sidebar {
	position:relative;
	width:500px;
	margin:60px 0 100px 2%;
	padding:0;
	float:left;
	color:#c2b4b4;
	}
#homepage-sidebar a {
	color: #fff;
	text-decoration:none ;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
#homepage-sidebar a:hover,
#homepage-sidebar a:focus,
#homepage-sidebar a:active {
	color: #d1aa7d;
	text-decoration:none;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.sidebar-pad {padding:0 30px;}
.video-pad {padding:1em 50px;}
#homepage-sidebar .bit-upcoming-events-show-all-button,
#homepage-sidebar .bit-show-past,
.homepage-news .bit-rsvp {display:none !important;}
#homepage-sidebar .bit-event {display:none;}
#homepage-sidebar .bit-event:nth-of-type(1),
#homepage-sidebar .bit-event:nth-of-type(2) {display:flex;}
.dashline {
	width:90%;
	margin-left:5%;
	opacity:.5;
	border-bottom:1px dashed #d89229;
	height:2px;
	}
.site-title-sidebar {
	width:100%;
	background: url("images/bg-sidebar-top.png") no-repeat;
	background-size:100%;
	height:120px;
	}
#homepage-sidebar .bit-show-upcoming {
	font-family: 'fontin';
	color:#c2b4b4;
	font-size:1.3em;
	}
.site-title-sidebar h2 {
	font-family: 'leanderregular';
	font-size:3em;
	color:#e79c21;
	margin:0;
	padding:30px 12px 10px;
	}
.homepage-news {
	width:100%;
	background: url("images/bg-sidebar-center.png") repeat-y;
	background-size:100%;
	}
.homepage-news .bit-widget {font-family:'fontin';}
.homepage-news .bit-button {line-height:150% !important;}
.homepage-news h3 {
	margin:0;
	padding:5px 20px;
	font-size:1.3em;
	}
.homepage-news p {
	margin:0;
	padding:5px 20px;
	}
.sidebar-credits {
	width:100%;
	background: url("images/bg-sidebar-bottom.png") no-repeat;
	background-size:100%;
	height:110px;
	font-size:65%;
	text-align:center;
	}
.sidebar-credits p {
	margin:0;
	font-style:italic;
	padding:10px 0 0;
	}

/* PAGE TEMPLATE */
#main-page {
	width:65%;
	padding-right:5%;
	float:left;
	clear:none;
	}
#page-sidebar {
	width:35%;
	float:left;
	clear:none;
	}
.children-entry blockquote {
	background-color:rgba(255,255,255,0.2);
	margin:20px 0 0;
	padding:20px 30px 20px 50px;
	font-size:.9em;
	position:relative;
	}
.children-entry blockquote:before {
	content:"\201C";
    opacity: .5;
    color: #786561;
    font-size: 4em;
	margin:0;
    font-family: Times;
    line-height: 0.1em;
    font-weight: bold;
	position:absolute;
	top:40px;
	left:10px;
	}
.children-entry blockquote:after {
	content:"\201D";
    opacity: .5;
	margin:0;
    color: #786561;
    font-size: 4em;
    font-family: Times;
    line-height: 0.1em;
    font-weight: bold;
	position:absolute;
	bottom:30px;
	right:10px;
	}
.children-entry blockquote p {
	margin:0;
	}
/* SINGLE CONTENT STYLES */
.single-featured {
	width:40%;
	float:right;
	margin:0 0 20px 20px;
	}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear:none;
	}
.post-content {
	max-width:900px;
	margin:0 auto;
}	
/* MUSIC PAGE */
.music-item {
	float:left;
	width:25%;
	padding:1.5%;
	text-align:center;
	position:relative;
	}
.music-item-image {
	position:relative;
	}
.music-item-image img {
	margin:0 !important;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.music-item-image:hover img {
	opacity:.2;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.music-item-image:hover h4 {
	opacity:1;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.music-item h4 {
	width:90%;
	position:absolute;
	bottom:30px;
	margin:0 5%;
	font-size:1.1em;
	font-weight:normal;
	opacity:0;
	}
.music-item a {
	color:#773405;
	text-decoration:none;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.music-item a:hover,
.music-item a:focus,
.music-item	a:active {
	color: #000;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.buy-buttons {
	width:100%;
	float:left;
	padding-bottom:20px;
	}
.buy-buttons ul a {
	display: block; 
	text-decoration: none;
	}
.buy-buttons ul {
	list-style: none;
    width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding:0;
	font-size:.9em;
	}
.buy-buttons li {
	display:block;
	float:left;
	margin:0;
	}
.buy-buttons .buy-bp, 
.buy-buttons .buy-bp-dig, 
.buy-buttons .buy-amazon,
.buy-buttons .buy-itunes { 
	margin:0 5px 0 0;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	padding: .1em .5em;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	transition: color .2s, background .2s;
	-moz-transition: color .2s, background .2s;
	-webkit-transition: color .2s, background .2s; 
	}		

/* GIG LIST - FULL PAGE */
span.gigpress-info-item {
	float:left;
	clear:both;
	}


/*logged in admin styles*/
body.admin-bar #header {
	top: 28px;
}

body.admin-bar a.refresh {
	display: inline;
}
	
/* FOOTER */
#nields-wrapper {	
	width:100%;
	float:left;
	clear:both;
	}
.media-extras {
	float:left;
	clear:none;
	width:33.3%;
	padding:1em 2em 50px;
	}
.media-extras iframe {
	max-height:210px;
	}
.media-extras h4 {
	width:100%;
	font-size:0.9em;
	padding:0 0 1em;
	margin:0;
	letter-spacing:.1em;
	text-align:center;
	color:#c2b4b4;
	}
.media-extras p {	
	padding:0;
	margin:0.5em 0;
	color:#fff;
	}
#colophon {
	height:50px;
	width:100%;
	background: url("images/bg-menu.jpg") repeat-x;
	position:fixed;
	bottom:-2px;
	z-index:9;
	}
#cc-signup {
	width:50%;
	float:left;
	text-align:center;
	color:#d7d7d7;
	padding:0.75em 0 0;
	}
#cc-signup a,
#cc-signup a:visited {
	color: #e79c21;
	text-decoration:none;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
#cc-signup a:hover,
#cc-signup a:focus,
#cc-signup a:active {
	color: #fff;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
#cc-signup input[type="submit"] {
	font-size:.9em;
	margin-left:4px;
	background:#d7d7d7;
	}
#cc-signup input[type="text"] {
	padding-left:10px;
	color:#000;
	}
#social-menu {
	width:50%;
	padding-right:20px;
	height:45px;
	float:right;
	}
#social-menu ul a {
	display: block; 
	text-decoration: none;
	}
#social-menu ul {
	padding:0;
	margin:0 auto;
	display:block;
	float:right;
	}
#social-menu li {
	display:block;
	float:left;
	}
#social-menu .twitter, 
#social-menu .facebook, 
#social-menu .spotify,
#social-menu .itunes, 
#social-menu .youtube, 
#social-menu .soundcloud { 
	margin:5px 5px 0 0;
	display: block; 
	width: 35px; 
	height: 35px;
	text-indent:-9999px; 
	} 
#social-menu .twitter { 
	background: url("images/twitter.png") no-repeat 0 0;
	background-size:100%;
	}
#social-menu .facebook {
	background: url("images/facebook.png") no-repeat 0 0;
	background-size:100%;
	}
#social-menu .spotify {
	background: url("images/spotify.png") no-repeat 0 0;
	background-size:100%;
	}
#social-menu .itunes { 
	background: url("images/itunes.png") no-repeat 0 0;
	background-size:100%;
	}
#social-menu .youtube {
	background: url("images/youtube.png") no-repeat 0 0;
	background-size:100%;
	}
#social-menu .soundcloud {
	background: url("images/soundcloud.png") no-repeat 0 0;
	background-size:100%;
	}
#social-menu .youtube:hover,
#social-menu .facebook:hover,
#social-menu .spotify:hover,
#social-menu .itunes:hover,
#social-menu .soundcloud:hover,
#social-menu .twitter:hover {
	background-position:0 -36px;
	}
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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.5em 0;
}

.wp-caption-text {
	text-align: left;
	font-style:italic;
	font-size:.8em;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 47%;
	padding:5px;
	padding-bottom:0;
	margin:0 3% 3% 0;
}

.gallery-columns-3 .gallery-item {
	max-width: 30%;
	padding:5px;
	padding-bottom:0;
	margin:0 3% 3% 0;
}

.gallery-columns-4 .gallery-item {
	max-width: 24%;
	padding:5px;
	padding-bottom:0;
	margin:0 1% 1% 0;
}

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

/* MEDIA QUERIES */

@media screen and (min-width: 1400px) {
	#homepage-bg img {width:100%;}	
	.music-item {width:20%;}
	.gallery-columns-4 .gallery-item {max-width:19%;}
	}
	
@media screen and (min-width: 1600px) {
	#homepage-bg img {
		width:80%;
		}
	.music-item {
		width:16.6%;
		}	
	}

@media screen and (max-width: 1120px) {	
	#homepage-bg {
		position:relative;
		}
	#homepage-sidebar {
		background:#191919;
		position:relative;
		width:100%;
		margin:38px 0 0;
		clear:both;
		}
	.site-title-sidebar {
		background:none;
		}
	.homepage-news {
		background:none;
		}
	.sidebar-credits {
		background: none;
		height:100px;
		}
	.music-item {
		width:33.3%;
		}
	.gallery-columns-4 .gallery-item {
		max-width: 32.3%;
		}
	}
	
@media screen and (max-width: 900px) {
	#homepage-bg {
		width:100%;
		margin-left:0;
		top:45px;
		}
	.site-title {display: block;}
	.site-title-sidebar {display:none;}
	.main-navigation {
		width:100%;
		background-color:rgba(0,0,0,.9);
		margin-top:4px;
		padding:0;
		}
	.main-navigation ul {
		margin:0;
		padding:0px;
		}
	.main-navigation li {
		width:50%;
		padding:5px 10px;
		border:1px solid #333;
		border-left:none;
		border-top:none;
		}
	.single-featured {
		width:100%;
		text-align:center;
		float:none;
		margin:0px auto;
		}
	.entry-header h1 {
		width:70%;
		margin:0;
		}
	#primary {font-size:100%;}
	#main {
		float:left;
		width:100%;
		margin:0;
		}
	#main-page {
		width:100%;
		padding:0 3%;
		clear:both;
		}
	#page-sidebar {
		width:100%;
		padding:0 3%;
		float:left;
		clear:both;
		}
	

}

@media screen and (max-width: 800px) {
	#main {padding:20px;}
	.music-item {width:50%;}
	#cc-signup {display:none;}
	#social-menu {
		width:100%;
		text-align:center;
		padding:0px;
		height:45px;
		float:none;
		}
	#social-menu ul {
	    width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
		padding:0;
		float:none;
		}
	.gallery-columns-4 .gallery-item {max-width: 49%;}
	.media-extras {
		float:left;
		clear:none;
		width:100%;
		padding:1em 2em 50px;
		}
	.two-columns {
	    -moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
		}
}

@media screen and (max-width: 550px) {
	.music-item {
		width:100%;
		}
	.gallery-columns-4 .gallery-item {
		max-width: 99%;
		}
}