/*
Theme Name: Brainfruit Theme
Theme URI: http: //brainfruit.com/
Description: This is a custom child theme for Salient
Author: The Brainfruit Staff
Author URI: http: //brainfruit.com/
Template: salient
Version: 0.1
*/
a#logo{
	padding-left:60px;
	transition:margin .8s ease!important
}
a#logo:before{
	content:url('bfr_signet.svg');
	width:50px;
	height:50px;
	display:block;
	position:absolute;
	margin-top:-10px;
	left:0;
	transition:all .5s ease
}

.small-nav a#logo{
	padding-left:45px
}
.small-nav a#logo:before{
	margin-top:-5px;
	width:35px;
	height:35px;

}


#copyright p {
	display:inline-block;
	
}
#copyright p::before{
	content:'|';
	padding: 0 15px;
	
}
#copyright p:first-child::before{
	content:none
}

.tag_description {
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
	margin-top: -40px;		
	padding-bottom: 25px;
}

body #ajax-content-wrap p a.internal_tag, body #ajax-content-wrap strong a.internal_tag {
    border-bottom: 1px dashed;
    color: #000;
}

.grey {
	color: #888;
}