/*
	
	This is the last thing loaded into the </head> section, so any css is final here
	
*/
#top-advert {
    text-align: left;
    margin: -40px 0px 10px;
}

.et_pb_post .post-meta { display:none; }

.et-bio .et-box-content {
    color: #141617;
    background: #dfeffd;
    border: 1px solid #f1fafb;
    -moz-box-shadow: inset 0 0 45px #dbd7e6;
    -webkit-box-shadow: inset 0 0 45px #dbd7e6;
    box-shadow: none;
}

.bitog-pullquote-r {
	float:right;
	margin-left:15px;
	width:33%;
}
.bitog-pullquote-l {
	float:left;
	margin-right:15px;
	width:33%;
}


