/*
/* Takes out byline on certain posts --------------------------------------*/

p.byline.vcard {
	display: none;
}


/* Link Hover Color -------------------------------------------------------*/

a:visited:link {
    -webkit-tap-highlight-color: 5db2e6;  !important!
}

/*Blue underline in menu for current page----------------------------------*/

.widgettitle, nav[role="navigation"] .nav li.current_page_item a {
	border-bottom: 2px solid #6cb2e2 !important;
}


/*display header shadow on home page---------------------------------------*/

body.blog .header[role="banner"] {
	box-shadow: 0 2px 8px #aeaeae;
}

body.home .header[role="banner"] {
	box-shadow: 0 2px 8px #aeaeae;
}


/*display logo before site title------------------------------------------*/

#logo:before {
	content: "\e801"" ";
	font-family: icomoon;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #6cb2e2;

}
/* Hide Wordpress Theme Author in Footer----------------------------------*/
#inner-footer > p > span {
	display: none;
}

#inner-content > h1 > span {
	display: none;
}


/*white background on image captions--------------------------------------*/
.wp-caption {
	background: #FFFFFF !important;
}


/* All Posts Edits -----------------------------------------------------*/

.post > div.next-prev-post {
	display: none;
}

.post> div.related.posts {
	display: none;
}

.post > section > div.tag-links {
	display: none;
}

#main {
	width: 95%;
}

.post > section {
	padding-bottom: 1.5em;
}

.post > section > blockquote:nth-child(n) {
	color: #000000;
}

#sidebar1 > div {
	display: none;
}

.post > div.next-prev-post > div.prev {
	display: none;
}

.post > div.next-prev-post > div.next {
	display: none;
}

*body .byline {
	display: none;
}

body .wrap {
    width: 95%;
}
*/