/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt

h1 {
	color: #f1f1f1;
}
body {
	font-size: 20px px;
	color: navy;
}
h2 {
	color: purple;
}
.bg-dark, .bg-graphite {
	background-color: white;
}
	height:30px;
	width:30px;
.body a {
	color: red;
}
*/
.site-title a {
	color: black;
	text-shadow: none;
	text-align: left;
}

.site-title a:hover, .site-title a:focus, .jetpack-social-navigation a:hover, .jetpack-social-navigation a:focus {
	color: #999966;
}

body a, body a:hover, body a:focus, .post-header .post-title a:hover, .post-header .post-title a:focus, .posts .post-meta a:hover, .posts .post-meta a:focus, .comment-author .fn a:hover, .comment-author .fn a:focus, .author-info h4 a:hover, .author-info h4 a:focus, #content #menu_widget a, #wp-calendar a, .widget-content ul li:before, .error404 .widget_recent_entries li:before, .widget_flickr #flickr_badge_uber_wrapper a:hover, .widget_flickr #flickr_badge_uber_wrapper a:link, .widget_flickr #flickr_badge_uber_wrapper a:active, .widget_flickr #flickr_badge_uber_wrapper a:visited, #infinite-footer .blog-info a:hover {
	color: #999966;
}

.posts .post-meta a {
	color: pink;
}

.site-description {
	color: #999;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 110%;
	margin: 4px 0 0;
	text-shadow: none;
}

.bg-dark {
	background-color: white;
	height: 30px;
}

.bg-graphite {
	background-color: orange;
}

.search-icon {
	opacity: 1;
	background-color: #999966;
	color: black;
	display: block;
}

.header .cover {
	background: white;
	opacity: 0;
}

/* arrow @ featured post */
.post .sticky-post {
	background-color: white;
}

/* takes away pin @ feaured postt */
.post.sticky .sticky-post {
	display: none;
}

/* bottom bar text color */
.single .post-meta p, .single .post-meta p a, .single .post-meta time, .single .post-meta > a, .post-navigation a, .entry-author .author-bio, .author-link:before, .entry-author .author-title, .post .sticky-post i.fa, .page-title {
	color: grey;
}

/* removes author info @ bottom of blog posts*/
.entry-author {
	display: none;
	float: left;
	overflow: hidden;
	padding: 30px;
	position: relative;
	width: 60%;
}

.single .post-meta-container {
	background-color: white;
}

/* bottom bar on blog post-right */
.single .post-meta {
	background: white;
}

/* bottom bar on blog post-left */
.entry-author {
	background: white;
}

.entry-author:before {
	background-color: white;
}

.entry-author:after {
	background-color: white;
}

/* captions text on blog posts */
.wp-block-image figcaption {
	color: #999966;
	font-size: 9px;
	text-align: left;
}

/* captions text on galleries */
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
	color: #999966;
	font-size: 9px;
	text-align: left;
}

/*.blog a.post-comments {
	display: none;
}*/