/*
Theme Name: Insticig
Theme URI: http://instituteforcivility.org/
Author: Basilosaur.us
Author URI: https://basilosaur.us
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: insticig
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.

Institute 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
# Structure
	## Header
	## Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
   ## Posts and pages
	## Aside, Status, and Quote
	## Other Post Formats
	## Child Pages
	## Comments
		### Social Comments
	## Shortcodes
# 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
--------------------------------------------------------------*/
html {
	font-family: "Alegreya", serif;
	font-size: 18px;
	line-height: 1.55;
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cinzel', serif;
	font-weight: normal;
	color: #2e3165;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	font-style: italic;
}

blockquote cite {
	display: block;
	margin-top: .5em;
	text-align: right;
	font-style: normal;
	font-variant: small-caps;
	font-size: .9em;
}

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 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: .125em;
	margin-left: .25em;
}

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%;
}
thead {
	border-bottom: 1px dotted #eee;
}
th {
	text-align: left;
}


/*--------------------------------------------------------------
# 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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	max-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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}

a:visited {
	color: none;
	border-bottom: 0;
}

a:hover,
a:focus,
a:active {
	color: none;
	border-bottom: 0;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

.noborder a, a.noborder {
	border-bottom: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	position: relative;
	background-color: #efefef;
	padding: .75rem 1.5rem 1.4rem;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	box-shadow: 0 4px 4px 0px #ccc;
}

.primary-menu {
	float: left;
	width: 25%;
}
.menu-title {
	margin: 0 -.125rem .5rem;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
	border-left: 4px solid #ddd;
	padding-left: 1em;
	padding-bottom: .125em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation li:hover,
.main-navigation li.focus,
.main-navigation li.current-menu-item {
	border-left-color: #bbb;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	font-variant: small-caps;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

/*.comment-navigation .nav-previous::before,
.posts-navigation .nav-previous::before,
.post-navigation .nav-previous::before {
	content: "\2190\0020";
}*/

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*.comment-navigation .nav-next::after,
.posts-navigation .nav-next::after,
.post-navigation .nav-next::after {
	content: "\0020\2192";
}*/

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
	border-bottom: 0;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

body {
	background-color: #333;
}
#page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 6px 2px #111;
}
#content {
	padding: 0 2rem 0;
	margin-top: 2rem;
}
.page #content,
.archive #content,
.search #content {
	margin-top: 1.5em;
}
.content-area,
.page-template-page-withsidebar.page-template-page-withsidebar .content-area {
	float: left;
	width: 68%;
	margin-right: 2%;
}
.page .content-area,
.error404 .content-area {
	float: none;
	margin-right: 0;
	width: 100%;
}
.page-template-page-narrower-content .content-area {
	max-width: 56em;
	margin-left: auto;
	margin-right: auto;
}
#secondary {
	float: right;
	width: 28%;
	margin-left: 2%;
	font-size: .85em;
}
/*#featured-box {
	margin-top: 2em;
	margin-bottom: -1.5em;
	padding: 0 1.5em;
	background-color: #383a4d;
	color: #ccc;
	box-shadow: 0 0 6px 1px #ccc;
}*/
#colophon {
	padding: 1em 1.5em;
	background-color: #383a4d;
	color: #ccc;
	box-shadow: 0 -3px 3px 0px #ccc;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-branding {
	position: relative;
	width:  100%;
	height: 175px;
	padding: 2.5rem 1.5rem 0;
	background-repeat: no-repeat;
	background-attachment: local;
	background-position: center;
	background-size: cover;
	background-color: #000;
	z-index: 1;
}
.site-title,
.site-description {
	font-family: 'Cinzel', serif;
	font-weight: normal;
	color: #fff;
	letter-spacing: .05em;
}
.site-title {
	margin: 0;
	font-size: 2em;
	line-height: 1.25;
	max-width: 50%;
}
.site-description {
	margin: 0;
}
.top-menu {
	position: absolute;
	top: 1rem;
	right: .5rem;
	font-variant: small-caps;
	z-index: 2;
}
.top-menu .item {
	display: inline-block;
	margin-right: .9rem;
	color: #fff;
	cursor: pointer;
}
.top-menu .genericon {
	font-size: 1rem;
	line-height: 1.5;
	vertical-align: middle;
}
.donate-button {
	padding: .33rem 1.5rem;
	background-color: #2e3165;
	color: #fff;
	border: 1px solid #555;
	text-shadow: 0 2px 3px #666;
	box-shadow: inset 0 0 1px 1px #999;
	border-radius: .5rem;
	cursor: pointer;
	z-index: 2;
	transition: .5s;
}
.donate-button span {
}
.donate-button:hover {
	background-color: #fff;
	color: #2e3165;
	box-shadow: inset 0 0 12px 0px #bbb;
	transition: .5s;
}
#top-fb, #top-twitter {
	color: #f8f8f8;
}
/* Mobile Menu Toggle */
#mobile-menu-toggle {
	display: none;
	position: relative;
	float: left;
	top: .33em;
	cursor: pointer;
}
.header-search {
	display: none;
	position: absolute;
	top: 3.66rem;
	right: 1.5rem;
	padding: .66rem 1rem;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: .25em;
	z-index: 4;
}
.header-search::before {
	display: none;
	content: ' ';
	position: absolute;
	top: -.5rem;
	left: 1.55rem;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 12px solid #fff;
	z-index: 5;
}
.header-search .search-submit {
	display: none;
}
.header-search .search-field {
	font-size: .85em;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.copyright, .site-info {
	text-align: center;
	font-size: .8em;
	line-height: 1.65;
	color: #aaa;
}
.contact-info {
	text-align: center;
	line-height: 1.33;
	margin-bottom: 1em;
}
.contact-info .fn {
	font-family: 'Cinzel', serif;
}
.contact-info ul {
	display: table;
	clear: both;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;
}
.contact-info li {
	display: table-cell;
	padding: 0 .66em;
}
/*--------------------------------------------------------------
# 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;
	margin-left: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-right: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.justified {
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.frontpage-widget-area {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 29.33%;
	margin-right: -4px;
	margin-left: 4%;
	margin-bottom: 1rem;
	left: -2%;
}
.widget {
	margin: 0 0 1.5em;
	padding: 1em 1.5em;
	background-color: #efefef;
	border: 1px solid #aaa;
	box-shadow: 0 2px 3px 0px #ccc;
	
}

.widget-title {
	margin: 0 0 .5em;
	font-size: 1.5em;
}
.frontpage-widget-area .widget-title {
	font-size: 1em;
	margin-bottom: 1em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget ul {
	margin-left: 0;
	margin-bottom: .5em;
	padding-left: 1.25em;
}
.widget li {
	padding-left: .33em;
	padding-bottom: .33em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.page-template-page-notitle .entry-header,
.home .site-content .entry-header {
	display: none;
}

.entry-title {
	margin: 0;
	font-size: 1.75em;
	line-height: 1.33em;
	margin-bottom: .33rem;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-meta,
.entry-footer {
	position: relative;
	left: 2px;
	color: #666;
	font-size: .85em;
}
.entry-meta .genericon,
.entry-footer .genericon {
	position: relative;
	top: -1px;
	font-size: 1em;
	vertical-align: middle;
	color: #444;
}
.entry-meta .genericon-comment {
	top: -2px;
}
.posted-on, .byline, .cat-links,
.tags-links, .comments-link,
.edit-link {
	padding-right: .5rem;
}
.comments-link {
	padding-left: .125rem;
}

.page-content,
.entry-content,
.entry-summary {
	margin: .5em 0 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#breadcrumbs, .page-title {
	margin-top: 0;
	margin-bottom: 1rem;
	font-variant: small-caps;
	font-size: .9em;
}

.social-media-buttons {
	position: relative;
	left: 3px;
	line-height: 1.2;
	color: #6f6f6f;
	font-size: .75em;
	margin-bottom: .66em;
}
.social-media-buttons a,
.social-media-buttons a:visited {
	color: #6f6f6f;
	transition: .5s;
}
.social-media-buttons a:hover,
.social-media-buttons a:active {
	color: #aaa;
	transition: .5s;
}
.social-media-buttons span {
	padding: 0;
	padding-right: 1em;
	vertical-align: middle;
	font-size: .95em;
}
.woocommerce-cart .social-media-buttons,
.woocommerce-checkout .social-media-buttons {
	display: none;
}
.not-found .search-form {
	margin-bottom: 2rem;
}
.not-found .widget {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 29%;
	margin-left: -4px;
	margin-right: 4%;
	left: 2%;
}

/*.featured-page .entry-title {
	padding-top: 1rem;
	font-size: 1.1em;
	color: #fff;
}
.featured-page .entry-content {
	margin: 0;
}
.featured-page .entry-footer {
	display: none;
}*/
.page-id-90 table {
	border: 1px solid #ccc;
}
.page-id-90 table thead {
	background-color: #fafafa;
}
.page-id-90 table tr {
	border-bottom: 1px solid #ccc;
}
.page-id-90 table td {
	padding: 0 .5em;
}

/*--------------------------------------------------------------
## Aside, Status, and Quote
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	font-size: 1.5em;
	font-variant: small-caps;
}
.blog .format-quote .entry-title,
.archive .format-quote .entry-title,
.blog .format-link .entry-title,
.archive .format-link .entry-title,
.blog .format-status .entry-title,
.archive .format-status .entry-title {
	font-size: 1.5em;
}

.blog .format-aside.hentry,
.archive .format-aside.hentry {
	border: 1px solid #ccc;
	padding: .5em 1.33em 0;
}
.blog .format-aside .entry-footer,
.archive .format-aside .entry-footer,
.blog .format-aside .byline,
.archive .format-aside .byline,
.blog .format-aside .comments-link,
.archive .format-aside .comments-link,
.blog .format-aside .entry-categories,
.archive .format-aside .entry-categories,
.blog .format-quote .entry-footer,
.archive .format-quote .entry-footer,
.blog .format-quote .byline,
.archive .format-quote .byline,
.blog .format-quote .comments-link,
.archive .format-quote .comments-link,
.blog .format-quote .entry-categories,
.archive .format-quote .entry-categories,
.blog .format-link .entry-footer,
.archive .format-link .entry-footer,
.blog .format-link .byline,
.archive .format-link .byline,
.blog .format-link .comments-link,
.archive .format-link .comments-link,
.blog .format-link .entry-categories,
.archive .format-link .entry-categories,
.blog .format-status .entry-footer,
.archive .format-status .entry-footer,
.blog .format-status .byline,
.archive .format-status .byline,
.blog .format-status .comments-link,
.archive .format-status .comments-link,
.blog .format-status .entry-categories,
.archive .format-status .entry-categories {
	display: none;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title,
.blog .format-quote .entry-title,
.archive .format-quote .entry-title,
.blog .format-link .entry-title,
.archive .format-link .entry-title,
.blog .format-status .entry-title,
.archive .format-status .entry-title {
	position: relative;
	text-align: left;
	float: left;
	left: -2px;
}
.blog .format-quote .entry-title::before,
.archive .format-quote .entry-title::before,
.blog .format-link .entry-title::before,
.archive .format-link .entry-title::before,
.blog .format-status .entry-title::before,
.archive .format-status .entry-title::before {
	position: relative;
	top: -.2em;
	padding-right: .25em;
	margin-left: -6px;
	font-size: 1em;
	vertical-align: middle;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
	content: "\f106";
	color: #ccc;
}

.blog .format-link .entry-title::before,
.archive .format-link .entry-title::before {
	top: -.1em;
	content: "\f107";
}
.blog .format-status .entry-title::before,
.archive .format-status .entry-title::before {
	content: "\f300";
}
.blog .format-aside .entry-meta,
.archive .format-aside .entry-meta,
.blog .format-quote .entry-meta,
.archive .format-quote .entry-meta,
.blog .format-link .entry-meta,
.archive .format-link .entry-meta,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
	text-align: left;
	float: right;
	margin-top: 1em;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-quote .entry-content,
.archive .format-quote .entry-content,
.blog .format-link .entry-content,
.archive .format-link .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
	position: relative;
	margin-top: 0;
	left: 0;
	z-index: 2;
}

.blog .format-quote blockquote,
.archive .format-quote blockquote {
	background-color: transparent;
	border: 0;
	padding: 0;
}

/*--------------------------------------------------------------
## Other Post Formats
--------------------------------------------------------------*/
.blog .format-image img,
.archive .format-image img,
.blog .format-image .wp-caption,
.archive .format-image .wp-caption,
.blog .format-video embed,
.archive .format-video embed,
.blog .format-video .videopress-placeholder,
.archive .format-video .videopress-placeholder {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}
/*--------------------------------------------------------------
## Child Pages
--------------------------------------------------------------*/
.child-pages {
	margin-bottom: 2em;
}
.child-pages-title {
	margin-top: 0;
}
.child-page {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding: 1em 1.5em 0;
	border: 1px solid #eee;
}
.child-page.even {
	background-color: #fcfcfc;
	
}
.child-page .entry-title {
	font-size: 1.33rem;
}/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
}
.comments-title {
	font-size: 1.25rem;
	border-bottom: 1px solid 1px;
}
.comment-list,
.comment-respond {
	border: 1px solid #ddd;
}
.comment-list,
.comment-list .children {
	position: relative;
	background: #fafafa;
	list-style: none;
	padding: 1.5em 1em;
	margin-left: 0;
	font-size: .8em;
}
.comment-list .children {
	padding-bottom: 0;
}
.comment-list li {
}
.comment-meta {
	display: table;
	position: relative;
	width: 100%;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
	border-bottom: 1px solid #666;
}
.comment-meta a {
	border: 0;
}
.comment-author,
.comment-metadata {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.comment-metadata {
	text-align: right;
}
.comment-body {
	position: relative;
	margin-bottom: 2em;
}
.pingback .comment-body {
	margin-bottom: .5em;
}

.comment-content {
	padding: 0 0 1em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor .comment-author::before,
.pingback .comment-body::before {
	position: relative;
	top:2px;
	left: 0;
	content: '\f304';
	display: inline-block;
	position: relative;
	-webkit-font-smoothing: antialiased;
	font: normal 1.6em 'Genericons';
	vertical-align: bottom;
	color: #666;
	margin-left: -5px;
}
.pingback .comment-body::before {
	content: '\f430';
}
.reply {
	position: absolute;
	display: inline;
	bottom: -1em;
	right: 0;
	border: 1px solid #999;
	padding: .5em 1em .66em;
	line-height: 1;
	letter-spacing: .1em;
	background: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	transition: .5s;
	margin-left: .5em;
}
.reply:hover {
	background: #ddd;
	transition: .5s;
}
.reply a {
	border: 0;
}
.comment-closed .reply,
.depth-5 .reply,
.depth-6 .reply,
.depth-7 .reply,
.depth-8 .reply,
.depth-9 .reply,
.depth-10 .reply {
	display: none;
}
.comment-list .children {
	font-size: 1em;
	margin-left: .5em;
	padding-left: 0;
	padding-right: 0;
}
/*.comment-list .children .comment-body:last-child {
	margin-bottom: 0;
}*/
.comment-respond {
	position: relative;
	background: #fafafa;
	padding: 1.5em 1em .66em;
	margin-bottom: 1.5em;
}
.form-allowed-tags,
.form-allowed-tags * {
	font-family: 'Open Sans', sans-serif;
	font-size: .8em;
	font-weight: 300;
	letter-spacing: .05em;
}
.form-allowed-tags {
	border: 1px solid #eee;
	padding: .5em 1em;
	background: #fcfcfc;
}
.form-submit {
	text-align: right;
}
.comment-reply-title {
	margin-bottom: .66em;
	border-bottom: 1px solid #666;
}
.logged-in-as,
.comment-notes {
	font-size: .8em;
	letter-spacing: .05em;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: .66em;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	font-size: .8em;
	display:block;
}


/*.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}*/

/*--------------------------------------------------------------
## Shortcodes
--------------------------------------------------------------*/
.introquote {
	color: #2e3165;
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.66;
	margin: .5em 0 1em;
	padding: .5em 2.5em;
	text-align: left;
	letter-spacing: 0.025em;
	background-color: #fafafa;
}
.introquote p {
	margin: 0;
}
.introquote p::first-letter {
	color: #999;
	font-size: 2.75em;
	display: block;
	position: relative;
	margin-top: .05em;
	margin-right: .05em;
	line-height: 1;
	float: left;
}
.introquote cite {
	color: #888;
	font-size: 0.75em;
	font-style: normal;
	display: inline;
	margin-top: auto;
}
.introquote cite::before {
	content: '\0020\2014\0020';
	margin-left: .25em;
	text-align: left;
}
.actionbox {
	padding: .5em 1.5em;
	margin-bottom: 1.5em;
	background-color: #eee;
}

/*--------------------------------------------------------------
# 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.alignnone {
	position: relative;
	display: block;
	max-width: 90%;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
	font-variant: small-caps;
	font-size: .85em;
}
.wp-caption br {
	display:none;
}

/*--------------------------------------------------------------
## 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;
}

@media screen and (max-width: 768px) {
	html {
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}
	.site-branding {
		padding-left: 0;
	}
	.site-logo {
		padding: 1rem;
		background-color: rgba(60, 60, 60, 0.6);
	}
	.top-menu {
		position: relative;
		top: auto;
		right: auto;
		background-color: #efefef;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		padding: .5em .5em;
		padding-left: 1.5em;
		text-align: right;
		box-shadow: 0 4px 4px 0px #ccc;
	}
	.top-menu .item,
	#top-fb,
	#top-twitter {
		color: #444;
	}
	.top-menu .donate-button {
		color: #fff;
	}
	#mobile-menu-toggle {
		display: block;
	}
	#site-navigation {
		display: none;
	}
	.header-search {
		position: relative;
		top: auto;
		right: auto;
		background-color: #efefef;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		border-color: #aaa;		
	}
	.header-search input {
		width: 100%;
	}
	.frontpage-widget-area,
	.not-found .widget {
		width: 92%;
		margin-right: 4%;
		margin-bottom: 1rem;
		left: auto;		
	}
	.content-area,
	.page-template-page-withsidebar.page-template-page-withsidebar .content-area {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	#secondary {
		float: none;
		width: 92%;
		margin-left: 4%;
		margin-right: 4%;
		font-size: .85em;
	}
	.blog .format-aside .entry-title,
	.archive .format-aside .entry-title,
	.blog .format-quote .entry-title,
	.archive .format-quote .entry-title,
	.blog .format-link .entry-title,
	.archive .format-link .entry-title,
	.blog .format-status .entry-title,
	.archive .format-status .entry-title {
		position: relative;
		text-align: left;
		float: none;
		left: auto;
	}
	.blog .format-aside .entry-meta,
	.archive .format-aside .entry-meta,
	.blog .format-quote .entry-meta,
	.archive .format-quote .entry-meta,
	.blog .format-link .entry-meta,
	.archive .format-link .entry-meta,
	.blog .format-status .entry-meta,
	.archive .format-status .entry-meta {
		text-align: left;
		float: none;
		margin-top: 0;
	}
	.introquote p {
		margin: 0;
	}
	.introquote p::first-letter {
		font-size: 2em;
		display: inlne;
		position: relative;
		margin-top: auto;
		margin-right: auto;
		float: none;
	}

}
@media screen and (max-width: 640px) {
	.primary-menu {
		float: none;
		width: 100%;
		left: auto;
		margin: 0 0 1rem;
	}
	#secondary,
	.frontpage-widget-area,
	.not-found .widget {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.contact-info ul {
		display: block;
		margin-bottom: .5em;
	}
	.contact-info li {
		display: block;
		padding: 0 .66em;
	}
	.introquote {
		font-size: 1.2rem;
		line-height: 1.66;
		padding: .5em 1em;
		text-align: left;
		letter-spacing: 0.025em;
	}
}
@media screen and (max-width: 480px) {
	#top-fb,
	#top-twitter {
		display: none;
	}
}