/*
Theme Name: songexploder_v2 
Theme URI: http://underscores.me/
Author: HH
Description: Song Exploder v2
Text Domain: songexploder_v2
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Fonts
# 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 0 0 0;
	width:100%;
	height:100%;
}

#masthead {
	margin:0 auto;
	width:100%;
	background-color:#000;
	height:300px;
	text-align:center;
}

.site-title {
	margin:0 auto;
	background-color:#000;
	color:#000;
}

.site-title a {
	color:#000;
}

#logo-link {
	margin:0 auto;
	height:240px;
	line-height:240px;
	width:422px;
	display:block;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
	background-image:url(images/header.svg);
	background-repeat:no-repeat;
	background-position:center;
}

#logo-link:hover {
	background-image:url(images/header-rollover.svg);	
}

#socials {
	float:right;
	margin:-40px 0 0 0;
	height:40px;
	line-height:40px;
	width:120px;
	display:inline-block;
	background-color:transparent;
	color:#FFF;
	position:relative;
}

.icon {
	line-height:60px;
	height:50px;
	width:20px;
	background-size:contain;
	background-repeat:no-repeat;
	float:left;
	display:block;
}

.icon:hover {
	opacity:0.6;
}


#icon-apple {
	background-image:url(images/icons/icon_apple.png);
}

#icon-facebook {
	background-image:url(images/icons/icon_facebook.png);
}

#icon-soundcloud {
	background-image:url(images/icons/icon_soundcloud.png);
}

#icon-twitter {
	background-image:url(images/icons/icon_twitter.png);
}

#icon-instagram {
	background-image:url(images/icons/icon_instagram.png);
}

#page {
	margin: 0 auto;
	width:100%;
	font-family:Futura;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:15px;
	line-height:1.5em;
	background-color:#FFF;	
}


.site-description {
	margin-top:40px;
	font-size: 1.2em;
	font-family:"Fern RE", Georgia, serif;
	text-transform:none;
	font-style:italic;
	letter-spacing:.05em;
	font-weight:normal;
	line-height:1.5em;
	border-top:1px #222 solid;
	border-bottom:1px #222 solid;
	padding:1em 0 1em 0;
	color:#000;
}

.endsign {
	display:none;
}

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

footer {
	margin: 0 0 0 0;	
}

#infinite-footer {
display:none;}

div.spinner[style] {
width:100% !important;
top:auto !important;
left:auto !important;
margin:0 auto !important;
text-align:center !important;
}

#colophon {
	margin:25px auto 0 auto;
	padding:25px 0 25px 0;
	width:100%;
	height:150px;
	text-align:center;
	font-size:12px;
	background-color:#000;
	color:#FFF;
	background-image:url(images/footer-soundwave.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:bottom;
}

.site-info {
	font-family:"Fern RE", Georgia, serif;
	font-weight:normal;
	font-style:italic;
	text-transform:none;
	letter-spacing:normal;
	font-size:1.1em;
	color:#cff;
}

#footer-socials {
	margin:10px auto;
	width:100px;
	height:40px;
	line-height:40px;
	display:block;
	background-color:transparent;
	color:#FFF;
	position:relative;
}

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

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

[hidden], template {
	display: none;
}

a:link, a:visited {
	text-decoration:none;
	color: #e93f91;
	display:inline;
	padding:2px;
}

a:hover {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;
	color:#aaffff;
}


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

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

.cat-links {
	display:none;
}

.tags-links {display:none;}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: Futura;
	src: url('fonts/FuturaStd-Book.otf');
}

@font-face {
	font-family: Futura;
	font-weight:bold;
	src: url('fonts/FuturaStd-Bold.otf');
}

.fernre {
  font-family: "Fern RE";
  font-style: normal;
  font-weight: normal;
}

.fernrebold {
  font-family: "Fern RE";
  font-style: normal;
  font-weight: bold;
}

.fernrebolditalic {
  font-family: "Fern RE";
  font-style: italic;
  font-weight: bold;
}

.fernreitalic {
  font-family: "Fern RE";
  font-style: italic;
  font-weight: normal;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 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. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	font-family:Futura;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:10px;
	line-height:1.5em;
/*	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #fff;
	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); 
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	color: rgba(0, 0, 0, .8); */
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	width:100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

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

.search-form {
	margin:5px 0 5px 0;
	display:block;	
}

.search-submit {
	margin:5px 0 5px 0;
	background-color:#000;
	color:#FFF;
	border: 0px solid;
	font-family:Futura;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:10px;
	line-height:1.5em;
	padding:1px;
}

.search-submit:hover {
	background-color:#e93f91;	
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.download-header {
	font-family:Futura;
	margin:1em auto 0 auto;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.2em;
	text-align:center;
	padding:0 3px 0 4px;
	font-weight:bold;
}

.download-link {
	font-family:Futura;
	margin:1em auto 1em auto;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.2em;
	text-align:center;
	padding:0 3px 0 4px;
	font-weight:bold;
}

.download-links {
	margin:1em auto 1em auto;
	width:100%;
	font-size:0.8em;
	text-align: center;
	font-family:Futura;
	letter-spacing:0.2em;
	font-weight:bold;
}

div.download-links a:link, div.download-links a:visited {
	color: #e93f91;
	font-weight:bold;
	letter-spacing:0.2em;
	border:none;
}

div.download-links a:hover {
	color: #FFF;	
}

.ticket-link {
	text-align:center;
}

.sponsor {
	text-align:left;
	margin:0;
}

.entry-content div.ticket-link a {
	font-family:Futura;
	margin:0 auto;
	text-transform:lowercase;
	font-variant:small-caps;
	letter-spacing:0.2em;
	text-align:center;
	font-weight:bold;
	padding:0 3px 0 4px;
	border:none;
}

.entry-content div.sponsor a {
	font-family:Futura;
	margin:0 auto;
	text-transform:lowercase;
	font-variant:small-caps;
	letter-spacing:0.2em;
	text-align:center;
	font-weight:bold;
	padding:0 3px 0 4px;
	border:none;
}

div.entry-content .press-link {
	border-bottom:none !important;
	font-size:0.7em !important;
	font-family:Futura;
	border-color:#FFF;
	text-transform:uppercase;
	font-weight:bold !important;
	letter-spacing:0.1em;
}

div.entry-content .press-link a:hover {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;
	color:#fff !important;
}


.episode-link, .episode-link a {
	font-family:"Fern RE", Georgia, serif;
	margin:0 auto 1em auto;
	font-weight:normal;
	text-transform:lowercase;
	letter-spacing:normal;
	text-align:center;
	padding:0;
}

.episode-link a {
	color:#000;
	border-bottom:1px dotted #000;
	font-style:italic;
}

.episode-link a:hover {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;
	border-bottom:0px;
}

.entry-content .download-link a:link {
	border-bottom:0px;
	margin:5px 10px 7px 10px;
	padding:0 3px 2px 8px;
	font-weight:bold;
}



a.header-rollover {
	display:block;
	height:172px;
	width:100%;
	margin:0 auto;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation {
	text-align:center;
	margin:0 auto;
	width:100%;
	background-color:#333333;
	height:60px;
	font-weight:normal;
}

.main-navigation {
	clear: both;
	text-align:center;
	width:100%;
	margin:0 auto;
}

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

.main-navigation li {
	display:inline;
/*	float: left; */
	margin-right:5px;
	font-family:Futura;
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-size:14px;
	line-height:30px;
	height:30px;
}

.main-navigation li:after {

}

.main-navigation li#menu-item-829:after {
	content:none;
}

.main-navigation a {
	display: inline;
	text-decoration: none;
	color:#FFF;
	font-size:11px;
}

.main-navigation a:hover {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;
	color:#aaffff;
}

.main-navigation ul ul {
	float: left;
	position:relative;
	margin-left:200px;
	left: -999em;
	z-index: 99999;
	background: #fff;
	text-align:left;
	padding:5px;
}

.menu-main-menu-container {
	margin: 0 auto;
	width:100%;
	line-height:60px;
}

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

.main-navigation ul ul a {
}

.main-navigation ul ul li {
	display:block;
}

.main-navigation ul ul li:after {
	content:none;
}

.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;
}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}



.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 {}
.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next {
	}

/*--------------------------------------------------------------
# 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:hover,
.screen-reader-text:active,
.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. */
}

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

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

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content {
	margin:0 auto;
	text-align:center;
	width:620px;
	padding:0 10px 0 10px;
}

.entry-header {
	display:block;
	padding:2em 0 0 0;
	margin:0 0 0 0;
}


h1.entry-title {
	font-size:1em;
	margin:.4em 0 0 0;
	line-height:1.8em;
}

h1.page-title {
	font-size:1em;
	margin:.4em 0 -1em 0;
	line-height:1.8em;
}	

h1.entry-title a {
	padding:8px;	
}

h1.entry-title a:hover {
-webkit-transition:color ease-out .2s;
	transition:color ease-out .2s;
	color: #333;
}

h1.entry-title a:hover:after {
	-webkit-transition:content ease-out .2s;
	transition:content ease-out .2s;
	content:' ▪';
	color: #e93f91;
	font-size:0.8em;
	line-height:1.8em;
	opacity:1.0;
}

h1.entry-title a:hover:before {
	content:'▪ ';
	color: #e93f91;
	font-size:0.8em;
	line-height:1.8em;

	}

.sep {
	display:none;
}

.entry-meta {
	clear: both;
	display: block;
	font-family:"Fern RE", Georgia, serif;
	font-weight:normal;
	font-style:italic;
	text-transform:capitalize;
	letter-spacing:0.1em;
	font-size:0.8em;
	margin:1em 0 -0.5em 0;
}

.entry-meta a:link, .entry-meta a:visited {
}

.entry-meta a:hover {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;
	color: #000;
}

article {
/*	border-bottom:1px #222 dotted; */
	padding-bottom:20px;
}

.nav-links a {
	color:#000;
	padding:5px;	
}

.nav-links a:hover {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;
}

#content #nav-above {
	display:none;
	}

.entry-content {
	text-align:left;
	font-family:"Fern RE", Georgia, serif;
	font-weight:normal;
	text-transform:none;
	letter-spacing:0;
	font-size:16px;
	line-height:1.7em;
}

.entry-content .subhead {
	text-align:center;
	font-family:"Fern RE";
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.25em;
	margin-top:-26px;
	margin-bottom:1em;
}

.entry-content .header {
	font-variant:small-caps;
	font-style:normal;
	letter-spacing:0.2em;
	font-weight:bold;
	text-align:center;
}


#archive {
	margin-top:2em;
	line-height:2em;
	padding-bottom:20px;
	text-align:center;
}

#archive-links {
	display:inline-block;
	margin:0 auto;
	text-align:left;
}

#archive a {
	color:#000;
	font-family:"Fern RE";
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:0.1em;
	padding:10px 0 10px 0;
	}
	
#archive a:hover {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;	
	background:#333;
	color:#FFF;
}

.caps {
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-weight:bold;
	font-size:0.8em;
	}

.caps-futura {
	font-family:Futura;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:bold;
	font-size:0.8em;
	}

.entry-content a:link, .entry-content a:visited  {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	border-bottom:dotted #E93F91 1px;
}

.entry-content a:hover {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;
	text-decoration:none;
	border-bottom:dotted #CFF 0px;
	color:#FFF;
	background:#333;
}

.entry-content a.image:hover {
	text-decoration:none;
	color:#000;
	border-bottom:none;
	background-color:transparent;
}

.entry-content blockquote {
	text-align:left;
	margin:0;
	padding:0;
	font-size:0.9em;
	font-style:italic;
}



.entry-content .endsign {
	display:none;
}

.entry-content .songexploder-endsign {
	margin:2em auto;
	width:20px;
	height:21px;
	background-image:url(images/endsign.svg);
	display:block;
}

#archive .endsign {
	margin:20px auto;
	width:23px;
	height:26px;
	background-image:url(images/endsign.svg);
}

.entry-meta span.byline {
	display: none;
}

#content nav {
	display: block;
	overflow: hidden;
}

#content nav .nav-previous {
	text-align:center;
	margin:0 5px auto auto;
	font-size:11px;
}

.nav-previous a:before {
	content:'←';
}

#content nav .nav-next {
	text-align:center;
	margin:0 auto auto 5px;
	font-size:11px;
}

.nav-next a:after {
	content:'→';	
}

#content nav a:hover {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;
	color:#FFF;
	background-color:#000;
}

#content #nav-above {
	display: none;
}

.paged #content #nav-above,
.single #content #nav-above {
	display: none;
}

#nav-below {
	margin: 20px auto;
}

#content .press-date {
	font-family:Futura;
	text-transform:uppercase;
	font-size:0.6em;
	letter-spacing:0.1em;
}

.page-link {
	clear: both;
	margin: 0 0 1em;
}

.edit-link {
	clear: both;
	font-family:Futura;
}

.edit-link a:link, .edit-link a:visited, .edit-link a:hover {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;
	color:#000;
	background-color:transparent;
}



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

.hentry {
	margin: 0 0 0 0;
}

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


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

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

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

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

/*--------------------------------------------------------------
## Share Buttons	
--------------------------------------------------------------*/
.entry-content div.ssba div { text-align:center !important; margin:12px auto 12px auto;}

div.ssba img.ssba  {
	padding:0 1px 0 1px;
}

.entry-content .ssba a:link {
	border-bottom:0px;
	padding:0;
}

.entry-content .ssba a:hover {
	-webkit-transition:background-color ease-out .2s, color ease-out .2s;
	transition:background-color ease-out .2s, color ease-out .2s;
	background-color:transparent;
	opacity:0.5;
}


/*--------------------------------------------------------------
## Mobile	
--------------------------------------------------------------*/

@media screen and (max-width: 720px) {
#socials {display:none;}
}


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

.entry-content .download-link a:link {
	font-size:0.8em;
	font-weight:bold;
	top:-25px;	
}

#content.site-content {
	width:100%;	
	padding:0 20px 0 20px;
}

.entry-content {
	font-size:18px;	
}

.entry-content img.alignnone {
	width:100%;
	margin:0 auto;
}

#logo-link, #logo-link:hover {
	margin:0 auto;
	line-height:300px;
	width:240px;
	display:block;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
	background-image:url(images/header-square.svg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
}

	
.menu-toggle {
		display: block;
		height:60px;
		border:0;
		margin:0 auto;
		width:100%;
		background-color:transparent;
		color:#FFF;
		position:relative;
}

.menu-toggle:hover {
	opacity:0.6;	
}

.main-navigation.toggled .nav-menu {
	display:block;
	margin:0 auto;
	padding-bottom:1em;
	}
	
.main-navigation.toggled #socials {
	margin-top:-293px;
}
	
.main-navigation.toggled .nav-menu li {
	margin:0 auto;
	text-align:left;
	width:auto;
}

.main-navigation.toggled .nav-menu li a {
	display:block;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	font-size:14px;
}

.main-navigation.toggled .nav-menu li a:active {
	color:#e93f91;
}

.main-navigation.toggled .menu-main-menu-container {
	background-color:#333;
	position:relative;
}
	
.main-navigation ul {
		display: none;
	}
	
div.ssba img.ssba  {
	width:30px !important;
}

}

@media screen and (max-width: 640px) and (orientation: landscape) {

.download-link a {
	font-size:0.8em;
	font-weight:bold;
	color:#0C6;
}

#content.site-content {
	width:100%;	
	padding:0 20px 0 20px;
}

.entry-content p {
	font-size:0.8em;
	line-height:1.6em;
}

.entry-content img.alignnone {
	width:100%;
	margin:0 auto;
}

#logo-link, #logo-link:hover {
	margin:0 auto;
	width:80%;
	display:block;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
	background-image:url(images/header.svg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
}
	
.menu-toggle {
		display: block;
		height:60px;
		border:0;
		margin:0 auto;
		width:100%;
		background-color:transparent;
		color:#FFF;
		position:relative;
}

.menu-toggle:hover {
	opacity:0.6;	
}

.main-navigation.toggled .nav-menu {
	display:block;
	margin:0 auto;
	padding-bottom:1em;
	}
	
.main-navigation.toggled #socials {
	margin-top:-293px;
}
	
.main-navigation.toggled .nav-menu li {
	margin:0 auto;
	text-align:left;
	width:auto;
}

.main-navigation.toggled .nav-menu li a {
	display:block;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	font-size:14px;
}

.main-navigation.toggled .nav-menu li a:active {
	color:#e93f91;
}

.main-navigation.toggled .menu-main-menu-container {
	background-color:#333;
	position:relative;
}
	
.main-navigation ul {
		display: none;
	}
}

#wpstats {
	display:none;
}	

/* .pink {color:#ff0081;}
.orange {color:#fc8200;}
.green {color:#5aee58;}
.yellow {color:#ffff00;}
.blue {color:#AAFFFF;} */

.dots {
	margin-top:0.5em;
	margin-bottom:-0.5em;
}

a.commitchange-donate:hover {
	background-color:transparent;
}

.entry-content .no-highlight a {
	border-bottom:none;
}

.entry-content .no-highlight a:hover {
	background-color:transparent;
}