/*
Theme Name: Spadefoot OHOL
Theme URI: 
Author: Spadefoot Media, LLC
Author URI: http://spadefootmedia.com
Description: Description
Version: .1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spdft
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.

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
		### Main
		### Footer
		### Legal
# Accessibility
# Alignments
# Clearings
# Widgets
# Layout
	## Global
	## Header
	## Footer
# Content
	## Posts and pages
	## Indexes
	## Quotes
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Images
	## 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-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: #404040;
	font-family: "Georgia",serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
.site-content {
	font-size: 1.125em;
	line-height: 1.6em;
}
a {
	font-family: "Helvetica",sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: sans-serif;
	line-height: 1.3em;
	clear: both;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.6em;
}

h6 {
	font-size: 1.4em;
}

p {
	margin-bottom: 1.6em;
}

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%;
}
.button {
    background: #333;
    padding: .8em 1.2em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-radius: 3px;
	background: #e6e6e6;
	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 {

}

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 {
	color: #3399ff;
}

a:visited {
	color: #3399ff;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	font-weight: 300;
	font-size: 1.2em;
}

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

.main-navigation a {
	position: relative;
	display: block;
	padding: 0.8em 1em;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.6em;
	color: white;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background: #fff;
	color: #000;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

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

.menu-toggle {
	position: fixed;
	z-index: 100;
	bottom: 1em;
	left: 1em;
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
	background: black;
	color: #fff;
	transition: all ease-out 400ms;
}

.menu-toggle.hide {
	bottom: -2.5em;
}

.toggled .menu-toggle.hide {
	bottom: 1em;
}

@media screen and (min-width: 50em) {
	.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%;
}
/* Hovering Mobile Menu */
.main-navigation.toggled {
	position: fixed;
	bottom: 0;
	padding: 1em;
	z-index: 1;
}
.nav-menu {
	padding: 1em;
	margin-bottom: 3em;
	background-color: #000;
}

.main-navigation.toggled ul {
	max-height: calc(100vh - 8em);
	overflow-y: auto;
}

.main-navigation.toggled ul ul {
	display: none;
}

.main-navigation.toggled ul ul.toggled-on,
.main-navigation.toggled ul ul.toggled-on > ul {
	display: block;
}
/* Horizontal menu on wide screens */
@media screen and (min-width: 50em) {

	/* Position the menu in the header */
	.main-navigation,
	.main-navigation.toggled {
		position: relative;
		min-height: 3.5em;
		margin: 0 auto;
		padding: 0 3.5em;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;

	}
	.main-navigation a {
		color: #333;
	}
	.nav-menu {
		padding: .3em 0 0 0;
		background-color: transparent;
	}

	.main-navigation ul,
	.main-navigation.toggled ul {
		min-height: 4em;
		max-height: none;
		margin: 0;
		padding-left: 0;
		text-align: center;
	}

	.main-navigation.toggled ul {
		overflow-y: visible;
	}

	/* Display the menu items in a horizontal order */
	.main-navigation li {
		display: inline-block;
		border: none;
	}

	/* Add an outline to the drop-down menus */
	.main-navigation ul ul {
		outline: 1px solid #333;
	}

	/* Left-align drop-down menu items */
	.main-navigation li li {
		display: block;
		text-align: left;
	}

	.main-navigation a,
	.main-navigation ul ul li:last-child a {
		border-bottom: none;
	}

	/* Add an outline on hovered and focused menu items */
	.main-navigation a:hover,
	.main-navigation a:focus {
		background: transparent;
		color: #ed1c24;
		text-decoration: none;

	}

	/* Create hover and focus contrast on drop-down items */
	.main-navigation li li a:hover,
	.main-navigation li li a:focus {
		background: #eee;
		color: #000;
		text-decoration: none;
	}

	/* Position drop-down menus absolutely */
	.main-navigation ul ul.toggled-on {
		position: absolute;
		width: 12em;
		display: block;
		z-index: 10;
		margin-left: 0;
		background: #000;
	}

	.main-navigation ul ul ul.toggled-on {
		position: relative;
	}

	/* Indent 3rd level drop-down menus */
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}

	/* Simplify the drop-down toggle */
	.dropdown-toggle {
		top: 11px;
		right: 12px;
		border: none;
	}

	.dropdown-toggle::after {
		line-height: 27px;
		width: 27px;
	}

}
/*--------------------------------------------------------------
### Footer - Nav
--------------------------------------------------------------*/

.nav-main-footer ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.nav-main-footer a {
    color: #595959;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1.6em;
}
.nav-main-footer a:hover,
.nav-main-footer a:focus {
	color:#ed1c24;
}

/*--------------------------------------------------------------
### Legal
--------------------------------------------------------------*/

.nav-legal {
	text-align: center;
}
.nav-legal ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-legal li {
	display: inline-block;
	margin-right: 1em;
}
.nav-legal a {
	color: #595959;
	text-decoration: none;
}

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

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

.content-area {
	overflow-x: hidden;
}

/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/

.site-main {
	margin: 1.4em;
	font-size: .8em;
	line-height: 1.6em;
}

@media screen and (min-width: 30em) {
	.site-main {
		margin: 1.8em;
	}
}

@media screen and (min-width: 40em) {
	.site-main {
		font-size: 1em;
	}
}
@media screen and (min-width: 57em) {
	.site-main {
		max-width: 45em;
		margin: 1.8em auto;	
	}
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	
}
.site-title {
	text-align: center;
}
.site-title a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.logo {
    
    text-align: center;
}
.logo-lrg img {
	width: auto;
    height: 200px;
}
.logo-sm img {
	height: 100px;
	width: auto;
}
.entry-header {
    margin-bottom: 3em;
}
@media screen and (max-width: 50em){
	.site-header {
	    border-bottom: 1px solid #ccc;
	}
	.logo-lrg img {
		width: auto;
	    height: 100px;
	}
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
 .site-footer {
 	background: #ccc;
    border-top: 2px solid #b3b3b3;
    padding-top: 1em;
 }
 .footer-content {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
 	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.8em;
    padding-top: 0;
    color: #4c4c4c;
}
 .footer-content a {
 	color: #4c4c4c;
 }
 .footer-content p {
 	font-size: .8em;
 	margin-bottom: .6em;
 }
 .footer-content .continue-reading {
 	display: inline;
 }
.news-meta .continue-reading a {
	background: none;
	border: none;
	color: #4c4c4c;
	font-size: 1em;
}
.news-meta .continue-reading a:hover {
	background: none;
	color: #3399ff;
}
 .footer-column {
 	width: 100%;

 }
 .recent-news {
 	width: 500px;
 }
.site-info {
	text-align: center;
	color: #4c4c4c;
}
.button.contact {
	background: #3399ff;
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 500;
    border: 2px solid #0080ff;
    margin-bottom: 1.5em;
}
.button.contact:hover {
	background: #0080ff;
}
.social {
	order: 1;
}
.recent-news {
	order: 2;
	
}
.news-entry {
	margin-bottom: 1.5em;
}
.news-meta {
    text-align: right;
}

.news-date {
	color: #4c4c4c;
	margin-right: 1em;
}
.footer-nav {
	display: none;	 	
}

@media screen and (min-width: 50em) {
	.footer-content {
		max-width: 70em;
    	margin: 0 auto;
	}
	.footer-column {
	 	width: 200px;
	 	flex-grow: 1;
	 	margin: 0 .8em;
	    padding: .8em;

	}
	.footer-nav {
		order: 1;
		display: block;
	}
	.social {
		order: 3;
	}
	.recent-news {
		order: 2;
		flex-grow: 2;
	}
	.widget-area h4 {
		margin-top: 0;
	}
}
.post-navigation .meta-nav {
	display: block;
}

@media screen and (min-width: 30em) {
	.post-navigation .meta-nav {
		padding-bottom: 1em;
	}
}
.post-navigation .post-title {
	font-size: 1.2em;
	font-weight: 700;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title{
	text-decoration: underline;
}

.posts-navigation {
	font-weight: 500;
}

.paging-navigation {
	margin-top: -2em;
	text-align: center;
}

.paging-navigation ul {
	display: inline-block;
	padding: 0;
	list-style-type: none;

}

.paging-navigation li {
	display: inline-block;
}

.paging-navigation li a {
	padding: .4em 1.2em;
}

.paging-navigation .current {
	padding: .8em 1.1em;
	font-weight: 700;
}

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


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-content a,
.page-content a,
.entry-content a,
.entry-content a,
.entry-summary a,
.entry-summary a,
.comment-content a,
.comment-content a {
	text-decoration: none;
	
}

.page-content a:hover,
.page-content a:focus,
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.comment-content a:hover,
.comment-content a:focus {
	border-bottom: 2px solid #c3c3c3;
	
}

.entry-meta a,
.entry-footer a {
	text-decoration: none;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-footer a:hover,
.entry-footer a:focus,
.index-entry-meta a:hover,
.index-entry-meta a:focus {
	
}

.sticky {
	display: block;
	position: relative;
}

.sticky:before {
	position: absolute;
	right: 0;
	top:-1.5em;
	display: block;
	font-family: "FontAwesome";
	content:"\f08d";
}

.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	font-size: 95%;
	font-style: italic;

}
.entry-meta span {
    margin: 0 .5em 0 0;
    color: #ccc;
}
.byline a, .posted-on a {
	color:#404040;
}
.author-avatar {
    height: 50px;
    width: 50px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.author-avatar img {
	border-radius: 50px;
}

.byline,
.posted-on,
.entry-meta .comments-link {
	display: block;
	padding:  0;
}
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline,
.quote_of_day .byline,
.entry-meta .byline,
.entry-meta .posted-on {
	display: inline;
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 2em;
	line-height: 1.3em;
	color: #000;
	word-wrap: break-word; /* Catch and wrap very long words on small screens */
}

@media screen and (min-width: 40em) {
	.entry-title {
		margin-top: 1.5em;
		font-size: 2.8em;
		line-height: 1.3em;
	}
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	
}
/*post type highlight*/
.flag-post-type {
	border-top: 2px solid #333;
    position: relative;
    margin: -.9em 0 1em;
    font-family: "FontAwesome";
}
.flag-post-type.post-type-article {
	border-color: #ed1c24;
}

.post-type-article:before {
	content: "\f21e";
	display: block;
	position: absolute;
	top: -1.5em;
	right: 0;
	color: #ed1c24;
}
.flag-post-type.post-type-recipe {
	border-color: #33cc33;
}
.post-type-recipe:before {
	content: "\f0f5";
	display: block;
	position: absolute;
	top: -1.5em;
	right: 0;
	color: #33cc33;
}

.archive-flag-article:before {
	font-family: "FontAwesome";
	content: "\f21e";
    display: inline-block;
    color: #ed1c24;
    margin-right: 15px;
}
.archive-flag-recipe:before {
	font-family: "FontAwesome";
	content: "\f0f5";
    display: inline-block;
    color: #33cc33;
    margin-right: 15px;
}
.tagline {
    font-size: 1.5em;
    font-weight: 100;
    font-style: italic;
    text-align: center;
}
.logo-spacer {
    width: 50px;
    height: auto;
    display: block;
    margin: 3em auto;
}

/*--------------------------------------------------------------
## Indexes
--------------------------------------------------------------*/

.entry-title.index-excerpt {
	margin-top: 2em;
	margin-bottom: .5em;
	font-size: 1.5em;
}

.entry-header .index-entry-meta {
	font-size: .8em;
}

.entry-content.index-excerpt {
	margin-top: .3em;
}

@media screen and (min-width: 30em) {

	.entry-title.index-excerpt {
		margin-top: 1.5em;
		font-size: 2em;
	}

	.index-entry-meta {
		font-size: 1em;
	}

	.index-entry-meta .byline,
	.index-entry-meta .posted-on,
	.index-entry-meta .comments-link {
		display: inline-block;
	}

	.index-entry-meta .byline::after,
	.index-entry-meta .comments-link::before {
		content: "|";
		padding: 0 1em;
	}
}
.continue-reading {
	text-align: center;
}

.continue-reading a,
.entry-content .continue-reading a {
	display: inline-block;
    margin: 1em auto;
    padding: .5em;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background: #e6e6e6;
    color: #fff;
    font-size: 2em;
    text-indent: 6px;
}

.continue-reading a:hover,
.continue-reading a:focus,
.entry-content .continue-reading a:hover,
.entry-content .continue-reading a:focus {
	background: #3399ff;
	box-shadow: none;
	border-color:#3399ff;
}

.continue-reading a::after {
	font-family: "FontAwesome";
	content: "\f054";
}

/*--------------------------------------------------------------
## Quotes
--------------------------------------------------------------*/

.quote_of_day {
	padding: 1em;
    background: #3399ff;
    text-align: center;
    margin-bottom: 2.5em;
    color: #fff;
}
.quote_content {
	max-width: 45em;
	margin:1.5em auto;
	position: relative;
}
.quote_content h2 {
	font-style: italic;
	font-size: 1.2em;

}
.quote_content p {
	font-size: .8em;
}
.quote_content:before {
	    font-family: "FontAwesome";
	    content: "\f10d";
	    font-size: 4rem;
	    color: #1a8cff;
	}
@media screen and (min-width: 30em) {
	
}
@media screen and (min-width: 50em) {
	.quote_content h2 {
		font-style: italic;
		font-size: 2.2em;

	}
	.quote_content p {
		font-size: 1em;
	}
	.quote_content:before {
	    font-family: "FontAwesome";
	    content: "\f10d";
	    position: absolute;
	    left: -110px;
	    top: 0;
	    font-size: 4rem;
	    color: #1a8cff;
	}
}
/*--------------------------------------------------------------
## 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.8075em 0;
}

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

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/

.centered-image,
.featured-image {
	max-width: calc(100% + 2.8em);
	margin: 1.5em -1.4em;
}

img.aligncenter {
	margin-top: 2em;
	margin-bottom: 2em;
}

img.alignright,
img.alignleft {
	margin-bottom: 1.5em;
}

@media screen and (min-width: 50em) {

	img.alignright,
	.wp-caption.alignright {
		margin-right: -1.5em;
	}

	img.alignleft,
	.wp-caption.alignleft {
		margin-left: -1.5em;
	}
}

@media screen and (min-width: 74em) {

	img.alignright,
	.wp-caption.alignright {
		margin-right: -3em;
	}

	img.alignleft,
	.wp-caption.alignleft {
		margin-left: -3em;
	}
}

.featured-image {
	margin-top: 3em;
	margin-bottom: -1.2em;
}

.featured-image img {
	display: block;
	margin: 0 auto;
}

.single .featured-image,
.page .featured-image {
	margin-top: -1.8em;
	margin-bottom: -1.6em;
}

.featured-image a:focus img {
	outline: dotted;
}

@media screen and (min-width: 50em) {
	.featured-image,
	.single .featured-image,
	.page .featured-image {
		margin-top: 3em;
	}
}

.image-attachment img {
	display: block;
	margin: 0 auto;
}
/*--------------------------------------------------------------
## 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;
}
