/*
	This Thesis Box is developed, updated and maintained by ThesisLove Inc.
	For any support/query/usage questions, please visit - thesislove.com/support-center.
	
	Terms & Conditions: http://thesislove.com/terms-and-conditions/
	Copyright 2013 ThesisLove Inc. All rights reserved.
*/

.tl-author-facebook {
    background: url(images/tl_facebook.png) no-repeat scroll 0.8em center transparent;
    padding-left: 34px;
}

.tl-author-twitter {
    background: url(images/tl_twitter.png) no-repeat scroll 0.8em center transparent;
    padding-left: 34px;
}

.tl-author-gplus {
    background: url(images/tl_google.png) no-repeat scroll 0.8em center transparent;
    padding-left: 34px;
}

.tl-author-site {
    background: url(images/tl_user.png) no-repeat scroll 0.8em center transparent;
    padding-left: 34px;
}

#tl-author-box {
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 24px 0px;
    margin: 12px 0px;
}

.tl-author-info h4 {
    color: inherit;
    font-size: 21px;
    padding-bottom: 6px;
}

.tl-author-info p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.tl-social-profiles div {
    width: 43.3333%;
    float: left;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
}

.tl-social-profiles a {
    color: #515151;
    border-bottom: 1px solid;
}

.tl-social-profiles a:hover {
    border: none;
}

.tl-author-info img {
    background: #fff;
    border: 1px solid #b5b5b5;
    float: left !important;
    margin-right: 18px;
    padding: 6px;
    margin-bottom: 3px;
    border-radius: 0px;
    -moz-border-radius: 40px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: none;
}

.post_box .avatar {
	width: auto;
	height: auto;
}

@media only screen and (max-width: 512px) {
	
	.tl-social-profiles div {
		width: 100%;
    	float: none;
		display: block;
		margin-bottom: 6px;
	}
	
	.tl-author-info img {
		float: none !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 12px !important;
		text-align: center !important;
	}
}